rpms/gpp4/devel gpp4-ccp4_sysdep.h.patch, NONE, 1.1 gpp4.spec, 1.5, 1.6 ccp4_sysdep.patch, 1.1, NONE configure.patch, 1.1, NONE

Timothy Fenn timfenn at fedoraproject.org
Wed May 20 23:23:09 UTC 2009


Author: timfenn

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

Modified Files:
	gpp4.spec 
Added Files:
	gpp4-ccp4_sysdep.h.patch 
Removed Files:
	ccp4_sysdep.patch configure.patch 
Log Message:
* Tue May 19 2009 Tim Fenn <fenn at stanford.edu> - 1.1.0-2
- patch ccp4_sysdep.h for ppc



gpp4-ccp4_sysdep.h.patch:

--- NEW FILE gpp4-ccp4_sysdep.h.patch ---
--- src/ccp4_sysdep.h_orig	2009-05-20 19:11:59.000000000 -0400
+++ src/ccp4_sysdep.h	2009-05-20 19:12:44.000000000 -0400
@@ -261,7 +261,7 @@
 #  define NATIVEFT DFNTF_LEIEEE
 #endif
 
-#if defined (powerpc) || defined (__ppc__) || defined __PPC
+#if defined (powerpc) || defined (__powerpc__) || defined (__ppc__) || defined __PPC
 #  define NATIVEIT DFNTI_MBO
 #  define NATIVEFT DFNTF_BEIEEE
 #endif


Index: gpp4.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gpp4/devel/gpp4.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- gpp4.spec	20 May 2009 00:01:07 -0000	1.5
+++ gpp4.spec	20 May 2009 23:22:39 -0000	1.6
@@ -3,13 +3,14 @@
 Summary: Library providing specific CCP4 functionality 
 Name: gpp4
 Version: 1.1.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: LGPLv2
 Group: System Environment/Libraries
 URL: http://www.bioxray.au.dk/~mok/%{name}
 Source: ftp://ftp.bioxray.au.dk/pub/mok/src/%{name}-%{version}.tar.gz
 Patch0: gpp4-configure.ac.patch
 Patch1: gpp4-gpp4.pc.patch
+Patch2: gpp4-ccp4_sysdep.h.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: autoconf
 BuildRequires: automake
@@ -66,6 +67,7 @@ development.
 %setup -q
 %patch0 -p0
 %patch1 -p0
+%patch2 -p0
 aclocal
 libtoolize --automake --copy
 autoconf
@@ -106,6 +108,9 @@ rm -rf %{buildroot}
 %{_libdir}/pkgconfig/%{name}.pc
 
 %changelog
+* Tue May 19 2009 Tim Fenn <fenn at stanford.edu> - 1.1.0-2
+- patch ccp4_sysdep.h for ppc
+
 * Tue May 19 2009 Tim Fenn <fenn at stanford.edu> - 1.1.0-1
 - update to 1.1.0
 


--- ccp4_sysdep.patch DELETED ---


--- configure.patch DELETED ---




More information about the scm-commits mailing list