[packages/rpm] removed obsolete pkgconfigdeps patch

baggins baggins at pld-linux.org
Wed Aug 22 13:54:16 CEST 2012


commit cfb6beaeeecf5c65379788b76f47c93671a63b86
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Wed Aug 22 13:32:23 2012 +0200

    removed obsolete pkgconfigdeps patch

 rpm-pkgconfigdeps.patch | 11 -----------
 rpm.spec                |  4 ----
 2 files changed, 15 deletions(-)
---
diff --git a/rpm.spec b/rpm.spec
index a2f0480..1203e3e 100644
--- a/rpm.spec
+++ b/rpm.spec
@@ -127,8 +127,6 @@ Patch17:	%{name}-macros.patch
 Patch18:	%{name}-macros-th.patch
 Patch19:	%{name}-glob.patch
 
-Patch23:	%{name}-pkgconfigdeps.patch
-
 Patch26:	%{name}-notsc.patch
 Patch27:	%{name}-hack-norpmlibdep.patch
 
@@ -698,8 +696,6 @@ echo '%%define	__mono_requires	/usr/lib/rpm/mono-find-requires' >> macros.mono
 install %{SOURCE9} scripts/php.prov.in
 install %{SOURCE10} scripts/php.req.in
 install %{SOURCE12} scripts/perl.prov
-# looks like upstream??
-#%patch23 -p1
 
 %ifarch i386 i486
 # disable TSC
diff --git a/rpm-pkgconfigdeps.patch b/rpm-pkgconfigdeps.patch
deleted file mode 100644
index 9cc82f5..0000000
--- a/rpm-pkgconfigdeps.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- rpm-4.4.8/scripts/pkgconfigdeps.sh.orig	2007-02-14 08:09:42.000000000 +0100
-+++ rpm-4.4.8/scripts/pkgconfigdeps.sh	2007-04-08 21:39:49.283342196 +0200
-@@ -31,8 +31,6 @@
-     case "${filename}" in
-     *.pc)
- 	$pkgconfig --print-requires "$filename" 2> /dev/null | while read n r v ; do
--	    i="`expr $i + 1`"
--	    [ $i -eq 1 ] && echo "pkgconfig"
- 	    echo "pkgconfig($n)" "$r" "$v"
- 	done
-     esac


More information about the pld-cvs-commit mailing list