]> git.pld-linux.org Git - packages/radiotray.git/blob - radiotray.spec
- updated to 0.7.3
[packages/radiotray.git] / radiotray.spec
1 Summary:        Radio Tray is an online radio streaming player
2 Name:           radiotray
3 Version:        0.7.3
4 Release:        1
5 License:        GPL
6 Group:          X11/Applications/Multimedia
7 Source0:        http://dl.sourceforge.net/radiotray/%{name}-%{version}.tar.gz
8 # Source0-md5:  274efddcf5183a4f5cb193f8c417a45c
9 URL:            http://radiotray.sourceforge.net/
10 BuildRequires:  gettext-devel
11 BuildRequires:  python-devel
12 BuildRequires:  python-lxml >= 2.1.5
13 BuildRequires:  python-pyinotify >= 0.8.6
14 BuildRequires:  python-pyxdg
15 BuildRequires:  rpm-pythonprov
16 BuildRequires:  rpmbuild(macros) >= 1.219
17 Requires:       gstreamer0.10-audiosink
18 Requires:       gstreamer0.10-soup
19 Requires:       python-dbus >= 0.83
20 Requires:       python-gstreamer
21 Requires:       python-libs
22 Requires:       python-lxml >= 2.1.5
23 Requires:       python-modules
24 Requires:       python-pygobject >= 2.18
25 Requires:       python-pygtk-glade
26 Requires:       python-pygtk-gtk
27 Requires:       python-pyinotify >= 0.8.6
28 Requires:       python-pynotify
29 Requires:       python-pyxdg
30 Suggests:       gstreamer0.10-aac
31 Suggests:       gstreamer0.10-lame
32 BuildArch:      noarch
33 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
34
35 %description
36 Radio Tray is an online radio streaming player that runs on a Linux
37 system tray. Its goal is to have the minimum interface possible,
38 making it very straightforward to use. Radio Tray is not a full
39 featured music player, there are plenty of excellent music players
40 already. However, there was a need for a simple application with
41 minimal interface just to listen to online radios. And that's the sole
42 purpose of Radio Tray.
43
44 %prep
45 %setup -q
46
47 %build
48 %{__python} setup.py build
49
50 %install
51 rm -rf $RPM_BUILD_ROOT
52
53 %{__python} setup.py install \
54         --optimize=2 \
55         --root=$RPM_BUILD_ROOT
56
57 %py_ocomp $RPM_BUILD_ROOT%{py_sitescriptdir}
58 %py_comp $RPM_BUILD_ROOT%{py_sitescriptdir}
59 %py_postclean
60
61 %find_lang %{name}
62
63 %clean
64 rm -rf $RPM_BUILD_ROOT
65
66 %files -f %{name}.lang
67 %defattr(644,root,root,755)
68 %doc AUTHORS CONTRIBUTORS NEWS README
69 %attr(755,root,root) %{_bindir}/*
70 %{_datadir}/%{name}
71 %{_desktopdir}/%{name}.desktop
72 %{_pixmapsdir}/%{name}.png
73 %dir %{py_sitescriptdir}/radiotray
74 %dir %{py_sitescriptdir}/radiotray/events
75 %dir %{py_sitescriptdir}/radiotray/lib
76 %{py_sitescriptdir}/radiotray/*.py[co]
77 %{py_sitescriptdir}/radiotray/events/*.py[co]
78 %{py_sitescriptdir}/radiotray/lib/*.py[co]
79 %{py_sitescriptdir}/radiotray-*.egg-info
This page took 0.202455 seconds and 3 git commands to generate.