From 3dbb3430d65499487bcf8d5ab6d10859f729ebb8 Mon Sep 17 00:00:00 2001 From: epienbro Date: Aug 29 2009 14:35:44 +0000 Subject: - Added the file /usr/bin/i686-pc-mingw32-pkg-config which is a wrapper script which calls pkg-config with the right environment variables set (BZ #513825) --- diff --git a/mingw32-filesystem.spec b/mingw32-filesystem.spec index 7781afa..f7e8458 100644 --- a/mingw32-filesystem.spec +++ b/mingw32-filesystem.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: mingw32-filesystem -Version: 53 +Version: 54 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-cmake; do +for i in mingw32-configure mingw32-make mingw32-pkg-config %{_mingw32_target}-pkg-config mingw32-cmake; do ln -s %{_libexecdir}/mingw32-scripts $i done popd @@ -157,6 +157,7 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/mingw32-configure %{_bindir}/mingw32-make %{_bindir}/mingw32-pkg-config +%{_bindir}/%{_mingw32_target}-pkg-config %{_bindir}/mingw32-cmake %{_libexecdir}/mingw32-scripts %{_prefix}/i686-pc-mingw32/ @@ -165,6 +166,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Aug 29 2009 Erik van Pienbroek - 54-1 +- Added the file /usr/bin/i686-pc-mingw32-pkg-config which is a wrapper script + which calls pkg-config with the right environment variables set (BZ #513825) + * Sun Aug 23 2009 Erik van Pienbroek - 53-1 - Fixed a small rpmlint warning caused by the debuginfo generation macro Thanks to Kalev Lember for spotting this