]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- really fix am stupidity
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 26 Jan 2012 21:43:03 +0000 (21:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-am.patch -> 1.1.2.2
    rpm.spec -> 1.837.2.42.2.49.2.114

rpm-am.patch
rpm.spec

index 04381a4411e08bfddc2533190ac2c21048fc8866..ae0519977adf50dedea31969e7632ffb6a8ab83a 100644 (file)
@@ -1,11 +1,10 @@
 diff -ur rpm-4.5/Makefile.am rpm-4.5-ac/Makefile.am
 --- rpm-4.5/Makefile.am        2012-01-26 22:11:55.875577134 +0100
 +++ rpm-4.5-ac/Makefile.am     2012-01-26 22:10:47.855842412 +0100
-@@ -45,8 +45,8 @@
+@@ -45,7 +45,8 @@
  bin_PROGRAMS =                rpm rpmbuild
  
--pkglibdir =           @USRLIBRPM@
+ pkglibdir =           @USRLIBRPM@
 -pkglib_DATA = rpmpopt macros
 +pkgdatadir =          @USRLIBRPM@
 +pkgdata_DATA =        rpmpopt macros
@@ -15,28 +14,26 @@ diff -ur rpm-4.5/Makefile.am rpm-4.5-ac/Makefile.am
 diff -ur rpm-4.5/scripts/Makefile.am rpm-4.5-ac/scripts/Makefile.am
 --- rpm-4.5/scripts/Makefile.am        2012-01-26 22:11:55.752244281 +0100
 +++ rpm-4.5-ac/scripts/Makefile.am     2012-01-26 22:07:08.238669872 +0100
-@@ -27,8 +27,8 @@
+@@ -27,7 +27,8 @@
  bin_SCRIPTS = gendiff rpm2cpio
  
--pkglibdir =           @USRLIBRPM@
+ pkglibdir =           @USRLIBRPM@
 -pkglib_SCRIPTS = \
-+pkgdatadir =          @USRLIBRPM@
-+pkgdata_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 \
 diff -ur rpm-4.5/tools/Makefile.am rpm-4.5-ac/tools/Makefile.am
 --- rpm-4.5/tools/Makefile.am  2012-01-26 22:11:55.748910960 +0100
 +++ rpm-4.5-ac/tools/Makefile.am       2012-01-26 22:11:02.329119298 +0100
-@@ -23,8 +23,8 @@
+@@ -23,7 +23,8 @@
  bin_PROGRAMS =                rpmdigest rpmmtree rpmrepo
  
--pkglibdir =           @USRLIBRPM@
+ pkglibdir =           @USRLIBRPM@
 -pkglib_PROGRAMS =     rpmdeps @WITH_LIBDWARF_DEBUGEDIT@
-+pkgdir =              @USRLIBRPM@
-+pkg_PROGRAMS =        rpmdeps @WITH_LIBDWARF_DEBUGEDIT@
++pkgbindir =           @USRLIBRPM@
++pkgbin_PROGRAMS =     rpmdeps @WITH_LIBDWARF_DEBUGEDIT@
  
  convertdb1_SOURCES =  convertdb1.c
  
index 6f531cf6f6808b226bb2a2460553b8de37552800..9041bcb45e5b83b9c9f0c18212ef7d8a0443493a 100644 (file)
--- a/rpm.spec
+++ b/rpm.spec
@@ -928,8 +928,7 @@ install %{SOURCE9} $RPM_BUILD_ROOT/etc/pki/rpm-gpg
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT \
        staticLDFLAGS=%{?with_static:-all-static} \
-       pylibdir=%{py_libdir} \
-       pkgbindir="%{_bindir}"
+       pylibdir=%{py_libdir}
 
 cat <<'EOF' > $RPM_BUILD_ROOT/etc/tmpwatch/rpm.conf
 # Cleanup 90-days old repackage files.
This page took 0.15004 seconds and 4 git commands to generate.