]> git.pld-linux.org Git - packages/amaroc.git/blame - amaroc.spec
- add URL
[packages/amaroc.git] / amaroc.spec
CommitLineData
138f6edb 1Summary: amaroc - ncurses frontend for Amarok
b52aaa91
ER
2Summary(de.UTF-8): amaroc - ncurses Frontend für Amarok
3Summary(pl.UTF-8): amaroc - frontend ncurses dla Amaroka
8c21d118 4Name: amaroc
0b9087ee 5Version: 0.3
6Release: 1
8c21d118
SP
7License: GPL v2
8Group: Applications
f2b4e73f 9Source0: http://dl.sourceforge.net/amaroc/%{name}-%{version}.tar.bz2
0b9087ee 10# Source0-md5: 38308e04b2bd0f7df94d19f2455b70df
11Patch0: %{name}-curses.patch
c3ef1bde 12URL: http://sourceforge.net/projects/amaroc/
8c21d118 13Requires: amarok
8c21d118 14Requires: python
ecccc9ec 15Requires: python-modules
8c21d118
SP
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
138f6edb 19Amaroc is an ncurses frontend for Amarok. It uses DCOP calls and its
20purpose is to ease control of Amarok over a network.
21
b7a8343f 22%description -l de.UTF-8
f1d35448 23Amaroc ist ein ncurses Frontend für Amarok. Es benutzt DCOP Aufrufe
b7a8343f 24und es vereinfacht die Nutzung von Amarok übers Netzwerk.
138f6edb 25
b7a8343f 26%description -l pl.UTF-8
f1d35448 27Amaroc jest frontendem ncurses dla Amaroka. Używa wywołan DCOP i
b7a8343f 28ułatwia używanie Amaroka przez sieć.
8c21d118
SP
29
30%prep
f2b4e73f 31%setup -q
0b9087ee 32%patch0 -p0
8c21d118
SP
33
34%install
35rm -rf $RPM_BUILD_ROOT
36install -d $RPM_BUILD_ROOT%{_bindir}
37install amaroc.py $RPM_BUILD_ROOT%{_bindir}
38
39%clean
40rm -rf $RPM_BUILD_ROOT
41
42%files
43%defattr(644,root,root,755)
f2b4e73f 44%doc CHANGELOG README
8c21d118 45%attr(755,root,root) %{_bindir}/amaroc.py
This page took 0.036646 seconds and 4 git commands to generate.