SPECS: amaroc.spec (NEW) - initial spec (one-file script)

paszczus paszczus at pld-linux.org
Fri Jun 30 22:31:18 CEST 2006


Author: paszczus                     Date: Fri Jun 30 20:31:18 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial spec (one-file script)

---- Files affected:
SPECS:
   amaroc.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/amaroc.spec
diff -u /dev/null SPECS/amaroc.spec:1.1
--- /dev/null	Fri Jun 30 22:31:18 2006
+++ SPECS/amaroc.spec	Fri Jun 30 22:31:12 2006
@@ -0,0 +1,41 @@
+# $Revision$, $Date$
+Summary:	amaroc - ncurses "frontend" for Amarok
+Name:		amaroc
+Version:	0.1
+Release:	0.1
+License:	GPL v2
+Group:		Applications
+Source0:	http://synan.rilinux.hr/%{name}-%{version}.tar.bz2
+# Source0-md5:	b20c221d7cecaf877c6b96b1be60f86c
+Requires:	amarok
+Requires:	ncurses
+Requires:	python
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Amaroc is an ncurses "frontend" for Amarok. It uses DCOP calls, and
+its purpose is to ease control of Amarok over a network.
+
+%prep
+%setup -q -n %{name}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+install amaroc.py $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{_bindir}/amaroc.py
+%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  2006/06/30 20:31:12  paszczus
+- initial spec (one-file script)
+
================================================================


More information about the pld-cvs-commit mailing list