Author: cieciwa Date: Thu Jan 12 09:15:12 2012 GMT Module: packages Tag: HEAD ---- Log message: - for fix automake 1.11.2 data variables more strict.
---- Files affected: packages/rpm: fix-automake-1.11.2.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/rpm/fix-automake-1.11.2.patch diff -u /dev/null packages/rpm/fix-automake-1.11.2.patch:1.1 --- /dev/null Thu Jan 12 10:15:12 2012 +++ packages/rpm/fix-automake-1.11.2.patch Thu Jan 12 10:15:07 2012 @@ -0,0 +1,26 @@ +--- rpm-5.3.11/Makefile.am.org 2011-05-08 01:33:11.000000000 +0200 ++++ rpm-5.3.11/Makefile.am 2012-01-12 10:05:51.000000000 +0100 +@@ -105,8 +105,8 @@ + done + endif + +-pkglibdir = @USRLIBRPM@ +-pkglib_DATA = rpmpopt macros/macros macros/macros.rpmbuild cpuinfo.yaml ++pkgbindir = @USRLIBRPM@ ++pkgbin_DATA = rpmpopt macros/macros macros/macros.rpmbuild cpuinfo.yaml + + pkgbindir = $(pkglibdir)/bin + pkgbin_SCRIPTS = install-sh mkinstalldirs +--- rpm-5.3.11/scripts/Makefile.am.org 2011-04-28 17:51:48.000000000 +0200 ++++ rpm-5.3.11/scripts/Makefile.am 2012-01-12 10:05:27.000000000 +0100 +@@ -46,8 +46,8 @@ + + bin_SCRIPTS = gendiff multiarch-dispatch multiarch-platform + +-pkglibdir = @USRLIBRPM@ +-pkglib_SCRIPTS = \ ++pkgbindir = @USRLIBRPM@ ++pkgbin_SCRIPTS = \ + brp-compress brp-python-bytecompile brp-java-gcjcompile \ + brp-strip brp-strip-comment-note brp-nobuildrootpath \ + brp-strip-shared brp-strip-static-archive brp-sparc64-linux \ ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
