]> git.pld-linux.org Git - packages/amaroc.git/commitdiff
- initial spec (one-file script)
authorSÅ‚awomir Paszkiewicz <paszczus@pld-linux.org>
Fri, 30 Jun 2006 20:31:12 +0000 (20:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    amaroc.spec -> 1.1

amaroc.spec [new file with mode: 0644]

diff --git a/amaroc.spec b/amaroc.spec
new file mode 100644 (file)
index 0000000..e719fdc
--- /dev/null
@@ -0,0 +1,32 @@
+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
This page took 0.055029 seconds and 4 git commands to generate.