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