rpms/gdl/devel gdl.spec,1.31,1.32

Orion Poplawski (orion) fedora-extras-commits at redhat.com
Tue Mar 4 21:27:16 UTC 2008


Author: orion

Update of /cvs/pkgs/rpms/gdl/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15925

Modified Files:
	gdl.spec 
Log Message:
* Tue Mar 4 2008 - Orion Poplawski <orion at cora.nwra.com> - 0.9-0.pre6.1
- Rebuild for gcc 4.3, and add patch for gcc 4.3 support
- Add patch to build against plplot 5.9.0
- Add cvs patch to update to latest cvs



Index: gdl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gdl/devel/gdl.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- gdl.spec	19 Feb 2008 17:03:40 -0000	1.31
+++ gdl.spec	4 Mar 2008 21:26:42 -0000	1.32
@@ -1,6 +1,6 @@
 Name:           gdl
 Version:        0.9
-Release:        1.pre6%{?dist}
+Release:        0.pre6.1%{?dist}
 Summary:        GNU Data Language
 
 Group:          Applications/Engineering
@@ -9,7 +9,10 @@
 Source0:        http://downloads.sourceforge.net/gnudatalanguage/%{name}-%{version}pre6.tar.gz
 Source1:        gdl.csh
 Source2:        gdl.sh
-Patch0:		gdl-0.9pre5-ppc64.patch
+Patch0:		gdl-0.9pre6-cvs.patch
+Patch1:		gdl-0.9pre5-ppc64.patch
+Patch2:		gdl-0.9pre6-gcc43.patch
+Patch3:		gdl-0.9pre6-plplot.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  readline-devel, ncurses-devel
@@ -27,10 +30,15 @@
 
 %prep
 %setup -q -n %{name}-%{version}pre6
-%patch -p1 -b .ppc64
+%patch0 -p1 -b .cvs
+%patch1 -p1 -b .ppc64
+%patch2 -p1 -b .gcc43
+%patch3 -p1 -b .plplot
+find -name \*.cvs | xargs chmod 644
 
 
 %build
+export CPPFLAGS="-DH5_USE_16_API"
 %configure --disable-dependency-tracking --disable-static --with-fftw \
            INCLUDES="-I/usr/include/netcdf-3 -I/usr/include/hdf" \
            LIBS="-L%{_libdir}/netcdf-3 -L%{_libdir}/hdf"
@@ -65,8 +73,10 @@
 
 
 %changelog
-* Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.9-1.pre6
-- Autorebuild for GCC 4.3
+* Tue Mar 4 2008 - Orion Poplawski <orion at cora.nwra.com> - 0.9-0.pre6.1
+- Rebuild for gcc 4.3, and add patch for gcc 4.3 support
+- Add patch to build against plplot 5.9.0
+- Add cvs patch to update to latest cvs
 
 * Fri Nov  1 2007 - Orion Poplawski <orion at cora.nwra.com> - 0.9-0.pre6
 - Update to 0.9pre6




More information about the fedora-extras-commits mailing list