Author: megabajt Date: Sat Jan 24 17:08:19 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - added descriptions - updated deps
---- Files affected: SPECS: gmpc-plugin-avahi.spec (1.3 -> 1.4) ---- Diffs: ================================================================ Index: SPECS/gmpc-plugin-avahi.spec diff -u SPECS/gmpc-plugin-avahi.spec:1.3 SPECS/gmpc-plugin-avahi.spec:1.4 --- SPECS/gmpc-plugin-avahi.spec:1.3 Sun Dec 28 23:12:54 2008 +++ SPECS/gmpc-plugin-avahi.spec Sat Jan 24 18:08:13 2009 @@ -1,9 +1,6 @@ # $Revision$, $Date$ -# TODO: -# - desc - %define source_name gmpc-avahi -Summary: Stopbutton plugin for Gnome Music Player Client +Summary: Avahi plugin for Gnome Music Player Client Summary(pl.UTF-8): Wtyczka avahi dla odtwarzacza Gnome Music Player Client Name: gmpc-plugin-avahi Version: 0.17.0 @@ -15,20 +12,25 @@ URL: http://gmpcwiki.sarine.nl/index.php?title=Avahi BuildRequires: autoconf BuildRequires: automake +BuildRequires: avahi-glib-devel BuildRequires: gmpc-devel >= 0.17.0 -BuildRequires: gtk+2-devel >= 2:2.4 +BuildRequires: gtk+2-devel >= 2:2.4.0 BuildRequires: libglade2-devel BuildRequires: libmpd-devel >= 0.17.0 BuildRequires: libtool +BuildRequires: libxml2-devel +BuildRequires: pkgconfig 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'". +Avahi plugin auto-detects the presence of MPD servers in the network. +For every found server it adds a profile and updates it when the IP +address of the server changes. %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'". +Wtyczka Avahi automatycznie wykrywa obecność serwerów MPD w sieci. Dla +każdego znalezionego serwera dodaje profil i uaktualnia go, gdy adres +IP serwera ulegnie zmianie. %prep %setup -qn %{source_name}-%{version} @@ -39,15 +41,12 @@ %{__autoconf} %{__autoheader} %{__automake} - %configure %{__make} %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT%{_libdir}/gmpc - %{__make} install \ DESTDIR=$RPM_BUILD_ROOT @@ -58,13 +57,17 @@ %files %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/gmpc/plugins/*.so +%attr(755,root,root) %{_libdir}/gmpc/plugins/avahiplugin.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.4 2009/01/24 17:08:13 megabajt +- added descriptions +- updated deps + Revision 1.3 2008/12/28 22:12:54 wiget - 0.17.0 @@ -74,4 +77,3 @@ Revision 1.1 2008/02/04 10:42:16 czarny - new - NFY; desc needed - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gmpc-plugin-avahi.spec?r1=1.3&r2=1.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
