]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- %{_libdir} in %include (I am not sure that this is the right way)
authorJacek Konieczny <jajcus@pld-linux.org>
Fri, 19 Dec 2003 09:49:23 +0000 (09:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.spec -> 1.489

rpm.spec

index fee88cee877d10effd9999d1b9a7cbc36a0c303d..979a67f74efd2fe66a0e363e6f767f51ec511907 100644 (file)
--- a/rpm.spec
+++ b/rpm.spec
@@ -12,8 +12,8 @@
 # force_cc             - force using __cc other than "%{_target_cpu}-pld-linux-gcc"
 # force_cxx            - force using __cxx other than "%{_target_cpu}-pld-linux-g++"
 # force_cpp            - force using __cpp other than "%{_target_cpu}-pld-linux-gcc -E"
-#
-%include        /usr/lib/rpm/macros.python
+
+%include        /usr/%{_lib}/rpm/macros.python
 %define snap   20030610
 # versions of required libraries
 %define        reqdb_ver       4.2.50-1
@@ -587,11 +587,11 @@ cat %{SOURCE14} >> macros.in
 %patch34 -p1
 %patch35 -p1
 %patch36 -p1
-%patch37 -p1
-%patch38 -p1
-%patch39 -p1
-%patch40 -p1
-%patch41 -p1
+#%patch37 -p1
+#%patch38 -p1
+#%patch39 -p1
+#%patch40 -p1
+#%patch41 -p1
 
 cd scripts;
 mv -f perl.req perl.req.in
This page took 0.04751 seconds and 4 git commands to generate.