]> git.pld-linux.org Git - packages/rpm.git/blobdiff - rpm.spec
- fixed macros.in changing
[packages/rpm.git] / rpm.spec
index 8a5c906b1fd66d741823e0d5a6e7a1cff576d58f..b5868c7b06b7b503695f5931998caf4167f8845f 100644 (file)
--- a/rpm.spec
+++ b/rpm.spec
@@ -300,6 +300,7 @@ Group(de):  Applikationen/Datei
 Group(pl):     Aplikacje/Pliki
 Summary(pt_BR):        Scripts e programas executáveis usados para construir pacotes
 Group:         Applications/File
+Requires:      %{name} = %{version}
 Requires:      /bin/id
 Requires:      awk
 Requires:      binutils
@@ -362,7 +363,7 @@ construir pacotes usando o RPM.
 %patch25 -p1
 %patch26 -p0
 %patch27 -p1
-#%patch28 -p1
+%patch28 -p1
 %patch29 -p1
 %patch30 -p1
 
@@ -417,7 +418,7 @@ mv -f python/Makefile.in.new python/Makefile.in
 sed -e 's#python1.5#python%{py_ver}#g' \
        python/Makefile.in > python/Makefile.in.new
 sed -e 's|@host@|%{_target_cpu}-%{_target_vendor}-linux-gnu|' macros.in | \
-       sed 's|@host_cpu@|%{_target_cpu}|' | \
+       sed 's|@host_cpu@|%{_target_cpu}|' > macros.tmp
 # 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|' macros.in | \
This page took 0.04062 seconds and 4 git commands to generate.