]> git.pld-linux.org Git - packages/exaile.git/commitdiff
- added, NFY
authoraredridel <aredridel@pld-linux.org>
Thu, 9 Nov 2006 20:38:31 +0000 (20:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    exaile.spec -> 1.1

exaile.spec [new file with mode: 0644]

diff --git a/exaile.spec b/exaile.spec
new file mode 100644 (file)
index 0000000..10d0c46
--- /dev/null
@@ -0,0 +1,56 @@
+Summary:       A powerful GTK2 media player
+Name:          exaile
+Version:       0.2.5b
+Release:       1
+Source0:       http://www.exaile.org/files/%{name}_%{version}.tar.gz
+# Source0-md5: 1e8439c85536ce83d05a0b281a918f91
+######         Unknown group!
+License:       GPL
+Group:         Applications/X11
+URL:           http://www.exaile.org/
+BuildRequires: python-pygtk-devel >= 2.0
+Requires:      dbus-python >= 0.71
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Exaile is a media player aiming to be similar to KDE's AmaroK, but for
+gtk2. It incorporates many of the cool things from AmaroK (and other
+media players).
+
+Some of the features are:
+- automatic fetching of album art
+- handling of large libraries
+- lyrics fetching
+- artist/album information via the wikipedia
+- last.fm support
+- optional iPod support (assuming you have python-gpod installed).
+- builtin shoutcast directory browser
+- tabbed playlists
+- blacklisting of tracks
+- downloading of guitar tabs from fretplay.com
+- submitting played tracks on the iPod to last.fm
+
+%prep
+%setup -q -n %{name}_%{version}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_menudir}
+
+%{__make}
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%postun
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc TODO
+%attr(755,root,root) %{_bindir}/%{name}
+%{_datadir}/%{name}/
+%{_desktopdir}/*
+%{_pixmapsdir}/*
+%_menudir/%{name}
This page took 0.034473 seconds and 4 git commands to generate.