rpms/beecrypt/devel beecrypt-4.1.2-sparc64.patch, NONE, 1.1 beecrypt.spec, 1.37, 1.38

Dennis Gilmore (ausil) fedora-extras-commits at redhat.com
Wed Nov 28 19:12:52 UTC 2007


Author: ausil

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

Modified Files:
	beecrypt.spec 
Added Files:
	beecrypt-4.1.2-sparc64.patch 
Log Message:
add patch so that sparc64 libs end up in /usr/lib64 not /usr/lib


beecrypt-4.1.2-sparc64.patch:

--- NEW FILE beecrypt-4.1.2-sparc64.patch ---
--- beecrypt-4.1.2-orig/configure.ac	2004-12-21 05:37:56.000000000 -0600
+++ beecrypt-4.1.2/configure.ac	2007-11-28 12:45:39.000000000 -0600
@@ -614,7 +614,7 @@
 case $target_os in
 linux*)
   case $bc_target_arch in
-  powerpc64 | s390x | x86_64)
+  powerpc64 | s390x | x86_64| sparc64 )
     bc_libalt="64"
     ;;
   esac


Index: beecrypt.spec
===================================================================
RCS file: /cvs/extras/rpms/beecrypt/devel/beecrypt.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- beecrypt.spec	22 Aug 2007 13:41:24 -0000	1.37
+++ beecrypt.spec	28 Nov 2007 19:12:19 -0000	1.38
@@ -6,7 +6,7 @@
 Summary: An open source cryptography library.
 Name: beecrypt
 Version: 4.1.2
-Release: 13
+Release: 14
 Group: System Environment/Libraries
 License: LGPLv2+
 URL: http://sourceforge.net/projects/beecrypt
@@ -17,6 +17,7 @@
 Patch2: beecrypt-4.1.2-biarch.patch
 Patch3: beecrypt-4.1.2-no-c++.patch
 Patch4: beecrypt-4.1.2-with-debug.patch
+Patch5: beecrypt-4.1.2-sparc64.patch
 # XXX auto* needed for patches 3 & 4
 BuildRequires: autoconf automake libtool
 BuildRequires: doxygen tetex-dvips tetex-latex 
@@ -79,6 +80,7 @@
 %patch2 -p1 -b .biarch
 %patch3 -p1 -b .noc++
 %patch4 -p1 -b .withdebug
+%patch5 -p1 -b .sparc64
 
 autoreconf
 
@@ -144,6 +146,9 @@
 %endif
 
 %changelog
+* Wed Nov 28 2007 Dennis Gilmore <dennis at ausil.us> - 4.1.2-14
+- add patch so sparc64 gets lib64 
+
 * Wed Aug 22 2007 Panu Matilainen <pmatilai at redhat.com> - 4.1.2-13
 - avoid linking against libstdc++ (#165080)
 - fix debuginfo contents by building with -g (#250035)




More information about the fedora-extras-commits mailing list