]> git.pld-linux.org Git - packages/amaroc.git/blob - amaroc.spec
- polish and german descriptions
[packages/amaroc.git] / amaroc.spec
1 Summary:        amaroc - ncurses frontend for Amarok
2 Summary(de):    amaroc - ncurses Frontend für Amarok
3 Summary(pl):    amaroc - frontend ncurses dla Amaroka
4 Name:           amaroc
5 Version:        0.1
6 Release:        0.1
7 License:        GPL v2
8 Group:          Applications
9 Source0:        http://synan.rilinux.hr/%{name}-%{version}.tar.bz2
10 # Source0-md5:  b20c221d7cecaf877c6b96b1be60f86c
11 Requires:       amarok
12 Requires:       ncurses
13 Requires:       python
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Amaroc is an ncurses frontend for Amarok. It uses DCOP calls and its
18 purpose is to ease control of Amarok over a network.
19
20 %description -l de
21 Amaroc ist ein ncurses Frontend für Amarok. Es benutzt DCOP Aufruffe
22 und es vereinfacht die Nutzung von Amarok übers Netzwerk.
23
24 %description -l pl
25 Amaroc jest frontendem ncurses dla Amaroka. U¿ywa wezwañ DCOPu i
26 u³atwia u¿ywanie Amaroka poprzez sieæ.
27
28 %prep
29 %setup -q -n %{name}
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33 install -d $RPM_BUILD_ROOT%{_bindir}
34 install amaroc.py $RPM_BUILD_ROOT%{_bindir}
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
41 %doc README
42 %attr(755,root,root) %{_bindir}/amaroc.py
This page took 0.078688 seconds and 3 git commands to generate.