Author: grzegol Date: Thu Sep 21 20:51:33 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: banshee-official-plugins.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/banshee-official-plugins.spec diff -u /dev/null SPECS/banshee-official-plugins.spec:1.1 --- /dev/null Thu Sep 21 22:51:33 2006 +++ SPECS/banshee-official-plugins.spec Thu Sep 21 22:51:28 2006 @@ -0,0 +1,69 @@ +# $Revision$, $Date$ +# +%include /usr/lib/rpm/macros.mono +# + +Summary: Official plugins for banshee +Summary(pl): Oficjalne wtyczki do banshee +Name: banshee-official-plugins +Version: 0.11.0 +Release: 1 +License: GPL +Group: Applications/Multimedia +Source0: http://banshee-project.org/files/banshee-official-plugins/%{name}-%{version}.tar.gz +# Source0-md5: ea4dfcb78bf04cde3dbd32af999982ba +URL: http://banshee-project.org/ +BuildRequires: autoconf >= 2.13 +BuildRequires: automake +BuildRequires: banshee >= 0.11.0 +BuildRequires: dotnet-gtk-sharp2-devel >= 2.10.0 +BuildRequires: dotnet-gnome-sharp-devel >= 2.16.0 +BuildRequires: intltool >= 0.35 +BuildRequires: libtool +BuildRequires: mono-csharp >= 1.1.13 +BuildRequires: pkgconfig +Requires: banshee >= 0.11.0 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Official plugins for banshee. + +%description -l pl +Oficjalne wtyczki do banshee. + +%prep +%setup -q + +%build +%{__aclocal} +%{__libtoolize} +%{__automake} +%{__autoconf} +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%find_lang banshee-plugins + +%clean +rm -rf $RPM_BUILD_ROOT + +%files -f banshee-plugins.lang +%defattr(644,root,root,755) +%doc AUTHORS COPYING ChangeLog NEWS README +%{_libdir}/banshee/Banshee.Plugins + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2006/09/21 20:51:28 grzegol +- new + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
