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