rpms/esc/devel esc.spec,1.34,1.35

Tom Callaway spot at fedoraproject.org
Tue Sep 30 17:41:33 UTC 2008


Author: spot

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

Modified Files:
	esc.spec 
Log Message:
fix sparc


Index: esc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/esc/devel/esc.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- esc.spec	14 Feb 2008 23:58:51 -0000	1.34
+++ esc.spec	30 Sep 2008 17:41:02 -0000	1.35
@@ -1,6 +1,6 @@
 Name: esc 
 Version: 1.0.1
-Release: 9%{?dist} 
+Release: 10%{?dist} 
 Summary: Enterprise Security Client Smart Card Client
 License: GPL+
 URL: http://directory.fedora.redhat.com/wiki/CoolKey 
@@ -18,6 +18,7 @@
 Patch8: esc-1.0.1-misc.patch
 Patch9:  esc-1.0.1-nss-devel-fix.patch
 Patch10: firefox.secalg.patch
+Patch11: esc-1.0.1-xulrunner-sparc-fixes.patch
 
 BuildRequires: doxygen fontconfig-devel freetype-devel >= 2.1
 BuildRequires: glib2-devel libIDL-devel atk-devel gtk2-devel libjpeg-devel
@@ -90,10 +91,11 @@
 %patch1 -p1 -b .fix1
 %patch2 -p1 -b .fix2
 %patch10 -p1 -b .secalg
+%patch11 -p1 -b .sparc
 
 %build
 
-%ifarch x86_64 ppc64 ia64
+%ifarch x86_64 ppc64 ia64 sparc64
 USE_64=1
 export USE_64
 %endif
@@ -126,7 +128,7 @@
 
 mkdir -p $RPM_BUILD_ROOT/%{escdir}
 
-%ifarch x86_64 ppc64 ia64
+%ifarch x86_64 ppc64 ia64 sparc64
 USE_64=1
 export USE_64
 %endif
@@ -193,13 +195,15 @@
 fi
 
 %changelog
+* Tue Sep 30 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.0.1-10
+- fix esc for sparc/sparc64
+
 * Wed Feb 13 2008 Jack Magne <jmagne at redhat.com>
 - Fix xulrunner build problem.
 * Fri Jan 18 2008 Jack Magne <jmagne at redhat.com> 
 - Fix tray icon menu issue #253248.
 * Thu Aug 30 2007 Jack Magne <jmagne at redhat.com> 
 - License field change- 1.0.1-7
-
 * Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 1.0.1-6
 - Rebuild for selinux ppc32 issue.
 




More information about the fedora-extras-commits mailing list