SPECS: scmpc.spec (NEW) - New package.
japhy
japhy at pld-linux.org
Fri Mar 28 23:09:09 CET 2008
Author: japhy Date: Fri Mar 28 22:09:09 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- New package.
---- Files affected:
SPECS:
scmpc.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/scmpc.spec
diff -u /dev/null SPECS/scmpc.spec:1.1
--- /dev/null Fri Mar 28 23:09:09 2008
+++ SPECS/scmpc.spec Fri Mar 28 23:09:03 2008
@@ -0,0 +1,52 @@
+# $Revision$, $Date$
+#
+Summary: Client for MPD which submits your tracks to last.fm.
+Summary(pl.UTF-8): Klient MPD wysyłający słuchane utwory do last.fm.
+Name: scmpc
+Version: 0.2.2
+Release: 0.1
+License: GPL v2
+Group: Applications
+Source0: http://download.berlios.de/scmpc/%{name}-%{version}.tar.bz2
+# Source0-md5: f42482e4dbf398df92a36d5610b403e5
+#Patch0: %{name}-DESTDIR.patch
+URL: http://scmpc.berlios.de/
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Client for MPD which submits your tracks to last.fm.
+
+%description -l pl.UTF-8
+Klient MPD wysyłający słuchane utwory do last.fm.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(0755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
+%{_mandir}/*/*
+
+%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-03-28 22:09:03 japhy
+- New package.
+
================================================================
More information about the pld-cvs-commit
mailing list