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: 02-Feb-2006 08:43:40
Branch: HEAD Handle: 2006020207434000
Modified files:
openpkg-src/netcdf netcdf.spec
Log:
upgrading package: netcdf 3.6.0p1 -> 3.6.1
Summary:
Revision Changes Path
1.7 +4 -8 openpkg-src/netcdf/netcdf.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/netcdf/netcdf.spec
============================================================================
$ cvs diff -u -r1.6 -r1.7 netcdf.spec
--- openpkg-src/netcdf/netcdf.spec 1 Jan 2006 13:17:17 -0000 1.6
+++ openpkg-src/netcdf/netcdf.spec 2 Feb 2006 07:43:40 -0000 1.7
@@ -22,10 +22,6 @@
## SUCH DAMAGE.
##
-# package version
-%define V_major 3.6.0
-%define V_minor p1
-
# package information
Name: netcdf
Summary: Network Common Data Format
@@ -36,11 +32,11 @@
Class: EVAL
Group: System
License: Open Source
-Version: %{V_major}%{V_minor}
-Release: 20050515
+Version: 3.6.1
+Release: 20060202
# list of sources
-Source0:
ftp://ftp.unidata.ucar.edu/pub/netcdf/netcdf-%{V_major}-%{V_minor}.tar.gz
+Source0: ftp://ftp.unidata.ucar.edu/pub/netcdf/netcdf-%{version}.tar.gz
# build information
Prefix: %{l_prefix}
@@ -66,7 +62,7 @@
}
%prep
- %setup -q -n netcdf-%{V_major}-%{V_minor}/src
+ %setup -q -n netcdf-%{version}/src
%build
CC="%{l_cc}" \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]