rpms/listen/devel listen.spec,1.35,1.36

Dennis Gilmore ausil at fedoraproject.org
Mon Sep 29 02:17:55 UTC 2008


Author: ausil

Update of /cvs/pkgs/rpms/listen/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22423

Modified Files:
	listen.spec 
Log Message:
fix up for sparc64



Index: listen.spec
===================================================================
RCS file: /cvs/pkgs/rpms/listen/devel/listen.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- listen.spec	7 Aug 2008 17:41:51 -0000	1.35
+++ listen.spec	29 Sep 2008 02:17:25 -0000	1.36
@@ -1,6 +1,6 @@
 Name:           listen
 Version:        0.5
-Release:        19%{?dist}
+Release:        20%{?dist}
 Summary:        A music manager and player for GNOME
 Group:          Applications/Multimedia
 License:        GPLv2+
@@ -61,7 +61,7 @@
 # the workaround requires this
 Requires: gecko-libs >= 1.9
 
-%ifarch x86_64 ia64 ppc64 s390x
+%ifarch x86_64 ia64 ppc64 s390x sparc64
 %define gre_conf_file gre64.conf
 %else
 %define gre_conf_file gre.conf
@@ -99,7 +99,7 @@
 %patch1 -p0
 %{__sed} -i 's at GRE_CONF_FILE@/etc/gre.d/%{gre_conf_file}@' src/widget/mozembed_wrap.py
 # correct path issue on x86_64 box
-%ifarch x86_64 ppc64
+%ifarch x86_64 ppc64 sparc64
 %{__sed} -i 's#/lib/#/lib64/#' Makefile
 %endif
 
@@ -156,6 +156,9 @@
 
 
 %changelog
+* Sun Sep 28 2008 Dennis Gilmore <dennis at ausil.us> - 0.5-20
+- fix up for sparc64
+
 * Thu Aug  7 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.5-19
 - fix license tag
 




More information about the fedora-extras-commits mailing list