RPM Package Manager, CVS Repository
http://rpm5.org/cvs/
____________________________________________________________________________
Server: rpm5.org Name: Per Øyvind Karlsen
Root: /v/rpm/cvs Email: pkarlsen@rpm5.org
Module: rpm Date: 16-Jan-2008 02:33:29
Branch: rpm-5_0 Handle: 2008011601332801
Modified files: (Branch: rpm-5_0)
rpm CHANGES
rpm/scripts Makefile.am
Log:
fix install location of rpm.pc (lib64 fix)
Summary:
Revision Changes Path
1.2054.2.4 +1 -0 rpm/CHANGES
1.47.2.1 +1 -1 rpm/scripts/Makefile.am
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: rpm/CHANGES
============================================================================
$ cvs diff -u -r1.2054.2.3 -r1.2054.2.4 CHANGES
--- rpm/CHANGES 15 Jan 2008 14:19:18 -0000 1.2054.2.3
+++ rpm/CHANGES 16 Jan 2008 01:33:29 -0000 1.2054.2.4
@@ -1,4 +1,5 @@
5.0.0 -> 5.0.1:
+ - proyvind: fix install location of rpm.pc (lib64 fix)
- jbj: don't follow symlinks using chown/chgrp from --setugids pipe.
- jbj: sync *.po with the translation project (sr@latin.po needs work).
- rse: fix PGP clearsign signature verification by correctly skipping RFC2440 "dash-escapes"
@@ .
patch -p0 <<'@@ .'
Index: rpm/scripts/Makefile.am
============================================================================
$ cvs diff -u -r1.47 -r1.47.2.1 Makefile.am
--- rpm/scripts/Makefile.am 24 Dec 2007 15:12:57 -0000 1.47
+++ rpm/scripts/Makefile.am 16 Jan 2008 01:33:28 -0000 1.47.2.1
@@ -49,7 +49,7 @@
symclash.py symclash.sh tgpg u_pkg.sh \
vcheck vpkg-provides.sh vpkg-provides2.sh
-pkgconfigdir = $(prefix)/lib/pkgconfig
+pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = rpm.pc
install-exec-hook:
@@ .
Received on Wed Jan 16 02:33:29 2008