]> git.pld-linux.org Git - packages/amaroc.git/blame - amaroc.spec
- really(?) fixed de, pl cosmetic
[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
8c21d118 12Requires: amarok
8c21d118 13Requires: python
ecccc9ec 14Requires: python-modules
8c21d118
SP
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
138f6edb 18Amaroc is an ncurses frontend for Amarok. It uses DCOP calls and its
19purpose is to ease control of Amarok over a network.
20
b7a8343f 21%description -l de.UTF-8
f1d35448 22Amaroc ist ein ncurses Frontend für Amarok. Es benutzt DCOP Aufrufe
b7a8343f 23und es vereinfacht die Nutzung von Amarok übers Netzwerk.
138f6edb 24
b7a8343f 25%description -l pl.UTF-8
f1d35448 26Amaroc jest frontendem ncurses dla Amaroka. Używa wywołan DCOP i
b7a8343f 27ułatwia używanie Amaroka przez sieć.
8c21d118
SP
28
29%prep
f2b4e73f 30%setup -q
0b9087ee 31%patch0 -p0
8c21d118
SP
32
33%install
34rm -rf $RPM_BUILD_ROOT
35install -d $RPM_BUILD_ROOT%{_bindir}
36install amaroc.py $RPM_BUILD_ROOT%{_bindir}
37
38%clean
39rm -rf $RPM_BUILD_ROOT
40
41%files
42%defattr(644,root,root,755)
f2b4e73f 43%doc CHANGELOG README
8c21d118 44%attr(755,root,root) %{_bindir}/amaroc.py
This page took 0.062978 seconds and 4 git commands to generate.