[mingw-filesystem: 32/73] Prevented a circular dependency which caused the i686-pc-mingw32-pkg-config script to be broken.

Kalev Lember kalev at fedoraproject.org
Thu Feb 23 19:15:20 UTC 2012


commit 8bb36e0c74cc9789fedf5f3dce77375d3c1d4633
Author: epienbro <epienbro at fedoraproject.org>
Date:   Fri Sep 18 21:34:17 2009 +0000

    Prevented a circular dependency which caused the i686-pc-mingw32-pkg-config
        script to be broken. Thanks to Kalev Lember for spotting this bug

 mingw32-filesystem.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/mingw32-filesystem.spec b/mingw32-filesystem.spec
index 4cc2959..85f38bd 100644
--- a/mingw32-filesystem.spec
+++ b/mingw32-filesystem.spec
@@ -1,7 +1,7 @@
 %define debug_package %{nil}
 
 Name:           mingw32-filesystem
-Version:        55
+Version:        56
 Release:        1%{?dist}
 Summary:        MinGW base filesystem and environment
 
@@ -86,7 +86,7 @@ install -m 755 %{SOURCE6} $RPM_BUILD_ROOT%{_libexecdir}/mingw32-scripts
 
 mkdir -p $RPM_BUILD_ROOT%{_bindir}
 pushd $RPM_BUILD_ROOT%{_bindir}
-for i in mingw32-configure mingw32-make mingw32-pkg-config %{_mingw32_target}-pkg-config mingw32-cmake; do
+for i in mingw32-configure mingw32-make mingw32-pkg-config i686-pc-mingw32-pkg-config mingw32-cmake; do
   ln -s %{_libexecdir}/mingw32-scripts $i
 done
 popd
@@ -157,7 +157,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/mingw32-configure
 %{_bindir}/mingw32-make
 %{_bindir}/mingw32-pkg-config
-%{_bindir}/%{_mingw32_target}-pkg-config
+%{_bindir}/i686-pc-mingw32-pkg-config
 %{_bindir}/mingw32-cmake
 %{_libexecdir}/mingw32-scripts
 %{_prefix}/i686-pc-mingw32/
@@ -166,6 +166,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Sep 18 2009 Erik van Pienbroek <epienbro at fedoraproject.org. - 56-1
+- Prevented a circular dependency which caused the i686-pc-mingw32-pkg-config
+  script to be broken. Thanks to Kalev Lember for spotting this bug
+
 * Tue Sep  1 2009 Erik van Pienbroek <epienbro at fedoraproject.org> - 55-1
 - The wrapper scripts i686-pc-mingw32-pkg-config, mingw32-pkg-config,
   mingw32-configure, mingw32-make and mingw32-cmake had a bug where


More information about the scm-commits mailing list