OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael van Elst
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 01-Aug-2003 09:40:27
Branch: HEAD Handle: 2003080108402501
Modified files:
openpkg-src/atool atool.spec
openpkg-web news.txt
Log:
link correctly with patched and installed atool
Summary:
Revision Changes Path
1.25 +3 -2 openpkg-src/atool/atool.spec
1.5971 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/atool/atool.spec
============================================================================
$ cvs diff -u -r1.24 -r1.25 atool.spec
--- openpkg-src/atool/atool.spec 8 Jul 2003 14:38:41 -0000 1.24
+++ openpkg-src/atool/atool.spec 1 Aug 2003 07:40:26 -0000 1.25
@@ -33,7 +33,7 @@
Group: Archiver
License: GPL
Version: 0.26.0
-Release: 20030523
+Release: 20030801
# list of sources
Source0: http://www.student.lu.se/~nbi98oli/src/atool-%{version}.tar.gz
@@ -68,7 +68,8 @@
-e 's;/usr/bin/perl;%{l_prefix}/bin/perl;' \
atool $RPM_BUILD_ROOT%{l_prefix}/bin/
for bin in aunpack apack als acat adiff; do
- ln atool $RPM_BUILD_ROOT%{l_prefix}/bin/$bin
+ ln $RPM_BUILD_ROOT%{l_prefix}/bin/atool \
+ $RPM_BUILD_ROOT%{l_prefix}/bin/$bin
done
%{l_shtool} install -c -m 644 \
atool.1 $RPM_BUILD_ROOT%{l_prefix}/man/man1/
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.5970 -r1.5971 news.txt
--- openpkg-web/news.txt 1 Aug 2003 07:38:11 -0000 1.5970
+++ openpkg-web/news.txt 1 Aug 2003 07:40:25 -0000 1.5971
@@ -1,3 +1,4 @@
+01-Aug-2003: Upgraded package: P<atool-0.26.0-20030801>
01-Aug-2003: Upgraded package: P<perl-xml-20030801-20030801>
01-Aug-2003: Upgraded package: P<aegis-4.11-20030801>
01-Aug-2003: Upgraded package: P<gmime-2.0.10-20030801>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]