Name: gmusicbrowser Summary: Jukebox for large collections of mp3/ogg/flac/mpc files Version: 1.0.1 Release: 2%{?dist} License: GPLv3 Group: Applications/Multimedia URL: http://gmusicbrowser.sourceforge.net/ Source0: http://squentin.free.fr/gmusicbrowser/%{name}-%{version}.tar.gz Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch Requires: perl >= 5.8, gtk2 >= 2.6.0, perl(Locale::gettext) >= 1.04 Requires: perl(Gtk2), perl(Gtk2::TrayIcon), perl(Locale::gettext) >= 1.04, perl(GStreamer), perl(Net::DBus) %if 0%{?fedora} >= 10 Requires: perl(Gtk2::MozEmbed) %endif Requires: vorbis-tools, flac123, alsa-utils # From rpmfusion Requires: mpg321, gstreamer-plugins-ugly, gstreamer-plugins-bad # to avoid perl dependencies AutoReq: no AutoProv: no %description Jukebox for large collections of mp3/ogg/flac/mpc files Uses gstreamer, mpg321/ogg123/flac123 or mplayer for playback Main features : - customizable window layouts - artist/album lock : easily restrict playlist to current artist/album - easy access to related songs (same artist/album/title) - simple mass-tagging and mass-renaming - support multiple genres for each song - customizable labels can be set for each song - filters with unlimited nesting of conditions - customizable weighted random mode %prep %setup -q %build # Empty %install rm -rf %{buildroot} %makeinstall prefix=%{buildroot}%{_prefix} rm -f %{buildroot}/%{_prefix}/lib/menu/gmusicbrowser %find_lang %{name} %clean rm -rf %{buildroot} %post update-desktop-database &> /dev/null ||: %postun update-desktop-database &> /dev/null ||: %files -f %{name}.lang %defattr(-,root,root,0755) %doc AUTHORS COPYING README NEWS layout_doc.html %{_bindir}/%{name} %{_datadir}/%{name}/* %{_datadir}/applications/%{name}.desktop %{_mandir}/man1/%{name}* %{_datadir}/icons/%{name}.png %{_datadir}/icons/large/%{name}.png %{_datadir}/icons/mini/%{name}.png %changelog * Sun Feb 15 2009 Remi Collet - 1.0.1-2 - add Gtk2::MozEmbed dependancy (Fedora >= 10) * Sat Feb 14 2009 Remi Collet - 1.0.1-1 - Fedora Build * Mon Nov 24 2008 Quentin Sculo 1.0.1-1 - added perl-Gtk2-WebKit in Requires(hint) * Sat Jul 26 2008 Quentin Sculo 1.0-1 - changed the url to http://gmusicbrowser.sourceforge.net/ as it's more likely to stay valid in the future - escape macro in changelog * Fri May 02 2008 Quentin Sculo 0.964-1 - removed %%{_menudir}/gmusicbrowser * Mon Oct 29 2007 Quentin Sculo 0.962-1 - package the doc files with %%{_docdir}/* instead of %%doc - added perl-GStreamer to required - updated the long description * Fri Aug 24 2007 Quentin Sculo 0.960-1 - replaced perl-Locale-gettext dependency by perl(Locale::gettext), should be more compatible * Fri Mar 30 2007 Quentin Sculo 0.958-1 - added perl-Locale-gettext dependency * Wed Aug 24 2006 Quentin Sculo 0.955-1 - added locale files * Fri Nov 11 2005 Quentin Sculo 0.941-1 - use Makefile, added doc and man files * Wed Sep 07 2005 Quentin Sculo 0.933-1 - Initial .spec file