OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: [email protected] Module: openpkg-src Date: 28-Mar-2009 18:19:47 Branch: HEAD Handle: 2009032817194700 Modified files: openpkg-src/netcdf netcdf.spec Log: upgrading package: netcdf 3.6.3 -> 4.0.1 Summary: Revision Changes Path 1.14 +5 -2 openpkg-src/netcdf/netcdf.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/netcdf/netcdf.spec ============================================================================ $ cvs diff -u -r1.13 -r1.14 netcdf.spec --- openpkg-src/netcdf/netcdf.spec 13 Jun 2008 06:29:06 -0000 1.13 +++ openpkg-src/netcdf/netcdf.spec 28 Mar 2009 17:19:47 -0000 1.14 @@ -31,8 +31,8 @@ Class: EVAL Group: Libraries License: Open Source -Version: 3.6.3 -Release: 20080613 +Version: 4.0.1 +Release: 20090328 # package options %option with_cxx yes @@ -79,6 +79,7 @@ ./configure \ --prefix=%{l_prefix} \ --mandir=%{l_prefix}/man \ + --infodir=%{l_prefix}/info \ %if "%{with_cxx}" == "yes" --enable-cxx \ %else @@ -92,6 +93,8 @@ %install rm -rf $RPM_BUILD_ROOT %{l_make} %{l_mflags} install DESTDIR=$RPM_BUILD_ROOT + rm -f $RPM_BUILD_ROOT%{l_prefix}/info/dir + rm -rf $RPM_BUILD_ROOT%{l_prefix}/share %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} %files -f files @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List [email protected]
