rpms/amarok/devel amarok.spec,1.18,1.19

Aurelien Bompard (abompard) fedora-extras-commits at redhat.com
Mon Aug 22 14:58:58 UTC 2005


Author: abompard

Update of /cvs/extras/rpms/amarok/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6874/devel

Modified Files:
	amarok.spec 
Log Message:
- dont build the Helix engine on arches where HelixPlayer is not built


Index: amarok.spec
===================================================================
RCS file: /cvs/extras/rpms/amarok/devel/amarok.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- amarok.spec	22 Aug 2005 14:23:41 -0000	1.18
+++ amarok.spec	22 Aug 2005 14:58:56 -0000	1.19
@@ -7,7 +7,7 @@
 Name:       amarok
 Summary:    Media player for KDE
 Version:    1.3
-Release:    2%{?dist}
+Release:    3%{?dist}
 
 Group: 	    Applications/Multimedia
 License:    GPL
@@ -30,7 +30,9 @@
 #%else
 #BuildRequires:  libtool
 #%endif
+%ifnarch ppc64 x86_64 s390 s390x ia64
 BuildRequires:  HelixPlayer
+%endif
 
 %if  0%{?use_xine}
 BuildRequires:  xine-lib-devel >= 0:1.0.0
@@ -102,7 +104,6 @@
 export QTLIB=${QTDIR}/lib QTINC=${QTDIR}/include
 %configure \
      --disable-debug \
-     --with-helix    \
 %if %{?use_xine:0}%{!?use_xine:1}
      --without-xine
 %endif
@@ -191,8 +192,10 @@
 %{_libdir}/kde3/libamarok_artsengine_plugin.*
 %{_datadir}/services/amarok_artsengine_plugin.desktop
 # Helix engine
+%ifnarch ppc64 x86_64 s390 s390x ia64
 %{_libdir}/kde3/libamarok_helixengine_plugin.*
 %{_datadir}/services/amarok_helixengine_plugin.desktop
+%endif
 
 %exclude %{_datadir}/apps/zeroconf/_shoutcast._tcp
 
@@ -223,6 +226,9 @@
 
 
 %changelog
+* Mon Aug 22 2005 Aurelien Bompard <gauret[AT]free.fr> 1.3-3
+- dont build the Helix engine on arches where HelixPlayer is not built
+
 * Mon Aug 22 2005 Aurelien Bompard <gauret[AT]free.fr> 1.3-2
 - disable the akode engine (disabled upstream, see Changelog)
 - merge in the Helix engine, since it does not have special Requires.




More information about the scm-commits mailing list