rpms/netcdf/devel netcdf.spec,1.27,1.28

Ed Hill (edhill) fedora-extras-commits at redhat.com
Fri May 9 00:30:20 UTC 2008


Author: edhill

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

Modified Files:
	netcdf.spec 
Log Message:
make package compliant with bz # 373861



Index: netcdf.spec
===================================================================
RCS file: /cvs/pkgs/rpms/netcdf/devel/netcdf.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- netcdf.spec	8 May 2008 05:15:58 -0000	1.27
+++ netcdf.spec	9 May 2008 00:29:34 -0000	1.28
@@ -1,6 +1,6 @@
 Name:           netcdf
 Version:        4.0.0
-Release:        0.2.beta2%{?dist}
+Release:        0.3.beta2%{?dist}
 Summary:        Libraries for the Unidata network Common Data Form
 
 Group:          Applications/Engineering
@@ -80,6 +80,9 @@
 %install
 %makeinstall
 mkdir -p ${RPM_BUILD_ROOT}%{_includedir}/netcdf
+mkdir -p ${RPM_BUILD_ROOT}%{_libdir}/gfortan/modules
+/bin/mv ${RPM_BUILD_ROOT}%{_includedir}/*.mod  \
+  ${RPM_BUILD_ROOT}%{_libdir}/gfortan/modules/
 /bin/mv ${RPM_BUILD_ROOT}%{_includedir}/*.* \
   ${RPM_BUILD_ROOT}%{_includedir}/netcdf
 /bin/rm -f ${RPM_BUILD_ROOT}%{_libdir}/*.la
@@ -130,6 +133,7 @@
 %defattr(-,root,root,-)
 %{_includedir}/netcdf
 %{_includedir}/netcdf-3
+%{_libdir}/gfortan/modules/*.mod
 %{_libdir}/*.so
 %{_mandir}/man3/*
 
@@ -139,7 +143,10 @@
 
 
 %changelog
-* Wed May  8 2008 Ed Hill <ed at eh3.com> - 4.0.0-0.2.beta2
+* Thu May  8 2008 Ed Hill <ed at eh3.com> - 4.0.0-0.3.beta2
+- make package compliant with bz # 373861
+
+* Thu May  8 2008 Ed Hill <ed at eh3.com> - 4.0.0-0.2.beta2
 - ExcludeArch: ppc64 since it doesn't (for now) have hdf5
 
 * Wed May  7 2008 Ed Hill <ed at eh3.com> - 4.0.0-0.1.beta2




More information about the fedora-extras-commits mailing list