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: 10-Feb-2009 09:02:24 Branch: HEAD Handle: 2009021008022400 Modified files: openpkg-src/clex clex.spec Log: upgrading package: clex 3.18 -> 4.1 Summary: Revision Changes Path 1.5 +10 -5 openpkg-src/clex/clex.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/clex/clex.spec ============================================================================ $ cvs diff -u -r1.4 -r1.5 clex.spec --- openpkg-src/clex/clex.spec 2 Apr 2008 18:48:11 -0000 1.4 +++ openpkg-src/clex/clex.spec 10 Feb 2009 08:02:24 -0000 1.5 @@ -21,6 +21,11 @@ ## SUCH DAMAGE. ## +# package version +%define V_opkg 4.1 +%define V_dist 4.1 +%define V_subdir 4.1 + # package information Name: clex Summary: Full-Screen File Manager @@ -31,11 +36,11 @@ Class: EVAL Group: Terminal License: GPL -Version: 3.18 -Release: 20080402 +Version: %{V_opkg} +Release: 20090210 # list of sources -Source0: http://www.clex.sk/download/clex-%{version}.tar.gz +Source0: http://www.clex.sk/download/clex-%{V_dist}.tar.gz # build information Prefix: %{l_prefix} @@ -52,13 +57,13 @@ %track prog clex = { - version = %{version} + version = %{V_dist} url = http://www.clex.sk/download/ regex = clex-(\d+\.\d+)\.tar\.gz } %prep - %setup -q + %setup -q -n clex-%{V_subdir} %build CC="%{l_cc}" \ @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List [email protected]
