Browse Source

Atool reappeared on the net, so change its URLs and upgrade to latest version

master
parent
commit
cf896aa740
  1. 6
      atool/atool.patch
  2. 13
      atool/atool.spec

6
atool/atool.patch

@ -1,6 +1,6 @@
Index: atool.in
--- atool.in.orig 2004-07-02 11:06:09 +0200
+++ atool.in 2004-10-31 10:01:12 +0100
--- atool.in.orig 2005-07-25 09:33:40 +0200
+++ atool.in 2005-07-25 21:51:47 +0200
@@ -83,8 +83,8 @@
$::cfg_path_nomarch = 'nomarch'; # nomarch program
$::cfg_path_pager = 'pager'; # pager program
@ -9,6 +9,6 @@ Index: atool.in
-$::cfg_path_rpm2cpio = 'rpm2cpio'; # rpm2cpio program
+$::cfg_path_rpm = 'openpkg rpm'; # rpm program
+$::cfg_path_rpm2cpio = 'openpkg rpm2cpio'; # rpm2cpio program
$::cfg_path_syscfg = '/etc/@PACKAGE_NAME@.conf'; # system-wide configuration file
$::cfg_path_dpkg_deb = 'dpkg-deb'; # dpkg-deb program
$::cfg_path_tar = 'tar'; # tar program
$::cfg_path_unace = 'unace'; # unace program

13
atool/atool.spec

@ -25,18 +25,18 @@
# package information
Name: atool
Summary: Archiving Tool
URL: http://www.student.lu.se/~nbi98oli/
URL: http://www.nongnu.org/atool/
Vendor: Oskar Liljeblad
Packager: OpenPKG
Distribution: OpenPKG
Class: BASE
Group: Archiver
License: GPL
Version: 0.29.0
Release: 20041031
Version: 0.30.0
Release: 20050725
# list of sources
Source0: http://www.student.lu.se/~nbi98oli/src/atool-%{version}.tar.gz
Source0: http://savannah.nongnu.org/download/atool/atool-%{version}.tar.gz
Patch0: atool.patch
# build information
@ -57,10 +57,9 @@ AutoReqProv: no
%track
prog atool = {
comment = "rse: homepage disappeared, new one still not known"
version = %{version}
url = http://www.student.lu.se/~nbi98oli/src/
regex = atool-(__VER__)\.tar\.gz
url = http://savannah.nongnu.org/download/atool/
regex = atool-(\d+\.\d+\.\d+)\.tar\.gz
}
%prep

Loading…
Cancel
Save