Author: baggins Date: Sun Mar 6 11:10:34 2011 GMT Module: packages Tag: HEAD ---- Log message: - initial revision
---- Files affected: packages/xfmpc: xfmpc.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/xfmpc/xfmpc.spec diff -u /dev/null packages/xfmpc/xfmpc.spec:1.1 --- /dev/null Sun Mar 6 12:10:34 2011 +++ packages/xfmpc/xfmpc.spec Sun Mar 6 12:10:29 2011 @@ -0,0 +1,64 @@ +# $Revision$, $Date$ +Summary: A graphical GTK+ MPD client focusing on low footprint +Summary(pl.UTF-8): Graficzny klient MPD oparty na GTK+ +Name: xfmpc +Version: 0.2.1 +Release: 1 +License: GPL v2 +Group: X11/Applications/Sound +Source0: http://www.xfce.org/archive/src/apps/xfmpc/0.2/%{name}-%{version}.tar.bz2 +# Source0-md5: 6e8a4acdb03919ac9ec13e0cad84a22e +URL: http://www.xfce.org/projects/xfmpc/ +BuildRequires: gettext-devel +BuildRequires: glib2-devel >= 1:2.18 +BuildRequires: gtk+2-devel >= 2:2.14 +BuildRequires: intltool >= 0.35.0 +BuildRequires: libmpd-devel >= 0.15.0 +BuildRequires: libxfce4ui-devel >= 4.8.0 +BuildRequires: libxfce4util-devel >= 4.8.0 +BuildRequires: pkgconfig >= 1:0.9.0 +BuildRequires: xfce4-dev-tools >= 4.6.0 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +A graphical GTK+ MPD client focusing on low footprint. + +%description -l pl.UTF-8 +Graficzny klient MPD oparty na GTK+. + +%prep +%setup -q + +%build +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/ur_PK + +%find_lang %{name} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files -f %{name}.lang +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog IDEAS NEWS README THANKS +%attr(755,root,root) %{_bindir}/xfmpc +%{_desktopdir}/xfmpc.desktop +%{_mandir}/man1/xfmpc.1* + +%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 2011/03/06 11:10:29 baggins +- initial revision + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
