OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 15-Apr-2004 12:43:44
Branch: HEAD Handle: 2004041511434400
Modified files:
openpkg-src/automake automake.patch automake.spec
Log:
fixed libdir path
Summary:
Revision Changes Path
1.3 +11 -0 openpkg-src/automake/automake.patch
1.53 +1 -1 openpkg-src/automake/automake.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/automake/automake.patch
============================================================================
$ cvs diff -u -r1.2 -r1.3 automake.patch
--- openpkg-src/automake/automake.patch 11 Dec 2003 08:15:17 -0000 1.2
+++ openpkg-src/automake/automake.patch 15 Apr 2004 10:43:44 -0000 1.3
@@ -71,3 +71,14 @@
dist_m4data_DATA = \
$(top_srcdir)/m4/amversion.m4 \
as.m4 \
+--- lib/Automake/Config.in.orig 2003-12-25 19:00:29.000000000 +0100
++++ lib/Automake/Config.in 2004-04-15 12:39:21.000000000 +0200
+@@ -32,7 +32,7 @@
+ $APIVERSION = '@APIVERSION@';
+ $PACKAGE = '@PACKAGE@';
+ $VERSION = '@VERSION@';
+-$libdir = '@datadir@/@[EMAIL PROTECTED]@APIVERSION@';
++$libdir = '@datadir@/@PACKAGE@';
+
+ 1;;
+
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/automake/automake.spec
============================================================================
$ cvs diff -u -r1.52 -r1.53 automake.spec
--- openpkg-src/automake/automake.spec 8 Mar 2004 09:32:48 -0000 1.52
+++ openpkg-src/automake/automake.spec 15 Apr 2004 10:43:44 -0000 1.53
@@ -34,7 +34,7 @@
Group: Development
License: GPL
Version: 1.8.3
-Release: 20040308
+Release: 20040415
# list of sources
Source0: ftp://sources.redhat.com/pub/automake/automake-%{version}.tar.gz
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]