Commit Graph

14 Commits

Author SHA1 Message Date
Erik van Pienbroek
4269348602 The %{_mingw32_qmake_qt4} macro pointed to an invalid mkspecs name. Fixed 2011-07-01 14:05:10 +02:00
Kalev Lember
74761330f7 Make sure the -debuginfo subpackages are mingw32- prefixed
... even if the base package is mingw-. Latest Fedora MinGW packaging
guidelines allow the base (source) package be named mingw-, but all
binary packages should be mingw32-.

http://lists.fedoraproject.org/pipermail/mingw/2011-May/003708.html
2011-05-29 17:17:54 +03:00
Kalev Lember
82ecebcd82 Fixed the -n option with _mingw32_debug_package macro
The -n option was passed down to -debuginfo subpackage's %package and
%description sections, but not to %files. This change fixes %files to
work the %same way as %package and %description.

Not sure yet if the -n option will get any use, but at least this fixes
an obvious oversight.

https://bugzilla.redhat.com/show_bug.cgi?id=700815#c12
2011-05-24 11:01:11 +03:00
Kalev Lember
9781763c8b Adjusted PKG_CONFIG_LIBDIR to also search in _mingw32_datadir/pkgconfig/
Right now only mingw32-spice-protocol drops files in share/pkgconfig/,
but there are most likely more packages to come.
2011-05-24 10:50:37 +03:00
Erik van Pienbroek
2c67134589 Don't unset PKG_CONFIG_PATH in the wrapper scripts mingw32-pkg-config and i686-pc-mingw32-pkg-config (BZ #688171) 2011-05-14 14:07:09 +02:00
Kalev Lember
5b66efd7ed Don't error out trying to set illegal LD.BFD variable name 2011-03-17 15:11:52 +02:00
Ivan Romanov
97e2f31e91 Removed -win32 option and fixed -spec option for mingw32-qmake-qt4 2010-11-14 15:08:36 +05:00
Ivan Romanov
a921aa1836 Added mingw32-qmake-qt4 2010-10-19 23:37:10 +06:00
epienbro
dc67d0699c Fixed a small rpmlint warning caused by the debuginfo generation macro
Thanks to Kalev Lember for spotting this
2009-08-23 18:50:36 +00:00
epienbro
d9bad00f48 - Add script to create -debuginfo subpackages This script was created by
Fridrich Strba
- All mingw32 packages now need to add these lines to their .spec files:
    %define __os_install_post %{_mingw32_debug_install_post}
    %{_mingw32_debug_package}
2009-06-22 10:18:35 +00:00
Richard W.M. Jones
7cf0edd56a Add CMake rules (Adam Goode) 2009-06-09 08:44:18 +00:00
Richard W.M. Jones
7a18fb8141 - Fix up and test mingw32-pkg-config changes.
Thu Mar 26 2009 Levente Farkas <lfarkas@lfarkas.org> - 50-1
- Add mingw32-pkg-config.
2009-03-27 09:20:25 +00:00
Richard W.M. Jones
3f88d62866 Fix _mingw32_configure. 2009-02-18 17:06:07 +00:00
Richard W.M. Jones
b8b00efeff - Rename mingw32-COPYING to COPYING.
- Rename mingw32-macros.mingw32 to macros.mingw32.
- _mingw32_configure looks for configure in "." and ".." dirs.
- Added _mingw32_description.
- Added mingw32(version.dll) virtual provides (rhbz#485842).
2009-02-17 08:37:27 +00:00