Author: wiget Date: Tue Feb 20 19:06:27 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - initial version
---- Files affected: SPECS: gmpc-plugin-lastfm-provider.spec (NONE -> 1.1) (NEW), gmpc-plugin-lyrics-provider.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/gmpc-plugin-lastfm-provider.spec diff -u /dev/null SPECS/gmpc-plugin-lastfm-provider.spec:1.1 --- /dev/null Tue Feb 20 20:06:27 2007 +++ SPECS/gmpc-plugin-lastfm-provider.spec Tue Feb 20 20:06:22 2007 @@ -0,0 +1,87 @@ +# $Revision$, $Date$ +%define source_name gmpc-lastfm +Summary: Last.fm provider plugin for Gnome Music Player Client +Summary(pl.UTF-8): Wtyczka udostępniająca dane z Last.fm dla odtwarzacza Gnome Music Player Client +Name: gmpc-plugin-lastfm-provider +Version: 0.14.0 +Release: 1 +License: GPL +Group: X11/Applications/Sound +# http://sarine.nl/gmpc-plugins-downloads +Source0: %{source_name}-%{version}.tar.gz +# Source0-md5: 1ace7659c98b0a20e5962ab2da83c0a5 +Patch0: %{name}-plugins_path.patch +URL: http://sarine.nl/gmpc-plugins-lastfm +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: gmpc-devel >= 0.14.0 +BuildRequires: gtk+2-devel >= 2:2.4 +BuildRequires: libglade2-devel +BuildRequires: libtool +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +The last.fm plugin can fetch artist images, from last.fm. This plugin doesn't +scrobble your music, use a dedicated client like mpdscribble for this. + +%description -l pl.UTF-8 +Ta wtyczka pobiera obrazy oraz informacje o artyście z Last.fm. Nie wysyła ona +informacji o odtwarzanych utworach. W tym celu należy skorzystać z dedykowanego +klienta jak mpdscribble. + +%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 <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2007/02/20 19:06:22 wiget +- initial version + +Revision 1.6 2007/02/19 21:28:43 wiget +- updated to 0.14.0 + +Revision 1.5 2007/02/12 22:09:10 glen +- tabs in preamble + +Revision 1.4 2007/02/12 01:06:45 baggins +- converted to UTF-8 + +Revision 1.3 2006/12/19 20:50:42 qboosh +- pl, cleanup + +Revision 1.2 2006/12/17 22:06:07 wiget +- corect md5 hash + +Revision 1.1 2006/12/17 20:43:23 wiget +- new spec (based on gmpc-plugin-autoplaylist.spec) ================================================================ Index: SPECS/gmpc-plugin-lyrics-provider.spec diff -u /dev/null SPECS/gmpc-plugin-lyrics-provider.spec:1.1 --- /dev/null Tue Feb 20 20:06:27 2007 +++ SPECS/gmpc-plugin-lyrics-provider.spec Tue Feb 20 20:06:22 2007 @@ -0,0 +1,92 @@ +# $Revision$, $Date$ +%define source_name gmpc-lyrics +Summary: Lyrics provider plugin for Gnome Music Player Client +Summary(pl.UTF-8): Wtyczka udostępniająca słowa piosenek dla odtwarzacza Gnome Music Player Client +Name: gmpc-plugin-lyrics-provider +Version: 0.14.0 +Release: 1 +License: GPL +Group: X11/Applications/Sound +# http://sarine.nl/gmpc-plugins-downloads +Source0: %{source_name}-%{version}.tar.gz +# Source0-md5: a5e50dc632946b7e01ee270d3ecfc778 +Patch0: %{name}-plugins_path.patch +URL: http://gmpc.sarine.nl/ +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: gmpc-devel >= 0.14.0 +BuildRequires: gtk+2-devel >= 2:2.4 +BuildRequires: libglade2-devel +BuildRequires: libtool +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +This plugin fetches lyrics from the internet. It uses the following websites as +sources: +- LyricWiki +- LeosLyrics +- Lyrics Tracker + + +%description -l pl.UTF-8 +Ta wtyczka pobiera słowa piosenek z następujęcych serwisów internetowych: +- LyricWiki +- LeosLyrics +- Lyrics Tracker + +%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 <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2007/02/20 19:06:22 wiget +- initial version + +Revision 1.6 2007/02/19 21:28:43 wiget +- updated to 0.14.0 + +Revision 1.5 2007/02/12 22:09:10 glen +- tabs in preamble + +Revision 1.4 2007/02/12 01:06:45 baggins +- converted to UTF-8 + +Revision 1.3 2006/12/19 20:50:42 qboosh +- pl, cleanup + +Revision 1.2 2006/12/17 22:06:07 wiget +- corect md5 hash + +Revision 1.1 2006/12/17 20:43:23 wiget +- new spec (based on gmpc-plugin-autoplaylist.spec) ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
