Summary : Avi plugin for themonospot system Name : themonospot-plugin-avi Version : 0.1.1 Release : 3%{?dist} License : GPLv2 Group : Applications/Multimedia Source : http://www.integrazioneweb.com/repository/SOURCES/themonospot-plugin-avi-%{version}.tar.gz BuildRoot : %{_tmppath}/%{name}-%{version}-%{release}-root URL : http://www.integrazioneweb.com/themonospot #BuildArch : noarch %define debug_package %{nil} BuildRequires: mono-devel BuildRequires: themonospot-base-devel %description themonospot-plugin-avi is an avi plugin package for themonospot system. It install: - themonospot-plugin-avi mono assembly (use from themonospot-base) %prep %setup -q %build %configure make %{?_smp_mflags} %install rm -fr %{buildroot} make DESTDIR=%{buildroot} install %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc copying.gpl %{_libdir}/themonospot/plugins/%{name}/ %changelog * Fri Jan 01 2010 Armando Basile 0.1.1-3 - added themonospot-base-devel to BuildRequires * Thu Dec 31 2009 Armando Basile 0.1.1-2 - only mono-devel as BuildRequire * Wed Dec 30 2009 Armando Basile 0.1.1-1 - removed GAC use * Mon Dec 14 2009 Armando Basile 0.1.0-2 - first release of new avi plugin component