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

Ed Hill (edhill) fedora-extras-commits at redhat.com
Sun Aug 26 04:19:05 UTC 2007


Author: edhill

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

Modified Files:
	ncview.spec 
Log Message:
add BR: netcdf-static


Index: ncview.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ncview/devel/ncview.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ncview.spec	26 Aug 2007 04:08:33 -0000	1.8
+++ ncview.spec	26 Aug 2007 04:18:32 -0000	1.9
@@ -1,6 +1,6 @@
 Name:           ncview
 Version:        1.92e
-Release:        11%{?dist}
+Release:        12%{?dist}
 Summary:        A visual browser for netCDF format files
 Group:          Applications/Engineering
 License:        GPL
@@ -13,7 +13,7 @@
 
 BuildRequires:  xorg-x11-proto-devel libXaw-devel libXt-devel libXext-devel
 BuildRequires:  libXmu-devel libICE-devel libSM-devel libX11-devel
-BuildRequires:  netcdf-devel udunits-devel netpbm-devel
+BuildRequires:  netcdf-devel netcdf-static udunits-devel netpbm-devel
 Requires:       xorg-x11-server-Xorg udunits
 
 %description
@@ -31,7 +31,7 @@
 
 %build
 %configure --with-netcdf_incdir=%{_includedir}/netcdf-3 \
-  --with-netcdf_libdir=%{_libdir}/netcdf-3 --with-ppm_libdir=%{_libdir} \
+  --with-netcdf_libdir=%{_libdir} --with-ppm_libdir=%{_libdir} \
   --prefix=/usr --datadir=%{_datadir}/ncview
 #  WARNING!
 #  The parallel build was tested and it does NOT work.
@@ -67,6 +67,9 @@
 
 
 %changelog
+* Sat Aug 25 2007 Ed Hill <ed at eh3.com> - 1.92e-12
+- add BR: netcdf-static
+
 * Sat Aug 25 2007 Ed Hill <ed at eh3.com> - 1.92e-11
 - rebuild for BuildID
 




More information about the fedora-extras-commits mailing list