%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: bluemindo Version: 0.3 Release: 1%{?dist} Summary: Simple yet powerful Audio Player Group: Applications/Multimedia License: GPLv3 URL: http://bluemindo.codingteam.net/ Source0: http://codingteam.net/project/bluemindo/download/file/%{name}-%{version}.tar.gz Patch0: bluemindo-0.3-makefile.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: desktop-file-utils BuildRequires: gettext intltool Requires: pygtk2-libglade python-tag >= 0.94 Requires: gstreamer-python >= 0.10, gstreamer-plugins-good >= 0.10 # Optional deps, see INSTALL Requires: dbus-python notify-python Requires: python-eggtrayicon python-xmpp %description Bluemindo aims to provide a very simple audio player without any GNOME dependencies. Actually, there are a few players that make everything (but the coffee). That's not Bluemindo's goal: with Bluemindo, you can play your music. That's all. %prep %setup -q %patch0 -p1 -b .orig %build make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT desktop-file-validate ${RPM_BUILD_ROOT}%{_datadir}/applications/Bluemindo.desktop %find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS CHANGELOG COPYING README THANKS %{_bindir}/%{name} %{_datadir}/%{name}/ %{_datadir}/applications/Bluemindo.desktop %{_datadir}/pixmaps/%{name}.png %{_mandir}/man1/%{name}.* %changelog * Thu Nov 26 2009 Christoph Wickert - 0.3-1 - Update to 0.3.0 * Sun Feb 15 2009 Christoph Wickert - 0.2.10-1 - Initial Fedora Package