]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- rel 11; should fix _host, _build, _target issues auto/th/rpm-4_4_7-11
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 8 Feb 2007 13:47:53 +0000 (13:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.spec -> 1.790

rpm.spec

index c30d88c65fcc980f5ed31719342e3ce67dfe7590..15426adfad9733a4bbebab16f74f49158bd6dafc 100644 (file)
--- a/rpm.spec
+++ b/rpm.spec
@@ -34,7 +34,7 @@ Summary(ru):  
 Summary(uk):   íÅÎÅÄÖÅÒ ÐÁËÅԦנצĠRPM
 Name:          rpm
 Version:       4.4.7
-Release:       10.1
+Release:       11
 License:       GPL
 Group:         Base
 Source0:       ftp://jbj.org/pub/rpm-4.4.x/%{name}-%{version}.tar.gz
@@ -98,7 +98,7 @@ Patch36:      %{name}-debuginfo.patch
 Patch37:       %{name}-doxygen_hack.patch
 Patch38:       %{name}-empty-rpmlock-path.patch
 Patch39:       %{name}-pythondeps.patch
-
+Patch40:       %{name}-vendor.patch
 Patch41:       %{name}-reduce-stack-usage.patch
 Patch42:       %{name}-old-fileconflicts-behaviour.patch
 Patch43:       %{name}-patch-quote.patch
@@ -684,6 +684,7 @@ install %{SOURCE12} scripts/perl.prov
 %patch37 -p1
 %patch38 -p1
 %patch39 -p1
+%patch40 -p0
 %patch41 -p1
 %patch42 -p1
 %patch43 -p1
@@ -748,9 +749,7 @@ cd ..
 
 # config.guess doesn't handle athlon, so we have to change it by hand.
 # rpm checks for CPU type at runtime, but it looks better
-sed -e 's|@host@|%{_target_cpu}-%{_target_vendor}-linux-gnu|' \
-       -e 's|@host_cpu@|%{_target_cpu}|' macros.in > macros.tmp
-mv -f macros.tmp macros.in
+sed -i -e 's|@host@|%{_target_cpu}-%{_target_vendor}-linux-gnu|' -e 's|@host_cpu@|%{_target_cpu}|' macros.in
 
 CPPFLAGS="-Dglob=rpm_glob -Dglobfree=rpm_globfree"; export CPPFLAGS
 
This page took 0.064205 seconds and 4 git commands to generate.