rpms/cdo/devel cdo.spec,1.5,1.6

Ed Hill (edhill) fedora-extras-commits at redhat.com
Sat Sep 2 17:46:37 UTC 2006


Author: edhill

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

Modified Files:
	cdo.spec 
Log Message:
fix %{_libdir} mistake



Index: cdo.spec
===================================================================
RCS file: /cvs/extras/rpms/cdo/devel/cdo.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- cdo.spec	2 Sep 2006 16:52:57 -0000	1.5
+++ cdo.spec	2 Sep 2006 17:46:37 -0000	1.6
@@ -1,6 +1,6 @@
 Name:           cdo
 Version:        1.0.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A program for manipulating GRIB/NetCDF/SERVICE/EXTRA files
 Group:          Applications/Engineering
 License:        GPL
@@ -22,8 +22,8 @@
 %setup -q -n %{name}-%{version}
 
 %build
-export CPPFLAGS="$RPM_OPT_FLAGS -I/usr/include/netcdf-3"
-export LDFLAGS=-L/usr/lib/netcdf-3
+export CPPFLAGS="$RPM_OPT_FLAGS -I%{_includedir}/netcdf-3"
+export LDFLAGS=-L%{_libdir}/netcdf-3
 %configure --with-netcdf --with-grib
 make %{?_smp_mflags}
 unset CPPFLAGS LDFLAGS
@@ -45,6 +45,9 @@
 
 
 %changelog
+* Sat Sep  2 2006 Ed Hill <ed at eh3.com> - 1.0.1-2
+- fix %{_libdir} mistake
+
 * Sat Sep  2 2006 Ed Hill <ed at eh3.com> - 1.0.1-1
 - new upstream 1.0.1
 




More information about the scm-commits mailing list