]> git.pld-linux.org Git - packages/quodlibet.git/blob - quodlibet.spec
- MD5 sum for Source0
[packages/quodlibet.git] / quodlibet.spec
1 #
2 Summary:        Quod Libet - GTK+-based audio player
3 Name:           quodlibet
4 Version:        0.10.1
5 Release:        0.1
6 Epoch:          0
7 License:        GPL v2
8 Group:          X11/Applications/Multimedia
9 #Icon:          -
10 Source0:        http://www.sacredchao.net/~piman/software/%{name}-%{version}.tar.gz
11 # Source0-md5:  9a8f843f9f55414ea9bb173762f1fe39
12 URL:            http://www.sacredchao.net/quodlibet/wiki
13 BuildRequires:  python-devel
14 BuildRequires:  python-pygtk-devel
15 %pyrequires_eq  python-modules
16 Requires:       gtk+2 >= 2.6.0
17 Requires:       python-pygtk-gtk >= 2.4.0
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Quod Libet is a GTK+-based audio player written in Python. It's
22 designed around the idea that you know better than we do how to
23 organize your music. It lets you make playlists based on regular
24 expressions (don't worry, regular searches work too). It lets you
25 display and edit any tags you want in the file. And it lets you do
26 this for all the file formats it supports -- Ogg Vorbis, FLAC, MP3,
27 Musepack, and MOD.
28
29 To use all of Quod Libet features (including audio playback) you will
30 also need the following packages: python-pyvorbis, python-pyao
31
32 %prep
33 %setup -q
34
35 %build
36 %{__make} extensions
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 %{__make} install \
42         PREFIX=%{_prefix} \
43         DESTDIR=$RPM_BUILD_ROOT
44
45 %find_lang %{name}
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files -f %{name}.lang
51 %defattr(644,root,root,755)
52 %doc NEWS README
53 %attr(755,root,root) %{_bindir}/*
54 %dir %{_libdir}/%{name}
55 %attr(755,root,root) %{_libdir}/%{name}/*.py
56 %attr(755,root,root) %{_libdir}/%{name}/*.so
57 %{_libdir}/%{name}/*.png
58 %{_libdir}/%{name}/*.zip
59 %{_desktopdir}/*.desktop
60 %{_pixmapsdir}/*
61 %{_mandir}/man1/*
This page took 0.043154 seconds and 3 git commands to generate.