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: 23-Mar-2005 11:30:11
Branch: HEAD Handle: 2005032310301100
Modified files:
openpkg-src/netcdf netcdf.spec
Log:
upgrading package: netcdf 3.6.0 -> 3.6.0p1
Summary:
Revision Changes Path
1.3 +8 -4 openpkg-src/netcdf/netcdf.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/netcdf/netcdf.spec
============================================================================
$ cvs diff -u -r1.2 -r1.3 netcdf.spec
--- openpkg-src/netcdf/netcdf.spec 8 Jan 2005 20:01:11 -0000 1.2
+++ openpkg-src/netcdf/netcdf.spec 23 Mar 2005 10:30:11 -0000 1.3
@@ -23,6 +23,10 @@
## SUCH DAMAGE.
##
+# package version
+%define V_major 3.6.0
+%define V_minor p1
+
# package information
Name: netcdf
Summary: Network Common Data Format
@@ -33,11 +37,11 @@
Class: EVAL
Group: System
License: Open Source
-Version: 3.6.0
-Release: 20050108
+Version: %{V_major}%{V_minor}
+Release: 20050323
# list of sources
-Source0: ftp://ftp.unidata.ucar.edu/pub/netcdf/netcdf-%{version}.tar.gz
+Source0:
ftp://ftp.unidata.ucar.edu/pub/netcdf/netcdf-%{V_major}-%{V_minor}.tar.gz
# build information
Prefix: %{l_prefix}
@@ -63,7 +67,7 @@
}
%prep
- %setup -q -n netcdf-%{version}/src
+ %setup -q -n netcdf-%{V_major}-%{V_minor}/src
%build
CC="%{l_cc}" \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]