rpms/scrip/devel scrip.spec,1.8,1.9

Miloš Jakubíček mjakubicek at fedoraproject.org
Fri May 22 16:14:21 UTC 2009


Author: mjakubicek

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

Modified Files:
	scrip.spec 
Log Message:
- Fix FTBFS: fixed netcdf include dir.




Index: scrip.spec
===================================================================
RCS file: /cvs/pkgs/rpms/scrip/devel/scrip.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- scrip.spec	25 Feb 2009 23:38:38 -0000	1.8
+++ scrip.spec	22 May 2009 16:13:50 -0000	1.9
@@ -1,6 +1,6 @@
 Name:           scrip
 Version:        1.4
-Release:        12%{?dist}
+Release:        13%{?dist}
 Summary:        Spherical Coordinate Remapping and Interpolation Package (SCRIP)
 
 Group:          Applications/Engineering
@@ -30,7 +30,7 @@ cd ${RPM_BUILD_DIR}/SCRIP
 
 %build
 cd source
-%{__make} COMPILE=gfortran FLAGS="${RPM_OPT_FLAGS} -I%{_includedir}/netcdf-3" LIB="-lnetcdff -lnetcdf"
+%{__make} COMPILE=gfortran FLAGS="${RPM_OPT_FLAGS} -I%{_includedir}/netcdf" LIB="-lnetcdff -lnetcdf"
 
 %install
 rm -rf ${RPM_BUILD_ROOT}
@@ -46,6 +46,9 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_bindir}/*
 
 %changelog
+* Fri May 22 2009 Milos Jakubicek <xjakub at fi.muni.cz> - 1.4-13
+- Fix FTBFS: fixed netcdf include dir.
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4-12
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list