rpms/nco/devel nco.spec,1.25,1.26

Orion Poplawski orion at fedoraproject.org
Thu Jan 7 04:32:39 UTC 2010


Author: orion

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

Modified Files:
	nco.spec 
Log Message:
* Wed Jan 6 2010 - Orion Poplawski <orion at cora.nwra.com> - 4.0.0-3
- Enable udunits2 support - add proper include path



Index: nco.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nco/devel/nco.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -p -r1.25 -r1.26
--- nco.spec	6 Jan 2010 23:39:59 -0000	1.25
+++ nco.spec	7 Jan 2010 04:32:39 -0000	1.26
@@ -1,6 +1,6 @@
 Name:           nco
 Version:        4.0.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Suite of programs for manipulating NetCDF/HDF4 files
 Group:          Applications/Engineering
 License:        GPLv3
@@ -54,7 +54,7 @@ This package contains the NCO static lib
 
 %build
 # it is possible that the netcdf header file used is from libnc-dap
-export CPPFLAGS=-I%{_includedir}/netcdf
+export CPPFLAGS="-I%{_includedir}/netcdf -I%{_includedir}/udunits2"
 export CFLAGS="$RPM_OPT_FLAGS -fPIC"
 export CXXFLAGS="$RPM_OPT_FLAGS -fpermissive -fPIC"
 %configure \
@@ -110,6 +110,9 @@ fi
 %{_libdir}/libnco*.a
 
 %changelog
+* Wed Jan 6 2010 - Orion Poplawski <orion at cora.nwra.com> - 4.0.0-3
+- Enable udunits2 support - add proper include path
+
 * Wed Jan 6 2010 - Orion Poplawski <orion at cora.nwra.com> - 4.0.0-2
 - Enable udunits2 support
 - Updated 4.0.0 tarball




More information about the fedora-extras-commits mailing list