[svn] r5628 - in trunk/rpms: . exaile
packagers at lists.rpmforge.net
packagers at lists.rpmforge.net
Sun Jul 22 20:36:24 CEST 2007
Author: hadams
Date: 2007-07-22 20:36:22 +0200 (Sun, 22 Jul 2007)
New Revision: 5628
Added:
trunk/rpms/exaile/
trunk/rpms/exaile/exaile.spec
Log:
Added exaile
Added: trunk/rpms/exaile/exaile.spec
===================================================================
--- trunk/rpms/exaile/exaile.spec (rev 0)
+++ trunk/rpms/exaile/exaile.spec 2007-07-22 18:36:22 UTC (rev 5628)
@@ -0,0 +1,125 @@
+# $Id$
+# Authority: hadams
+
+Summary: A music player
+Name: exaile
+Version: 0.2.10
+Release: 2
+Group: Applications/Multimedia
+License: GPL
+URL: http://www.exaile.org
+Source0: http://www.exaile.org/files/exaile_%{version}.tar.gz
+Source1: exaile-launch_script.in
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires: python-devel
+BuildRequires: pygtk2-devel
+BuildRequires: gtk2-devel
+BuildRequires: desktop-file-utils
+BuildRequires: pkgconfig
+BuildRequires: gettext intltool perl(XML::Parser)
+
+Requires: python-mutagen >= 1.8
+Requires: dbus-python
+Requires: gstreamer-python >= 0.10
+Requires: python-sqlite2
+Requires: pygtk2
+Requires: gnome-python2-gtkhtml2
+Requires: gnome-python2-gtkmozembed
+Requires: python-CDDB
+Requires: python-sexy
+Requires: gamin-python
+
+#%if "%fedora" > "6"
+# for iPod device support
+#Requires: python-gpod
+#%endif
+
+%ifarch x86_64 ia64 ppc64 s390x
+%define gre_conf %{_sysconfdir}/gre.d/gre64.conf
+%else
+%define gre_conf %{_sysconfdir}/gre.d/gre.conf
+%endif
+
+%description
+Exaile is a media player aiming to be similar to KDE's AmaroK, but for GTK+.
+It incorporates many of the cool things from AmaroK (and other media players)
+like 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).
+
+In addition, Exaile also includes a built in shoutcast directory browser,
+tabbed playlists (so you can have more than one playlist open at a time),
+blacklisting of tracks (so they don't get scanned into your library),
+downloading of guitar tablature from fretplay.com, and submitting played tracks
+on your iPod to last.fm
+
+%prep
+%setup -q -n %{name}_%{version}
+
+#Fix typo in the desktop file
+sed -i 's/MimeType=M/M/' exaile.desktop
+# remove shebangs from all files as none should be executable scripts
+sed -e '/^#!\//,1 d' -i plugins/*.py exaile.py
+
+%build
+make #%{?_smp_mflags}
+
+%install
+rm -rf %{buildroot}
+
+make install PREFIX=%{_prefix} LIBDIR=%{_libdir} DESTDIR=%{buildroot}
+
+desktop-file-install --delete-original \
+ --vendor="fedora" \
+ --remove-category=Application \
+ --remove-category=AudioPlayer \
+ --add-category=Audio \
+ --dir=%{buildroot}%{_datadir}/applications \
+ %{buildroot}%{_datadir}/applications/%{name}.desktop
+
+rm -rf %{buildroot}%{_bindir}/exaile
+sed 's#@DATADIR@#'%{_datadir}'#g;s#@GRE_CONF_PATH@#'%{gre_conf}'#g' \
+ < %{SOURCE1} > %{buildroot}%{_bindir}/exaile
+chmod 755 %{buildroot}%{_bindir}/exaile
+
+chmod 755 %{buildroot}%{_libdir}/exaile/mmkeys.so
+
+%find_lang %{name}
+
+%clean
+rm -rf %{buildroot}
+
+%files -f %{name}.lang
+%defattr(-,root,root,0755)
+%doc changelog COPYING TODO
+%{_bindir}/exaile
+%{_libdir}/exaile/
+%{_datadir}/applications/*.desktop
+%{_datadir}/pixmaps/exaile.png
+%{_datadir}/exaile/
+%{_mandir}/man1/exaile*.*
+
+%changelog
+* Sun Jul 22 2007 Heiko Adams <info at fedora-blog.de> - 0.2.10-2
+- Rebuild for rpmforge
+
+* Sat Jun 30 2007 Deji Akingunola <dakingun at gmail.com> - 0.2.10-1
+- New release
+
+* Fri Mar 30 2007 Deji Akingunola <dakingun at gmail.com> - 0.2.9-1
+- New release
+
+* Tue Jan 09 2007 Deji Akingunola <dakingun at gmail.com> - 0.2.8-1
+- New release
+
+* Sat Dec 30 2006 Deji Akingunola <dakingun at gmail.com> - 0.2.7-1
+- New release
+
+* Wed Dec 27 2006 Deji Akingunola <dakingun at gmail.com> - 0.2.6-3
+- Rework the python include patch
+
+* Wed Dec 27 2006 Deji Akingunola <dakingun at gmail.com> - 0.2.6-2
+- Rewrite the build patch to be more generic
+
+* Tue Dec 26 2006 Deji Akingunola <dakingun at gmail.com> - 0.2.6-1
+- First version for Fedora Extras
More information about the svn-commits
mailing list