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:38:29
Branch: rpm-5_0 Handle: 2008011601382900
Modified files: (Branch: rpm-5_0)
rpm CHANGES
rpm/perl Makefile.PL.in
Log:
fix install location of man pages for perl bindings
Summary:
Revision Changes Path
1.2054.2.6 +1 -0 rpm/CHANGES
1.16.2.1 +2 -0 rpm/perl/Makefile.PL.in
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: rpm/CHANGES
============================================================================
$ cvs diff -u -r1.2054.2.5 -r1.2054.2.6 CHANGES
--- rpm/CHANGES 16 Jan 2008 01:37:02 -0000 1.2054.2.5
+++ rpm/CHANGES 16 Jan 2008 01:38:29 -0000 1.2054.2.6
@@ -1,4 +1,5 @@
5.0.0 -> 5.0.1:
+ - proyvind: fix install location of man pages for perl bindings
- proyvind: fix install location of pkgconfig & python bindings (lib64 fix)
- proyvind: fix install location of rpm.pc (lib64 fix)
- jbj: don't follow symlinks using chown/chgrp from --setugids pipe.
@@ .
patch -p0 <<'@@ .'
Index: rpm/perl/Makefile.PL.in
============================================================================
$ cvs diff -u -r1.16 -r1.16.2.1 Makefile.PL.in
--- rpm/perl/Makefile.PL.in 27 Dec 2007 10:05:49 -0000 1.16
+++ rpm/perl/Makefile.PL.in 16 Jan 2008 01:38:29 -0000 1.16.2.1
@@ -43,5 +43,7 @@
'dynamic_lib' => { OTHERLDFLAGS => join(' ', @ldflags) },
'OPTIMIZE'=> '-g',
'INC' => join(' ', map { '-I@top_srcdir@/'. $_ } @libdir) . ' @CPPFLAGS@',
+ 'INSTALLMAN1DIR' => '@mandir@/man1',
+ 'INSTALLMAN3DIR' => '@mandir@/man3',
);
@@ .
Received on Wed Jan 16 02:38:29 2008