rpms/mingw32-filesystem/devel mingw32-filesystem.spec,1.27,1.28

epienbro epienbro at fedoraproject.org
Sat Aug 29 14:35:44 UTC 2009


Author: epienbro

Update of /cvs/pkgs/rpms/mingw32-filesystem/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28014

Modified Files:
	mingw32-filesystem.spec 
Log Message:
* Sat Aug 29 2009 Erik van Pienbroek <epienbro at fedoraproject.org> - 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)



Index: mingw32-filesystem.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mingw32-filesystem/devel/mingw32-filesystem.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -p -r1.27 -r1.28
--- mingw32-filesystem.spec	23 Aug 2009 18:50:36 -0000	1.27
+++ mingw32-filesystem.spec	29 Aug 2009 14:35:44 -0000	1.28
@@ -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_ROO
 
 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 <epienbro at fedoraproject.org> - 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 <epienbro at fedoraproject.org> - 53-1
 - Fixed a small rpmlint warning caused by the debuginfo generation macro
   Thanks to Kalev Lember for spotting this




More information about the mingw mailing list