SPECS: gmpc-plugin-randomplaylist.spec (NEW) - new based on gmpc-p...

czarny czarny at pld-linux.org
Mon Feb 4 10:48:56 CET 2008


Author: czarny                       Date: Mon Feb  4 09:48:56 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new based on gmpc-plugin-exraplaylist
- NFY; desc TODO

---- Files affected:
SPECS:
   gmpc-plugin-randomplaylist.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/gmpc-plugin-randomplaylist.spec
diff -u /dev/null SPECS/gmpc-plugin-randomplaylist.spec:1.1
--- /dev/null	Mon Feb  4 10:48:56 2008
+++ SPECS/gmpc-plugin-randomplaylist.spec	Mon Feb  4 10:48:51 2008
@@ -0,0 +1,101 @@
+# $Revision$, $Date$
+# TODO:
+# - desc
+
+%define		source_name gmpc-random-playlist
+Summary:	Random plugin for Gnome Music Player Client
+Summary(pl.UTF-8):	Wtyczka randomplaylist dla odtwarzacza Gnome Music Player Client
+Name:		gmpc-plugin-randomplaylist
+Version:	0.15.5.0
+Release:	0.1
+License:	GPL
+Group:		X11/Applications/Sound
+# http://download.sarine.nl/gmpc-0.15.5/
+Source0:	http://download.sarine.nl/gmpc-0.15.5/%{source_name}-%{version}.tar.gz
+# Source0-md5:	a12bbb5f27637e0d30f8f8db4e2c9c0f
+Patch0:		%{name}-plugins_path.patch
+URL:		http://www.sarine.nl//gmpc-plugins
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	gmpc-devel >= 0.15.5.0
+BuildRequires:	gtk+2-devel >= 2:2.4
+BuildRequires:	libglade2-devel
+BuildRequires:	libtool
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The plugin allows you to generate a playlist based on a set of rules,
+f.e. "Genre contains 'jazz' and artist doesn't contain 'Jones'".
+
+%description -l pl.UTF-8
+Ta wtyczka pozwala generować playlisty w oparciu o zbiór reguł, na
+przykład "Gatunek zawiera 'jazz' i wykonawca nie zawiera 'Jones'".
+
+%prep
+%setup -qn %{source_name}-%{version}
+%patch0 -p1
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_libdir}/gmpc
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+rm $RPM_BUILD_ROOT%{_libdir}/gmpc/*.la
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/gmpc/*.so
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2008-02-04 09:48:51  czarny
+- new based on gmpc-plugin-exraplaylist
+- NFY; desc TODO
+
+Revision 1.2  2008-02-04 09:31:51  czarny
+- proper d/l URL
+
+Revision 1.1  2008-02-04 09:26:51  czarny
+- init, based on autoplaylist
+- NFY: desc needed
+
+Revision 1.7  2007-05-20 21:34:03  wiget
+- updated to 0.15.0
+
+Revision 1.6  2007/02/19 22:10:25  wiget
+- md5 fix
+
+Revision 1.5  2007/02/19 22:01:35  wiget
+- updated to 0.14.0
+
+Revision 1.4  2007/02/12 22:09:10  glen
+- tabs in preamble
+
+Revision 1.3  2007/02/12 01:06:45  baggins
+- converted to UTF-8
+
+Revision 1.2  2006/12/19 20:55:24  qboosh
+- pl
+
+Revision 1.1  2006/12/15 17:55:54  jajcus
+- new spec
================================================================


More information about the pld-cvs-commit mailing list