Author: glen Date: Sat Jan 28 22:01:10 2012 GMT Module: packages Tag: HEAD ---- Log message: - new
---- Files affected: packages/gmpc-plugin-awn: gmpc-plugin-awn.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/gmpc-plugin-awn/gmpc-plugin-awn.spec diff -u /dev/null packages/gmpc-plugin-awn/gmpc-plugin-awn.spec:1.1 --- /dev/null Sat Jan 28 23:01:10 2012 +++ packages/gmpc-plugin-awn/gmpc-plugin-awn.spec Sat Jan 28 23:01:05 2012 @@ -0,0 +1,58 @@ +# $Revision$, $Date$ +%define source_name gmpc-awn +Summary: Avant Window Navigator Plugin +Name: gmpc-plugin-awn +Version: 11.8.16 +Release: 1 +License: GPL v2 +Group: X11/Applications/Sound +Source0: http://download.sarine.nl/Programs/gmpc/%{version}/%{source_name}-%{version}.tar.gz +# Source0-md5: ac3b898fc0be8f6f568441b84f651986 +URL: http://gmpc.wikia.com/wiki/GMPC_PLUGIN_AWN +BuildRequires: autoconf >= 2.58 +BuildRequires: automake +BuildRequires: gettext-devel +BuildRequires: gmpc-devel >= 0.15.4.96 +BuildRequires: intltool +BuildRequires: libtool +BuildRequires: pkgconfig +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Integrates GMPC with Avant Window Navigator. + +%prep +%setup -qn %{source_name}-%{version} + +%build +%{__libtoolize} +%{__aclocal} +%{__autoconf} +%{__autoheader} +%{__automake} + +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%{__rm} $RPM_BUILD_ROOT%{_libdir}/gmpc/plugins/*.la + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%attr(755,root,root) %{_libdir}/gmpc/plugins/awnplugin.so + +%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 2012/01/28 22:01:05 glen +- new ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
