rpms/amarok/FC-5 amarok.spec,1.51,1.52

Aurelien Bompard (abompard) fedora-extras-commits at redhat.com
Wed May 24 10:40:59 UTC 2006


Author: abompard

Update of /cvs/extras/rpms/amarok/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26169/FC-5

Modified Files:
	amarok.spec 
Log Message:
require the helix engine on archs where it is the only available engine, see bug 192802


Index: amarok.spec
===================================================================
RCS file: /cvs/extras/rpms/amarok/FC-5/amarok.spec,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- amarok.spec	21 May 2006 17:14:02 -0000	1.51
+++ amarok.spec	24 May 2006 10:40:59 -0000	1.52
@@ -1,7 +1,7 @@
 Name:       amarok
 Summary:    Media player for KDE
 Version:    1.4.0
-Release:    4%{?dist}
+Release:    5%{?dist}
 
 Group: 	    Applications/Multimedia
 License:    GPL
@@ -32,13 +32,17 @@
 %ifarch ppc64 x86_64 s390 s390x ia64
 BuildRequires:  gstreamer-plugins-base-devel, gstreamer-plugins-good-devel, gstreamer-devel
 %endif
-# Helix engine
+# Helix engine on archs where it is available
 %ifnarch ppc64 x86_64 s390 s390x ia64
 BuildRequires:  HelixPlayer
 %endif
 
 # Lyrics scripts
 Requires:  ruby
+# Only engine available except on these archs, where it's gstreamer
+%ifnarch ppc64 x86_64 s390 s390x ia64
+Requires:  HelixPlayer
+%endif
 
 Requires(post): desktop-file-utils
 Requires(postun): desktop-file-utils
@@ -224,6 +228,9 @@
 
 
 %changelog
+* Wed May 24 2006 Aurelien Bompard <gauret[AT]free.fr> 1.4.0-5
+- Require HelixPlayer on archs where it is the only engine available
+
 * Sun May 21 2006 Aurelien Bompard <gauret[AT]free.fr> 1.4.0-4
 - really fix building gst engine on x86_64
 




More information about the fedora-extras-commits mailing list