OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /e/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 03-Apr-2004 09:41:58 Branch: HEAD Handle: 2004040308415700 Modified files: openpkg-src/gimp gimp.spec Log: fix tracking and remove hard-coded version Summary: Revision Changes Path 1.44 +7 -5 openpkg-src/gimp/gimp.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/gimp/gimp.spec ============================================================================ $ cvs diff -u -r1.43 -r1.44 gimp.spec --- openpkg-src/gimp/gimp.spec 24 Mar 2004 19:27:11 -0000 1.43 +++ openpkg-src/gimp/gimp.spec 3 Apr 2004 07:41:57 -0000 1.44 @@ -23,6 +23,10 @@ ## SUCH DAMAGE. ## +# package version +%define V_major 2.0 +%define V_minor 0 + # package information Name: gimp Summary: GNU Image Manipulation Program @@ -33,11 +37,11 @@ Class: PLUS Group: Graphics License: GPL -Version: 2.0.0 -Release: 20040324 +Version: %{V_major}.%{V_minor} +Release: 20040403 # list of sources -Source0: ftp://ftp.gimp.org/pub/gimp/v2.0/v%{version}/gimp-%{version}.tar.bz2 +Source0: ftp://ftp.gimp.org/pub/gimp/v%{V_major}/gimp-%{version}.tar.bz2 # build information Prefix: %{l_prefix} @@ -60,8 +64,6 @@ url = ftp://ftp.gimp.org/pub/gimp/ regex = (?<!\w)v(2\.[024]) url = ftp://ftp.gimp.org/pub/gimp/v__NEWVER__/ - regex = (?<!\w)v(__VER__) - url = ftp://ftp.gimp.org/pub/gimp/v__NEWVER1__/v__NEWVER__/ regex = gimp-(__VER__)\.tar\.bz2 } @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List [EMAIL PROTECTED]