Author: megabajt Date: Tue Apr 17 18:57:38 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: xfce4-mpc-plugin.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/xfce4-mpc-plugin.spec diff -u /dev/null SPECS/xfce4-mpc-plugin.spec:1.1 --- /dev/null Tue Apr 17 20:57:38 2007 +++ SPECS/xfce4-mpc-plugin.spec Tue Apr 17 20:57:33 2007 @@ -0,0 +1,65 @@ +# $Revision$, $Date$ +Summary: A mpc plugin for the Xfce panel +Summary(pl.UTF-8): Wtyczka mpc dla panelu Xfce +Name: xfce4-mpc-plugin +Version: 0.3.1 +Release: 1 +License: GPL v2 +Group: X11/Applications +Source0: http://goodies.xfce.org/releases/xfce4-mpc-plugin/%{name}-%{version}.tar.gz +# Source0-md5: 0f8bae22ef5c5f1d03d086e4602eaf6f +URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: intltool >= 0.35.5 +BuildRequires: libmpd-devel >= 0.12 +BuildRequires: pkgconfig +BuildRequires: xfce4-dev-tools >= 4.4.0 +BuildRequires: xfce4-panel-devel >= 4.4.0 +Requires: xfce4-panel >= 4.4.0 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +A client plugin for the Music Player Daemon. + +%description -l pl.UTF-8 +Wtyczka klienta Music Player Daemon. + +%prep +%setup -q + +%build +%{__intltoolize} +%{__aclocal} +%{__autoconf} +%{__autoheader} +%{__automake} +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%find_lang %{name} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files -f %{name}.lang +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog NEWS README TODO +%attr(755,root,root) %{_libdir}/xfce4/panel-plugins/xfce4-mpc-plugin +%{_datadir}/xfce4/panel-plugins/xfce4-mpc-plugin.desktop + +%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/04/17 18:57:33 megabajt +- new + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
