]> git.pld-linux.org Git - packages/exaile.git/blame - exaile.spec
- python path
[packages/exaile.git] / exaile.spec
CommitLineData
101ec556 1Summary: A powerful GTK2 media player
2Name: exaile
3Version: 0.2.5b
4Release: 1
5Source0: http://www.exaile.org/files/%{name}_%{version}.tar.gz
6# Source0-md5: 1e8439c85536ce83d05a0b281a918f91
7###### Unknown group!
8License: GPL
9Group: Applications/X11
10URL: http://www.exaile.org/
11BuildRequires: python-pygtk-devel >= 2.0
12Requires: dbus-python >= 0.71
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%description
16Exaile is a media player aiming to be similar to KDE's AmaroK, but for
17gtk2. It incorporates many of the cool things from AmaroK (and other
18media players).
19
20Some of the features are:
21- automatic fetching of album art
22- handling of large libraries
23- lyrics fetching
24- artist/album information via the wikipedia
25- last.fm support
26- optional iPod support (assuming you have python-gpod installed).
27- builtin shoutcast directory browser
28- tabbed playlists
29- blacklisting of tracks
30- downloading of guitar tabs from fretplay.com
31- submitting played tracks on the iPod to last.fm
32
33%prep
34%setup -q -n %{name}_%{version}
35
36%install
37rm -rf $RPM_BUILD_ROOT
38install -d $RPM_BUILD_ROOT%{_menudir}
39
40%{__make}
41%{__make} install \
42 DESTDIR=$RPM_BUILD_ROOT
43
44%postun
45
46%clean
47rm -rf $RPM_BUILD_ROOT
48
49%files
50%defattr(644,root,root,755)
51%doc TODO
52%attr(755,root,root) %{_bindir}/%{name}
53%{_datadir}/%{name}/
54%{_desktopdir}/*
55%{_pixmapsdir}/*
56%_menudir/%{name}
This page took 0.033557 seconds and 4 git commands to generate.