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: 31-Oct-2004 10:02:15 Branch: HEAD Handle: 2004103109021400 Added files: openpkg-src/atool atool.patch Modified files: openpkg-src/atool atool.spec Log: work in OpenPKG world order on .rpm files, too Summary: Revision Changes Path 1.1 +14 -0 openpkg-src/atool/atool.patch 1.35 +3 -1 openpkg-src/atool/atool.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/atool/atool.patch ============================================================================ $ cvs diff -u -r0 -r1.1 atool.patch --- /dev/null 2004-10-31 10:02:15 +0100 +++ atool.patch 2004-10-31 10:02:15 +0100 @@ -0,0 +1,14 @@ +Index: atool.in +--- atool.in.orig 2004-07-02 11:06:09 +0200 ++++ atool.in 2004-10-31 10:01:12 +0100 +@@ -83,8 +83,8 @@ + $::cfg_path_nomarch = 'nomarch'; # nomarch program + $::cfg_path_pager = 'pager'; # pager program + $::cfg_path_rar = 'rar'; # rar program +-$::cfg_path_rpm = 'rpm'; # rpm program +-$::cfg_path_rpm2cpio = 'rpm2cpio'; # rpm2cpio program ++$::cfg_path_rpm = 'openpkg rpm'; # rpm program ++$::cfg_path_rpm2cpio = 'openpkg rpm2cpio'; # rpm2cpio program + $::cfg_path_syscfg = '/etc/@[EMAIL PROTECTED]'; # system-wide configuration file + $::cfg_path_tar = 'tar'; # tar program + $::cfg_path_unace = 'unace'; # unace program @@ . patch -p0 <<'@@ .' Index: openpkg-src/atool/atool.spec ============================================================================ $ cvs diff -u -r1.34 -r1.35 atool.spec --- openpkg-src/atool/atool.spec 12 Sep 2004 08:59:27 -0000 1.34 +++ openpkg-src/atool/atool.spec 31 Oct 2004 09:02:14 -0000 1.35 @@ -34,10 +34,11 @@ Group: Archiver License: GPL Version: 0.29.0 -Release: 20040912 +Release: 20041031 # list of sources Source0: http://www.student.lu.se/~nbi98oli/src/atool-%{version}.tar.gz +Patch0: atool.patch # build information Prefix: %{l_prefix} @@ -65,6 +66,7 @@ %prep %setup -q + %patch -p0 %{l_shtool} subst \ -e 's;install -d;%{l_shtool} install -d;' \ -e 's;install -m;%{l_shtool} install -c -m;' \ @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List [EMAIL PROTECTED]