]> git.pld-linux.org Git - packages/amaroc.git/blame - amaroc.spec
- initial spec (one-file script)
[packages/amaroc.git] / amaroc.spec
CommitLineData
8c21d118
SP
1Summary: amaroc - ncurses "frontend" for Amarok
2Name: amaroc
3Version: 0.1
4Release: 0.1
5License: GPL v2
6Group: Applications
7Source0: http://synan.rilinux.hr/%{name}-%{version}.tar.bz2
8# Source0-md5: b20c221d7cecaf877c6b96b1be60f86c
9Requires: amarok
10Requires: ncurses
11Requires: python
12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14%description
15Amaroc is an ncurses "frontend" for Amarok. It uses DCOP calls, and
16its purpose is to ease control of Amarok over a network.
17
18%prep
19%setup -q -n %{name}
20
21%install
22rm -rf $RPM_BUILD_ROOT
23install -d $RPM_BUILD_ROOT%{_bindir}
24install amaroc.py $RPM_BUILD_ROOT%{_bindir}
25
26%clean
27rm -rf $RPM_BUILD_ROOT
28
29%files
30%defattr(644,root,root,755)
31%doc README
32%attr(755,root,root) %{_bindir}/amaroc.py
This page took 0.051213 seconds and 4 git commands to generate.