Added support for both win32 and win64 targets
- Fixed rpmlint issues
- Fixed permissions of the scripts (775 -> 755)
- Fixed description of the various subpackages
- Make the various macros compliant with the new packaging guidelines:
https://fedorahosted.org/fpc/ticket/71
- Suppress arch-independent-package-contains-binary-or-object rpmlint
errors for static libraries
- Improved the mingw_configure, mingw_make, mingw_make_install,
mingw_cmake and mingw_cmake_kde4 RPM macros so packagers don't need
to use quotes anymore when using arguments. Thanks to Kalev Lember
for the initial proof of concept
- Dropped the -mms-bitfields argument from the default CFLAGS as
it is enabled by default as of gcc 4.7
- Replaced the CMake defines QT_HEADERS_DIR and QT_LIBRARY_DIR
with QT_BINARY_DIR which is a more proper method to make CMake
aware of the location of Qt. Thx to Dominik Schmidt for the hint
- Make sure CMake can detect the qmake-qt4 binary in /usr/$target/bin
- Make sure CMake can also detect the (native) Qt tools
qdbuscpp2xml and qdbusxml2cpp
- Added new RPM macros mingw_cmake_kde4, mingw32_cmake_kde4 and
mingw64_cmake_kde4
- Added three new environment variables which can be set to
influence the behaviour of the cmake macros:
MINGW_CMAKE_ARGS, MINGW32_CMAKE_ARGS and MINGW64_CMAKE_ARGS
- Dropped the mingw32-qmake-qt4 and mingw64-qmake-qt4 wrapper scripts
as they're now provided by the mingw{32,64}-qt-qmake packages
- Added a new RPM macro: %%{?mingw_package_header}
Packagers can use this macro instead of the original boilerplate
code which is needed for all mingw packages
- Made argument passing using the backwards compatibility macro
%%{_mingw32_cmake} work
- Fixed an issue in the mingw_cmake macro where it could point to
a non-existant CMakeLists.txt file
- Fixed a bug in the find-requires script which causes all packages to
depend
on both the mingw32 and the mingw64 toolchains
- Split out the RPM macros which require both the
mingw{32,64}-filesystem
packages in a new file and put it in the mingw-filesystem-base package
- Generate seperate debuginfo packages for mingw32 and mingw64
- Set the minimum version of R: mingw{32,64}-filesystem to 70
- Use the correct FSF-address in some scripts
- Thanks to all the contributors: Erik van Pienbroek, Kalev Lember,
Levente
Farkas, Marc-Andre Lureau.
2012-02-25 23:17:24 +00:00
|
|
|
%global debug_package %{nil}
|
2008-10-30 09:49:17 +00:00
|
|
|
|
2012-02-23 11:04:39 +00:00
|
|
|
Name: mingw-filesystem
|
2012-09-17 22:10:08 +00:00
|
|
|
Version: 96
|
2012-12-03 18:59:00 +00:00
|
|
|
Release: 3%{?dist}
|
Added support for both win32 and win64 targets
- Fixed rpmlint issues
- Fixed permissions of the scripts (775 -> 755)
- Fixed description of the various subpackages
- Make the various macros compliant with the new packaging guidelines:
https://fedorahosted.org/fpc/ticket/71
- Suppress arch-independent-package-contains-binary-or-object rpmlint
errors for static libraries
- Improved the mingw_configure, mingw_make, mingw_make_install,
mingw_cmake and mingw_cmake_kde4 RPM macros so packagers don't need
to use quotes anymore when using arguments. Thanks to Kalev Lember
for the initial proof of concept
- Dropped the -mms-bitfields argument from the default CFLAGS as
it is enabled by default as of gcc 4.7
- Replaced the CMake defines QT_HEADERS_DIR and QT_LIBRARY_DIR
with QT_BINARY_DIR which is a more proper method to make CMake
aware of the location of Qt. Thx to Dominik Schmidt for the hint
- Make sure CMake can detect the qmake-qt4 binary in /usr/$target/bin
- Make sure CMake can also detect the (native) Qt tools
qdbuscpp2xml and qdbusxml2cpp
- Added new RPM macros mingw_cmake_kde4, mingw32_cmake_kde4 and
mingw64_cmake_kde4
- Added three new environment variables which can be set to
influence the behaviour of the cmake macros:
MINGW_CMAKE_ARGS, MINGW32_CMAKE_ARGS and MINGW64_CMAKE_ARGS
- Dropped the mingw32-qmake-qt4 and mingw64-qmake-qt4 wrapper scripts
as they're now provided by the mingw{32,64}-qt-qmake packages
- Added a new RPM macro: %%{?mingw_package_header}
Packagers can use this macro instead of the original boilerplate
code which is needed for all mingw packages
- Made argument passing using the backwards compatibility macro
%%{_mingw32_cmake} work
- Fixed an issue in the mingw_cmake macro where it could point to
a non-existant CMakeLists.txt file
- Fixed a bug in the find-requires script which causes all packages to
depend
on both the mingw32 and the mingw64 toolchains
- Split out the RPM macros which require both the
mingw{32,64}-filesystem
packages in a new file and put it in the mingw-filesystem-base package
- Generate seperate debuginfo packages for mingw32 and mingw64
- Set the minimum version of R: mingw{32,64}-filesystem to 70
- Use the correct FSF-address in some scripts
- Thanks to all the contributors: Erik van Pienbroek, Kalev Lember,
Levente
Farkas, Marc-Andre Lureau.
2012-02-25 23:17:24 +00:00
|
|
|
Summary: MinGW cross compiler base filesystem and environment
|
2008-10-30 09:49:17 +00:00
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
License: GPLv2+
|
Added support for both win32 and win64 targets
- Fixed rpmlint issues
- Fixed permissions of the scripts (775 -> 755)
- Fixed description of the various subpackages
- Make the various macros compliant with the new packaging guidelines:
https://fedorahosted.org/fpc/ticket/71
- Suppress arch-independent-package-contains-binary-or-object rpmlint
errors for static libraries
- Improved the mingw_configure, mingw_make, mingw_make_install,
mingw_cmake and mingw_cmake_kde4 RPM macros so packagers don't need
to use quotes anymore when using arguments. Thanks to Kalev Lember
for the initial proof of concept
- Dropped the -mms-bitfields argument from the default CFLAGS as
it is enabled by default as of gcc 4.7
- Replaced the CMake defines QT_HEADERS_DIR and QT_LIBRARY_DIR
with QT_BINARY_DIR which is a more proper method to make CMake
aware of the location of Qt. Thx to Dominik Schmidt for the hint
- Make sure CMake can detect the qmake-qt4 binary in /usr/$target/bin
- Make sure CMake can also detect the (native) Qt tools
qdbuscpp2xml and qdbusxml2cpp
- Added new RPM macros mingw_cmake_kde4, mingw32_cmake_kde4 and
mingw64_cmake_kde4
- Added three new environment variables which can be set to
influence the behaviour of the cmake macros:
MINGW_CMAKE_ARGS, MINGW32_CMAKE_ARGS and MINGW64_CMAKE_ARGS
- Dropped the mingw32-qmake-qt4 and mingw64-qmake-qt4 wrapper scripts
as they're now provided by the mingw{32,64}-qt-qmake packages
- Added a new RPM macro: %%{?mingw_package_header}
Packagers can use this macro instead of the original boilerplate
code which is needed for all mingw packages
- Made argument passing using the backwards compatibility macro
%%{_mingw32_cmake} work
- Fixed an issue in the mingw_cmake macro where it could point to
a non-existant CMakeLists.txt file
- Fixed a bug in the find-requires script which causes all packages to
depend
on both the mingw32 and the mingw64 toolchains
- Split out the RPM macros which require both the
mingw{32,64}-filesystem
packages in a new file and put it in the mingw-filesystem-base package
- Generate seperate debuginfo packages for mingw32 and mingw64
- Set the minimum version of R: mingw{32,64}-filesystem to 70
- Use the correct FSF-address in some scripts
- Thanks to all the contributors: Erik van Pienbroek, Kalev Lember,
Levente
Farkas, Marc-Andre Lureau.
2012-02-25 23:17:24 +00:00
|
|
|
URL: http://fedoraproject.org/wiki/MinGW
|
2008-10-30 09:49:17 +00:00
|
|
|
BuildArch: noarch
|
|
|
|
|
2009-02-17 08:37:27 +00:00
|
|
|
Source0: COPYING
|
Added support for both win32 and win64 targets
- Fixed rpmlint issues
- Fixed permissions of the scripts (775 -> 755)
- Fixed description of the various subpackages
- Make the various macros compliant with the new packaging guidelines:
https://fedorahosted.org/fpc/ticket/71
- Suppress arch-independent-package-contains-binary-or-object rpmlint
errors for static libraries
- Improved the mingw_configure, mingw_make, mingw_make_install,
mingw_cmake and mingw_cmake_kde4 RPM macros so packagers don't need
to use quotes anymore when using arguments. Thanks to Kalev Lember
for the initial proof of concept
- Dropped the -mms-bitfields argument from the default CFLAGS as
it is enabled by default as of gcc 4.7
- Replaced the CMake defines QT_HEADERS_DIR and QT_LIBRARY_DIR
with QT_BINARY_DIR which is a more proper method to make CMake
aware of the location of Qt. Thx to Dominik Schmidt for the hint
- Make sure CMake can detect the qmake-qt4 binary in /usr/$target/bin
- Make sure CMake can also detect the (native) Qt tools
qdbuscpp2xml and qdbusxml2cpp
- Added new RPM macros mingw_cmake_kde4, mingw32_cmake_kde4 and
mingw64_cmake_kde4
- Added three new environment variables which can be set to
influence the behaviour of the cmake macros:
MINGW_CMAKE_ARGS, MINGW32_CMAKE_ARGS and MINGW64_CMAKE_ARGS
- Dropped the mingw32-qmake-qt4 and mingw64-qmake-qt4 wrapper scripts
as they're now provided by the mingw{32,64}-qt-qmake packages
- Added a new RPM macro: %%{?mingw_package_header}
Packagers can use this macro instead of the original boilerplate
code which is needed for all mingw packages
- Made argument passing using the backwards compatibility macro
%%{_mingw32_cmake} work
- Fixed an issue in the mingw_cmake macro where it could point to
a non-existant CMakeLists.txt file
- Fixed a bug in the find-requires script which causes all packages to
depend
on both the mingw32 and the mingw64 toolchains
- Split out the RPM macros which require both the
mingw{32,64}-filesystem
packages in a new file and put it in the mingw-filesystem-base package
- Generate seperate debuginfo packages for mingw32 and mingw64
- Set the minimum version of R: mingw{32,64}-filesystem to 70
- Use the correct FSF-address in some scripts
- Thanks to all the contributors: Erik van Pienbroek, Kalev Lember,
Levente
Farkas, Marc-Andre Lureau.
2012-02-25 23:17:24 +00:00
|
|
|
Source1: macros.mingw
|
|
|
|
Source2: macros.mingw32
|
|
|
|
Source3: macros.mingw64
|
|
|
|
Source4: mingw32.sh
|
|
|
|
Source5: mingw64.sh
|
|
|
|
Source6: mingw-find-debuginfo.sh
|
|
|
|
Source7: mingw-find-requires.sh
|
|
|
|
Source8: mingw-find-provides.sh
|
|
|
|
Source9: mingw-scripts.sh
|
|
|
|
Source10: mingw-rpmlint.config
|
|
|
|
Source11: Toolchain-mingw32.cmake
|
|
|
|
Source12: Toolchain-mingw64.cmake
|
|
|
|
Source13: mingw-find-lang.sh
|
|
|
|
Source14: mingw32.attr
|
|
|
|
Source15: mingw64.attr
|
2012-02-05 19:32:21 +00:00
|
|
|
# generated with:
|
2012-03-17 15:34:23 +00:00
|
|
|
# (rpm -ql mingw32-crt | grep '\.a$' | while read f ; do i686-w64-mingw32-dlltool -I $f 2>/dev/null ; done) | sort | uniq | tr A-Z a-z > standard-dlls-mingw32
|
|
|
|
Source16: standard-dlls-mingw32
|
|
|
|
# (rpm -ql mingw64-crt | grep '\.a$' | while read f ; do x86_64-w64-mingw32-dlltool -I $f 2>/dev/null ; done) | sort | uniq | tr A-Z a-z > standard-dlls-mingw64
|
|
|
|
Source17: standard-dlls-mingw64
|
2008-10-30 09:49:17 +00:00
|
|
|
|
2012-02-23 11:04:39 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
This package contains the base filesystem layout, RPM macros and
|
|
|
|
environment for all Fedora MinGW packages.
|
|
|
|
|
|
|
|
This environment is maintained by the Fedora MinGW SIG at:
|
|
|
|
|
|
|
|
http://fedoraproject.org/wiki/SIGs/MinGW
|
|
|
|
|
|
|
|
|
Added support for both win32 and win64 targets
- Fixed rpmlint issues
- Fixed permissions of the scripts (775 -> 755)
- Fixed description of the various subpackages
- Make the various macros compliant with the new packaging guidelines:
https://fedorahosted.org/fpc/ticket/71
- Suppress arch-independent-package-contains-binary-or-object rpmlint
errors for static libraries
- Improved the mingw_configure, mingw_make, mingw_make_install,
mingw_cmake and mingw_cmake_kde4 RPM macros so packagers don't need
to use quotes anymore when using arguments. Thanks to Kalev Lember
for the initial proof of concept
- Dropped the -mms-bitfields argument from the default CFLAGS as
it is enabled by default as of gcc 4.7
- Replaced the CMake defines QT_HEADERS_DIR and QT_LIBRARY_DIR
with QT_BINARY_DIR which is a more proper method to make CMake
aware of the location of Qt. Thx to Dominik Schmidt for the hint
- Make sure CMake can detect the qmake-qt4 binary in /usr/$target/bin
- Make sure CMake can also detect the (native) Qt tools
qdbuscpp2xml and qdbusxml2cpp
- Added new RPM macros mingw_cmake_kde4, mingw32_cmake_kde4 and
mingw64_cmake_kde4
- Added three new environment variables which can be set to
influence the behaviour of the cmake macros:
MINGW_CMAKE_ARGS, MINGW32_CMAKE_ARGS and MINGW64_CMAKE_ARGS
- Dropped the mingw32-qmake-qt4 and mingw64-qmake-qt4 wrapper scripts
as they're now provided by the mingw{32,64}-qt-qmake packages
- Added a new RPM macro: %%{?mingw_package_header}
Packagers can use this macro instead of the original boilerplate
code which is needed for all mingw packages
- Made argument passing using the backwards compatibility macro
%%{_mingw32_cmake} work
- Fixed an issue in the mingw_cmake macro where it could point to
a non-existant CMakeLists.txt file
- Fixed a bug in the find-requires script which causes all packages to
depend
on both the mingw32 and the mingw64 toolchains
- Split out the RPM macros which require both the
mingw{32,64}-filesystem
packages in a new file and put it in the mingw-filesystem-base package
- Generate seperate debuginfo packages for mingw32 and mingw64
- Set the minimum version of R: mingw{32,64}-filesystem to 70
- Use the correct FSF-address in some scripts
- Thanks to all the contributors: Erik van Pienbroek, Kalev Lember,
Levente
Farkas, Marc-Andre Lureau.
2012-02-25 23:17:24 +00:00
|
|
|
%package base
|
2012-02-28 16:33:30 +00:00
|
|
|
Summary: Generic files which are needed for both mingw32-filesystem and mingw64-filesystem
|
Added support for both win32 and win64 targets
- Fixed rpmlint issues
- Fixed permissions of the scripts (775 -> 755)
- Fixed description of the various subpackages
- Make the various macros compliant with the new packaging guidelines:
https://fedorahosted.org/fpc/ticket/71
- Suppress arch-independent-package-contains-binary-or-object rpmlint
errors for static libraries
- Improved the mingw_configure, mingw_make, mingw_make_install,
mingw_cmake and mingw_cmake_kde4 RPM macros so packagers don't need
to use quotes anymore when using arguments. Thanks to Kalev Lember
for the initial proof of concept
- Dropped the -mms-bitfields argument from the default CFLAGS as
it is enabled by default as of gcc 4.7
- Replaced the CMake defines QT_HEADERS_DIR and QT_LIBRARY_DIR
with QT_BINARY_DIR which is a more proper method to make CMake
aware of the location of Qt. Thx to Dominik Schmidt for the hint
- Make sure CMake can detect the qmake-qt4 binary in /usr/$target/bin
- Make sure CMake can also detect the (native) Qt tools
qdbuscpp2xml and qdbusxml2cpp
- Added new RPM macros mingw_cmake_kde4, mingw32_cmake_kde4 and
mingw64_cmake_kde4
- Added three new environment variables which can be set to
influence the behaviour of the cmake macros:
MINGW_CMAKE_ARGS, MINGW32_CMAKE_ARGS and MINGW64_CMAKE_ARGS
- Dropped the mingw32-qmake-qt4 and mingw64-qmake-qt4 wrapper scripts
as they're now provided by the mingw{32,64}-qt-qmake packages
- Added a new RPM macro: %%{?mingw_package_header}
Packagers can use this macro instead of the original boilerplate
code which is needed for all mingw packages
- Made argument passing using the backwards compatibility macro
%%{_mingw32_cmake} work
- Fixed an issue in the mingw_cmake macro where it could point to
a non-existant CMakeLists.txt file
- Fixed a bug in the find-requires script which causes all packages to
depend
on both the mingw32 and the mingw64 toolchains
- Split out the RPM macros which require both the
mingw{32,64}-filesystem
packages in a new file and put it in the mingw-filesystem-base package
- Generate seperate debuginfo packages for mingw32 and mingw64
- Set the minimum version of R: mingw{32,64}-filesystem to 70
- Use the correct FSF-address in some scripts
- Thanks to all the contributors: Erik van Pienbroek, Kalev Lember,
Levente
Farkas, Marc-Andre Lureau.
2012-02-25 23:17:24 +00:00
|
|
|
|
|
|
|
# Obsolete the packages from the test repo
|
|
|
|
Obsoletes: cross-filesystem < 67-2
|
|
|
|
Obsoletes: cross-filesystem-scripts < 67-2
|
|
|
|
Obsoletes: mingw-filesystem < 75-2
|
|
|
|
Obsoletes: mingw-filesystem-scripts < 75-2
|
|
|
|
|
|
|
|
%description base
|
|
|
|
This package contains the base filesystem layout, RPM macros and
|
|
|
|
environment for all Fedora MinGW packages.
|
|
|
|
|
|
|
|
This environment is maintained by the Fedora MinGW SIG at:
|
|
|
|
|
|
|
|
http://fedoraproject.org/wiki/SIGs/MinGW
|
|
|
|
|
|
|
|
|
2012-02-23 11:04:39 +00:00
|
|
|
%package -n mingw32-filesystem
|
2012-02-28 16:33:30 +00:00
|
|
|
Summary: MinGW cross compiler base filesystem and environment for the win32 target
|
Added support for both win32 and win64 targets
- Fixed rpmlint issues
- Fixed permissions of the scripts (775 -> 755)
- Fixed description of the various subpackages
- Make the various macros compliant with the new packaging guidelines:
https://fedorahosted.org/fpc/ticket/71
- Suppress arch-independent-package-contains-binary-or-object rpmlint
errors for static libraries
- Improved the mingw_configure, mingw_make, mingw_make_install,
mingw_cmake and mingw_cmake_kde4 RPM macros so packagers don't need
to use quotes anymore when using arguments. Thanks to Kalev Lember
for the initial proof of concept
- Dropped the -mms-bitfields argument from the default CFLAGS as
it is enabled by default as of gcc 4.7
- Replaced the CMake defines QT_HEADERS_DIR and QT_LIBRARY_DIR
with QT_BINARY_DIR which is a more proper method to make CMake
aware of the location of Qt. Thx to Dominik Schmidt for the hint
- Make sure CMake can detect the qmake-qt4 binary in /usr/$target/bin
- Make sure CMake can also detect the (native) Qt tools
qdbuscpp2xml and qdbusxml2cpp
- Added new RPM macros mingw_cmake_kde4, mingw32_cmake_kde4 and
mingw64_cmake_kde4
- Added three new environment variables which can be set to
influence the behaviour of the cmake macros:
MINGW_CMAKE_ARGS, MINGW32_CMAKE_ARGS and MINGW64_CMAKE_ARGS
- Dropped the mingw32-qmake-qt4 and mingw64-qmake-qt4 wrapper scripts
as they're now provided by the mingw{32,64}-qt-qmake packages
- Added a new RPM macro: %%{?mingw_package_header}
Packagers can use this macro instead of the original boilerplate
code which is needed for all mingw packages
- Made argument passing using the backwards compatibility macro
%%{_mingw32_cmake} work
- Fixed an issue in the mingw_cmake macro where it could point to
a non-existant CMakeLists.txt file
- Fixed a bug in the find-requires script which causes all packages to
depend
on both the mingw32 and the mingw64 toolchains
- Split out the RPM macros which require both the
mingw{32,64}-filesystem
packages in a new file and put it in the mingw-filesystem-base package
- Generate seperate debuginfo packages for mingw32 and mingw64
- Set the minimum version of R: mingw{32,64}-filesystem to 70
- Use the correct FSF-address in some scripts
- Thanks to all the contributors: Erik van Pienbroek, Kalev Lember,
Levente
Farkas, Marc-Andre Lureau.
2012-02-25 23:17:24 +00:00
|
|
|
Requires: %{name}-base = %{version}-%{release}
|
2008-10-30 09:49:17 +00:00
|
|
|
|
|
|
|
# Note about 'Provides: mingw32(foo.dll)'
|
|
|
|
# ------------------------------------------------------------
|
|
|
|
#
|
|
|
|
# We want to be able to build & install mingw32 libraries without
|
|
|
|
# necessarily needing to install wine. (And certainly not needing to
|
|
|
|
# install Windows!) There is no requirement to have wine installed in
|
|
|
|
# order to use the mingw toolchain to develop software (ie. to
|
|
|
|
# compile more stuff on top of it), so why require that?
|
|
|
|
#
|
|
|
|
# So for expediency, this base package provides the "missing" DLLs
|
|
|
|
# from Windows. Another way to do it would be to exclude these
|
|
|
|
# proprietary DLLs in our find-requires checking script - essentially
|
|
|
|
# it comes out the same either way.
|
|
|
|
#
|
Added support for both win32 and win64 targets
- Fixed rpmlint issues
- Fixed permissions of the scripts (775 -> 755)
- Fixed description of the various subpackages
- Make the various macros compliant with the new packaging guidelines:
https://fedorahosted.org/fpc/ticket/71
- Suppress arch-independent-package-contains-binary-or-object rpmlint
errors for static libraries
- Improved the mingw_configure, mingw_make, mingw_make_install,
mingw_cmake and mingw_cmake_kde4 RPM macros so packagers don't need
to use quotes anymore when using arguments. Thanks to Kalev Lember
for the initial proof of concept
- Dropped the -mms-bitfields argument from the default CFLAGS as
it is enabled by default as of gcc 4.7
- Replaced the CMake defines QT_HEADERS_DIR and QT_LIBRARY_DIR
with QT_BINARY_DIR which is a more proper method to make CMake
aware of the location of Qt. Thx to Dominik Schmidt for the hint
- Make sure CMake can detect the qmake-qt4 binary in /usr/$target/bin
- Make sure CMake can also detect the (native) Qt tools
qdbuscpp2xml and qdbusxml2cpp
- Added new RPM macros mingw_cmake_kde4, mingw32_cmake_kde4 and
mingw64_cmake_kde4
- Added three new environment variables which can be set to
influence the behaviour of the cmake macros:
MINGW_CMAKE_ARGS, MINGW32_CMAKE_ARGS and MINGW64_CMAKE_ARGS
- Dropped the mingw32-qmake-qt4 and mingw64-qmake-qt4 wrapper scripts
as they're now provided by the mingw{32,64}-qt-qmake packages
- Added a new RPM macro: %%{?mingw_package_header}
Packagers can use this macro instead of the original boilerplate
code which is needed for all mingw packages
- Made argument passing using the backwards compatibility macro
%%{_mingw32_cmake} work
- Fixed an issue in the mingw_cmake macro where it could point to
a non-existant CMakeLists.txt file
- Fixed a bug in the find-requires script which causes all packages to
depend
on both the mingw32 and the mingw64 toolchains
- Split out the RPM macros which require both the
mingw{32,64}-filesystem
packages in a new file and put it in the mingw-filesystem-base package
- Generate seperate debuginfo packages for mingw32 and mingw64
- Set the minimum version of R: mingw{32,64}-filesystem to 70
- Use the correct FSF-address in some scripts
- Thanks to all the contributors: Erik van Pienbroek, Kalev Lember,
Levente
Farkas, Marc-Andre Lureau.
2012-02-25 23:17:24 +00:00
|
|
|
Provides: %(sed "s/\(.*\)/mingw32(\1) /g" %{SOURCE16} | tr "\n" " ")
|
2012-11-10 16:19:08 +00:00
|
|
|
Provides: mingw32(mscoree.dll)
|
2008-10-30 09:49:17 +00:00
|
|
|
|
2012-02-23 11:04:39 +00:00
|
|
|
%description -n mingw32-filesystem
|
2008-10-30 09:49:17 +00:00
|
|
|
This package contains the base filesystem layout, RPM macros and
|
|
|
|
environment for all Fedora MinGW packages.
|
|
|
|
|
|
|
|
This environment is maintained by the Fedora MinGW SIG at:
|
|
|
|
|
|
|
|
http://fedoraproject.org/wiki/SIGs/MinGW
|
|
|
|
|
|
|
|
|
Added support for both win32 and win64 targets
- Fixed rpmlint issues
- Fixed permissions of the scripts (775 -> 755)
- Fixed description of the various subpackages
- Make the various macros compliant with the new packaging guidelines:
https://fedorahosted.org/fpc/ticket/71
- Suppress arch-independent-package-contains-binary-or-object rpmlint
errors for static libraries
- Improved the mingw_configure, mingw_make, mingw_make_install,
mingw_cmake and mingw_cmake_kde4 RPM macros so packagers don't need
to use quotes anymore when using arguments. Thanks to Kalev Lember
for the initial proof of concept
- Dropped the -mms-bitfields argument from the default CFLAGS as
it is enabled by default as of gcc 4.7
- Replaced the CMake defines QT_HEADERS_DIR and QT_LIBRARY_DIR
with QT_BINARY_DIR which is a more proper method to make CMake
aware of the location of Qt. Thx to Dominik Schmidt for the hint
- Make sure CMake can detect the qmake-qt4 binary in /usr/$target/bin
- Make sure CMake can also detect the (native) Qt tools
qdbuscpp2xml and qdbusxml2cpp
- Added new RPM macros mingw_cmake_kde4, mingw32_cmake_kde4 and
mingw64_cmake_kde4
- Added three new environment variables which can be set to
influence the behaviour of the cmake macros:
MINGW_CMAKE_ARGS, MINGW32_CMAKE_ARGS and MINGW64_CMAKE_ARGS
- Dropped the mingw32-qmake-qt4 and mingw64-qmake-qt4 wrapper scripts
as they're now provided by the mingw{32,64}-qt-qmake packages
- Added a new RPM macro: %%{?mingw_package_header}
Packagers can use this macro instead of the original boilerplate
code which is needed for all mingw packages
- Made argument passing using the backwards compatibility macro
%%{_mingw32_cmake} work
- Fixed an issue in the mingw_cmake macro where it could point to
a non-existant CMakeLists.txt file
- Fixed a bug in the find-requires script which causes all packages to
depend
on both the mingw32 and the mingw64 toolchains
- Split out the RPM macros which require both the
mingw{32,64}-filesystem
packages in a new file and put it in the mingw-filesystem-base package
- Generate seperate debuginfo packages for mingw32 and mingw64
- Set the minimum version of R: mingw{32,64}-filesystem to 70
- Use the correct FSF-address in some scripts
- Thanks to all the contributors: Erik van Pienbroek, Kalev Lember,
Levente
Farkas, Marc-Andre Lureau.
2012-02-25 23:17:24 +00:00
|
|
|
%package -n mingw64-filesystem
|
2012-02-28 16:33:30 +00:00
|
|
|
Summary: MinGW cross compiler base filesystem and environment for the win64 target
|
Added support for both win32 and win64 targets
- Fixed rpmlint issues
- Fixed permissions of the scripts (775 -> 755)
- Fixed description of the various subpackages
- Make the various macros compliant with the new packaging guidelines:
https://fedorahosted.org/fpc/ticket/71
- Suppress arch-independent-package-contains-binary-or-object rpmlint
errors for static libraries
- Improved the mingw_configure, mingw_make, mingw_make_install,
mingw_cmake and mingw_cmake_kde4 RPM macros so packagers don't need
to use quotes anymore when using arguments. Thanks to Kalev Lember
for the initial proof of concept
- Dropped the -mms-bitfields argument from the default CFLAGS as
it is enabled by default as of gcc 4.7
- Replaced the CMake defines QT_HEADERS_DIR and QT_LIBRARY_DIR
with QT_BINARY_DIR which is a more proper method to make CMake
aware of the location of Qt. Thx to Dominik Schmidt for the hint
- Make sure CMake can detect the qmake-qt4 binary in /usr/$target/bin
- Make sure CMake can also detect the (native) Qt tools
qdbuscpp2xml and qdbusxml2cpp
- Added new RPM macros mingw_cmake_kde4, mingw32_cmake_kde4 and
mingw64_cmake_kde4
- Added three new environment variables which can be set to
influence the behaviour of the cmake macros:
MINGW_CMAKE_ARGS, MINGW32_CMAKE_ARGS and MINGW64_CMAKE_ARGS
- Dropped the mingw32-qmake-qt4 and mingw64-qmake-qt4 wrapper scripts
as they're now provided by the mingw{32,64}-qt-qmake packages
- Added a new RPM macro: %%{?mingw_package_header}
Packagers can use this macro instead of the original boilerplate
code which is needed for all mingw packages
- Made argument passing using the backwards compatibility macro
%%{_mingw32_cmake} work
- Fixed an issue in the mingw_cmake macro where it could point to
a non-existant CMakeLists.txt file
- Fixed a bug in the find-requires script which causes all packages to
depend
on both the mingw32 and the mingw64 toolchains
- Split out the RPM macros which require both the
mingw{32,64}-filesystem
packages in a new file and put it in the mingw-filesystem-base package
- Generate seperate debuginfo packages for mingw32 and mingw64
- Set the minimum version of R: mingw{32,64}-filesystem to 70
- Use the correct FSF-address in some scripts
- Thanks to all the contributors: Erik van Pienbroek, Kalev Lember,
Levente
Farkas, Marc-Andre Lureau.
2012-02-25 23:17:24 +00:00
|
|
|
Requires: %{name}-base = %{version}-%{release}
|
|
|
|
|
2012-03-17 15:34:23 +00:00
|
|
|
Provides: %(sed "s/\(.*\)/mingw64(\1) /g" %{SOURCE17} | tr "\n" " ")
|
2012-11-10 16:19:08 +00:00
|
|
|
Provides: mingw64(mscoree.dll)
|
2012-03-12 22:17:04 +00:00
|
|
|
|
Added support for both win32 and win64 targets
- Fixed rpmlint issues
- Fixed permissions of the scripts (775 -> 755)
- Fixed description of the various subpackages
- Make the various macros compliant with the new packaging guidelines:
https://fedorahosted.org/fpc/ticket/71
- Suppress arch-independent-package-contains-binary-or-object rpmlint
errors for static libraries
- Improved the mingw_configure, mingw_make, mingw_make_install,
mingw_cmake and mingw_cmake_kde4 RPM macros so packagers don't need
to use quotes anymore when using arguments. Thanks to Kalev Lember
for the initial proof of concept
- Dropped the -mms-bitfields argument from the default CFLAGS as
it is enabled by default as of gcc 4.7
- Replaced the CMake defines QT_HEADERS_DIR and QT_LIBRARY_DIR
with QT_BINARY_DIR which is a more proper method to make CMake
aware of the location of Qt. Thx to Dominik Schmidt for the hint
- Make sure CMake can detect the qmake-qt4 binary in /usr/$target/bin
- Make sure CMake can also detect the (native) Qt tools
qdbuscpp2xml and qdbusxml2cpp
- Added new RPM macros mingw_cmake_kde4, mingw32_cmake_kde4 and
mingw64_cmake_kde4
- Added three new environment variables which can be set to
influence the behaviour of the cmake macros:
MINGW_CMAKE_ARGS, MINGW32_CMAKE_ARGS and MINGW64_CMAKE_ARGS
- Dropped the mingw32-qmake-qt4 and mingw64-qmake-qt4 wrapper scripts
as they're now provided by the mingw{32,64}-qt-qmake packages
- Added a new RPM macro: %%{?mingw_package_header}
Packagers can use this macro instead of the original boilerplate
code which is needed for all mingw packages
- Made argument passing using the backwards compatibility macro
%%{_mingw32_cmake} work
- Fixed an issue in the mingw_cmake macro where it could point to
a non-existant CMakeLists.txt file
- Fixed a bug in the find-requires script which causes all packages to
depend
on both the mingw32 and the mingw64 toolchains
- Split out the RPM macros which require both the
mingw{32,64}-filesystem
packages in a new file and put it in the mingw-filesystem-base package
- Generate seperate debuginfo packages for mingw32 and mingw64
- Set the minimum version of R: mingw{32,64}-filesystem to 70
- Use the correct FSF-address in some scripts
- Thanks to all the contributors: Erik van Pienbroek, Kalev Lember,
Levente
Farkas, Marc-Andre Lureau.
2012-02-25 23:17:24 +00:00
|
|
|
%description -n mingw64-filesystem
|
|
|
|
This package contains the base filesystem layout, RPM macros and
|
|
|
|
environment for all Fedora MinGW packages.
|
|
|
|
|
|
|
|
This environment is maintained by the Fedora MinGW SIG at:
|
|
|
|
|
|
|
|
http://fedoraproject.org/wiki/SIGs/MinGW
|
|
|
|
|
|
|
|
|
2008-10-30 09:49:17 +00:00
|
|
|
%prep
|
|
|
|
%setup -q -c -T
|
|
|
|
cp %{SOURCE0} COPYING
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
# nothing
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
mkdir -p $RPM_BUILD_ROOT
|
|
|
|
|
2008-11-24 16:08:07 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_libexecdir}
|
Added support for both win32 and win64 targets
- Fixed rpmlint issues
- Fixed permissions of the scripts (775 -> 755)
- Fixed description of the various subpackages
- Make the various macros compliant with the new packaging guidelines:
https://fedorahosted.org/fpc/ticket/71
- Suppress arch-independent-package-contains-binary-or-object rpmlint
errors for static libraries
- Improved the mingw_configure, mingw_make, mingw_make_install,
mingw_cmake and mingw_cmake_kde4 RPM macros so packagers don't need
to use quotes anymore when using arguments. Thanks to Kalev Lember
for the initial proof of concept
- Dropped the -mms-bitfields argument from the default CFLAGS as
it is enabled by default as of gcc 4.7
- Replaced the CMake defines QT_HEADERS_DIR and QT_LIBRARY_DIR
with QT_BINARY_DIR which is a more proper method to make CMake
aware of the location of Qt. Thx to Dominik Schmidt for the hint
- Make sure CMake can detect the qmake-qt4 binary in /usr/$target/bin
- Make sure CMake can also detect the (native) Qt tools
qdbuscpp2xml and qdbusxml2cpp
- Added new RPM macros mingw_cmake_kde4, mingw32_cmake_kde4 and
mingw64_cmake_kde4
- Added three new environment variables which can be set to
influence the behaviour of the cmake macros:
MINGW_CMAKE_ARGS, MINGW32_CMAKE_ARGS and MINGW64_CMAKE_ARGS
- Dropped the mingw32-qmake-qt4 and mingw64-qmake-qt4 wrapper scripts
as they're now provided by the mingw{32,64}-qt-qmake packages
- Added a new RPM macro: %%{?mingw_package_header}
Packagers can use this macro instead of the original boilerplate
code which is needed for all mingw packages
- Made argument passing using the backwards compatibility macro
%%{_mingw32_cmake} work
- Fixed an issue in the mingw_cmake macro where it could point to
a non-existant CMakeLists.txt file
- Fixed a bug in the find-requires script which causes all packages to
depend
on both the mingw32 and the mingw64 toolchains
- Split out the RPM macros which require both the
mingw{32,64}-filesystem
packages in a new file and put it in the mingw-filesystem-base package
- Generate seperate debuginfo packages for mingw32 and mingw64
- Set the minimum version of R: mingw{32,64}-filesystem to 70
- Use the correct FSF-address in some scripts
- Thanks to all the contributors: Erik van Pienbroek, Kalev Lember,
Levente
Farkas, Marc-Andre Lureau.
2012-02-25 23:17:24 +00:00
|
|
|
install -m 755 %{SOURCE9} $RPM_BUILD_ROOT%{_libexecdir}/mingw-scripts
|
2008-11-24 16:08:07 +00:00
|
|
|
|
2008-10-30 09:49:17 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_bindir}
|
2008-11-24 16:08:07 +00:00
|
|
|
pushd $RPM_BUILD_ROOT%{_bindir}
|
Added support for both win32 and win64 targets
- Fixed rpmlint issues
- Fixed permissions of the scripts (775 -> 755)
- Fixed description of the various subpackages
- Make the various macros compliant with the new packaging guidelines:
https://fedorahosted.org/fpc/ticket/71
- Suppress arch-independent-package-contains-binary-or-object rpmlint
errors for static libraries
- Improved the mingw_configure, mingw_make, mingw_make_install,
mingw_cmake and mingw_cmake_kde4 RPM macros so packagers don't need
to use quotes anymore when using arguments. Thanks to Kalev Lember
for the initial proof of concept
- Dropped the -mms-bitfields argument from the default CFLAGS as
it is enabled by default as of gcc 4.7
- Replaced the CMake defines QT_HEADERS_DIR and QT_LIBRARY_DIR
with QT_BINARY_DIR which is a more proper method to make CMake
aware of the location of Qt. Thx to Dominik Schmidt for the hint
- Make sure CMake can detect the qmake-qt4 binary in /usr/$target/bin
- Make sure CMake can also detect the (native) Qt tools
qdbuscpp2xml and qdbusxml2cpp
- Added new RPM macros mingw_cmake_kde4, mingw32_cmake_kde4 and
mingw64_cmake_kde4
- Added three new environment variables which can be set to
influence the behaviour of the cmake macros:
MINGW_CMAKE_ARGS, MINGW32_CMAKE_ARGS and MINGW64_CMAKE_ARGS
- Dropped the mingw32-qmake-qt4 and mingw64-qmake-qt4 wrapper scripts
as they're now provided by the mingw{32,64}-qt-qmake packages
- Added a new RPM macro: %%{?mingw_package_header}
Packagers can use this macro instead of the original boilerplate
code which is needed for all mingw packages
- Made argument passing using the backwards compatibility macro
%%{_mingw32_cmake} work
- Fixed an issue in the mingw_cmake macro where it could point to
a non-existant CMakeLists.txt file
- Fixed a bug in the find-requires script which causes all packages to
depend
on both the mingw32 and the mingw64 toolchains
- Split out the RPM macros which require both the
mingw{32,64}-filesystem
packages in a new file and put it in the mingw-filesystem-base package
- Generate seperate debuginfo packages for mingw32 and mingw64
- Set the minimum version of R: mingw{32,64}-filesystem to 70
- Use the correct FSF-address in some scripts
- Thanks to all the contributors: Erik van Pienbroek, Kalev Lember,
Levente
Farkas, Marc-Andre Lureau.
2012-02-25 23:17:24 +00:00
|
|
|
for i in mingw32-configure mingw32-cmake mingw32-make mingw32-pkg-config \
|
|
|
|
mingw64-configure mingw64-cmake mingw64-make mingw64-pkg-config ; do
|
|
|
|
ln -s %{_libexecdir}/mingw-scripts $i
|
2008-11-24 16:08:07 +00:00
|
|
|
done
|
|
|
|
popd
|
2008-10-30 09:49:17 +00:00
|
|
|
|
2008-12-06 14:33:41 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/profile.d
|
Added support for both win32 and win64 targets
- Fixed rpmlint issues
- Fixed permissions of the scripts (775 -> 755)
- Fixed description of the various subpackages
- Make the various macros compliant with the new packaging guidelines:
https://fedorahosted.org/fpc/ticket/71
- Suppress arch-independent-package-contains-binary-or-object rpmlint
errors for static libraries
- Improved the mingw_configure, mingw_make, mingw_make_install,
mingw_cmake and mingw_cmake_kde4 RPM macros so packagers don't need
to use quotes anymore when using arguments. Thanks to Kalev Lember
for the initial proof of concept
- Dropped the -mms-bitfields argument from the default CFLAGS as
it is enabled by default as of gcc 4.7
- Replaced the CMake defines QT_HEADERS_DIR and QT_LIBRARY_DIR
with QT_BINARY_DIR which is a more proper method to make CMake
aware of the location of Qt. Thx to Dominik Schmidt for the hint
- Make sure CMake can detect the qmake-qt4 binary in /usr/$target/bin
- Make sure CMake can also detect the (native) Qt tools
qdbuscpp2xml and qdbusxml2cpp
- Added new RPM macros mingw_cmake_kde4, mingw32_cmake_kde4 and
mingw64_cmake_kde4
- Added three new environment variables which can be set to
influence the behaviour of the cmake macros:
MINGW_CMAKE_ARGS, MINGW32_CMAKE_ARGS and MINGW64_CMAKE_ARGS
- Dropped the mingw32-qmake-qt4 and mingw64-qmake-qt4 wrapper scripts
as they're now provided by the mingw{32,64}-qt-qmake packages
- Added a new RPM macro: %%{?mingw_package_header}
Packagers can use this macro instead of the original boilerplate
code which is needed for all mingw packages
- Made argument passing using the backwards compatibility macro
%%{_mingw32_cmake} work
- Fixed an issue in the mingw_cmake macro where it could point to
a non-existant CMakeLists.txt file
- Fixed a bug in the find-requires script which causes all packages to
depend
on both the mingw32 and the mingw64 toolchains
- Split out the RPM macros which require both the
mingw{32,64}-filesystem
packages in a new file and put it in the mingw-filesystem-base package
- Generate seperate debuginfo packages for mingw32 and mingw64
- Set the minimum version of R: mingw{32,64}-filesystem to 70
- Use the correct FSF-address in some scripts
- Thanks to all the contributors: Erik van Pienbroek, Kalev Lember,
Levente
Farkas, Marc-Andre Lureau.
2012-02-25 23:17:24 +00:00
|
|
|
install -m 644 %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/
|
|
|
|
install -m 644 %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/
|
2008-10-30 09:49:17 +00:00
|
|
|
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/rpm
|
Added support for both win32 and win64 targets
- Fixed rpmlint issues
- Fixed permissions of the scripts (775 -> 755)
- Fixed description of the various subpackages
- Make the various macros compliant with the new packaging guidelines:
https://fedorahosted.org/fpc/ticket/71
- Suppress arch-independent-package-contains-binary-or-object rpmlint
errors for static libraries
- Improved the mingw_configure, mingw_make, mingw_make_install,
mingw_cmake and mingw_cmake_kde4 RPM macros so packagers don't need
to use quotes anymore when using arguments. Thanks to Kalev Lember
for the initial proof of concept
- Dropped the -mms-bitfields argument from the default CFLAGS as
it is enabled by default as of gcc 4.7
- Replaced the CMake defines QT_HEADERS_DIR and QT_LIBRARY_DIR
with QT_BINARY_DIR which is a more proper method to make CMake
aware of the location of Qt. Thx to Dominik Schmidt for the hint
- Make sure CMake can detect the qmake-qt4 binary in /usr/$target/bin
- Make sure CMake can also detect the (native) Qt tools
qdbuscpp2xml and qdbusxml2cpp
- Added new RPM macros mingw_cmake_kde4, mingw32_cmake_kde4 and
mingw64_cmake_kde4
- Added three new environment variables which can be set to
influence the behaviour of the cmake macros:
MINGW_CMAKE_ARGS, MINGW32_CMAKE_ARGS and MINGW64_CMAKE_ARGS
- Dropped the mingw32-qmake-qt4 and mingw64-qmake-qt4 wrapper scripts
as they're now provided by the mingw{32,64}-qt-qmake packages
- Added a new RPM macro: %%{?mingw_package_header}
Packagers can use this macro instead of the original boilerplate
code which is needed for all mingw packages
- Made argument passing using the backwards compatibility macro
%%{_mingw32_cmake} work
- Fixed an issue in the mingw_cmake macro where it could point to
a non-existant CMakeLists.txt file
- Fixed a bug in the find-requires script which causes all packages to
depend
on both the mingw32 and the mingw64 toolchains
- Split out the RPM macros which require both the
mingw{32,64}-filesystem
packages in a new file and put it in the mingw-filesystem-base package
- Generate seperate debuginfo packages for mingw32 and mingw64
- Set the minimum version of R: mingw{32,64}-filesystem to 70
- Use the correct FSF-address in some scripts
- Thanks to all the contributors: Erik van Pienbroek, Kalev Lember,
Levente
Farkas, Marc-Andre Lureau.
2012-02-25 23:17:24 +00:00
|
|
|
install -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/rpm/macros.mingw
|
|
|
|
install -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/rpm/macros.mingw32
|
|
|
|
install -m 644 %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/rpm/macros.mingw64
|
2008-10-30 09:49:17 +00:00
|
|
|
|
2009-01-26 17:21:27 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/rpmlint
|
Added support for both win32 and win64 targets
- Fixed rpmlint issues
- Fixed permissions of the scripts (775 -> 755)
- Fixed description of the various subpackages
- Make the various macros compliant with the new packaging guidelines:
https://fedorahosted.org/fpc/ticket/71
- Suppress arch-independent-package-contains-binary-or-object rpmlint
errors for static libraries
- Improved the mingw_configure, mingw_make, mingw_make_install,
mingw_cmake and mingw_cmake_kde4 RPM macros so packagers don't need
to use quotes anymore when using arguments. Thanks to Kalev Lember
for the initial proof of concept
- Dropped the -mms-bitfields argument from the default CFLAGS as
it is enabled by default as of gcc 4.7
- Replaced the CMake defines QT_HEADERS_DIR and QT_LIBRARY_DIR
with QT_BINARY_DIR which is a more proper method to make CMake
aware of the location of Qt. Thx to Dominik Schmidt for the hint
- Make sure CMake can detect the qmake-qt4 binary in /usr/$target/bin
- Make sure CMake can also detect the (native) Qt tools
qdbuscpp2xml and qdbusxml2cpp
- Added new RPM macros mingw_cmake_kde4, mingw32_cmake_kde4 and
mingw64_cmake_kde4
- Added three new environment variables which can be set to
influence the behaviour of the cmake macros:
MINGW_CMAKE_ARGS, MINGW32_CMAKE_ARGS and MINGW64_CMAKE_ARGS
- Dropped the mingw32-qmake-qt4 and mingw64-qmake-qt4 wrapper scripts
as they're now provided by the mingw{32,64}-qt-qmake packages
- Added a new RPM macro: %%{?mingw_package_header}
Packagers can use this macro instead of the original boilerplate
code which is needed for all mingw packages
- Made argument passing using the backwards compatibility macro
%%{_mingw32_cmake} work
- Fixed an issue in the mingw_cmake macro where it could point to
a non-existant CMakeLists.txt file
- Fixed a bug in the find-requires script which causes all packages to
depend
on both the mingw32 and the mingw64 toolchains
- Split out the RPM macros which require both the
mingw{32,64}-filesystem
packages in a new file and put it in the mingw-filesystem-base package
- Generate seperate debuginfo packages for mingw32 and mingw64
- Set the minimum version of R: mingw{32,64}-filesystem to 70
- Use the correct FSF-address in some scripts
- Thanks to all the contributors: Erik van Pienbroek, Kalev Lember,
Levente
Farkas, Marc-Andre Lureau.
2012-02-25 23:17:24 +00:00
|
|
|
install -m 644 %{SOURCE10} $RPM_BUILD_ROOT%{_sysconfdir}/rpmlint/
|
2008-10-30 09:49:17 +00:00
|
|
|
|
Added support for both win32 and win64 targets
- Fixed rpmlint issues
- Fixed permissions of the scripts (775 -> 755)
- Fixed description of the various subpackages
- Make the various macros compliant with the new packaging guidelines:
https://fedorahosted.org/fpc/ticket/71
- Suppress arch-independent-package-contains-binary-or-object rpmlint
errors for static libraries
- Improved the mingw_configure, mingw_make, mingw_make_install,
mingw_cmake and mingw_cmake_kde4 RPM macros so packagers don't need
to use quotes anymore when using arguments. Thanks to Kalev Lember
for the initial proof of concept
- Dropped the -mms-bitfields argument from the default CFLAGS as
it is enabled by default as of gcc 4.7
- Replaced the CMake defines QT_HEADERS_DIR and QT_LIBRARY_DIR
with QT_BINARY_DIR which is a more proper method to make CMake
aware of the location of Qt. Thx to Dominik Schmidt for the hint
- Make sure CMake can detect the qmake-qt4 binary in /usr/$target/bin
- Make sure CMake can also detect the (native) Qt tools
qdbuscpp2xml and qdbusxml2cpp
- Added new RPM macros mingw_cmake_kde4, mingw32_cmake_kde4 and
mingw64_cmake_kde4
- Added three new environment variables which can be set to
influence the behaviour of the cmake macros:
MINGW_CMAKE_ARGS, MINGW32_CMAKE_ARGS and MINGW64_CMAKE_ARGS
- Dropped the mingw32-qmake-qt4 and mingw64-qmake-qt4 wrapper scripts
as they're now provided by the mingw{32,64}-qt-qmake packages
- Added a new RPM macro: %%{?mingw_package_header}
Packagers can use this macro instead of the original boilerplate
code which is needed for all mingw packages
- Made argument passing using the backwards compatibility macro
%%{_mingw32_cmake} work
- Fixed an issue in the mingw_cmake macro where it could point to
a non-existant CMakeLists.txt file
- Fixed a bug in the find-requires script which causes all packages to
depend
on both the mingw32 and the mingw64 toolchains
- Split out the RPM macros which require both the
mingw{32,64}-filesystem
packages in a new file and put it in the mingw-filesystem-base package
- Generate seperate debuginfo packages for mingw32 and mingw64
- Set the minimum version of R: mingw{32,64}-filesystem to 70
- Use the correct FSF-address in some scripts
- Thanks to all the contributors: Erik van Pienbroek, Kalev Lember,
Levente
Farkas, Marc-Andre Lureau.
2012-02-25 23:17:24 +00:00
|
|
|
# Create the folders required for gcc and binutils
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_prefix}/i686-w64-mingw32
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_prefix}/i686-w64-mingw32/bin
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_prefix}/i686-w64-mingw32/lib
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_prefix}/x86_64-w64-mingw32
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_prefix}/x86_64-w64-mingw32/bin
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_prefix}/x86_64-w64-mingw32/lib
|
2008-10-30 09:49:17 +00:00
|
|
|
|
|
|
|
# The MinGW system root which will contain Windows native binaries
|
|
|
|
# and Windows-specific header files, pkgconfig, etc.
|
Added support for both win32 and win64 targets
- Fixed rpmlint issues
- Fixed permissions of the scripts (775 -> 755)
- Fixed description of the various subpackages
- Make the various macros compliant with the new packaging guidelines:
https://fedorahosted.org/fpc/ticket/71
- Suppress arch-independent-package-contains-binary-or-object rpmlint
errors for static libraries
- Improved the mingw_configure, mingw_make, mingw_make_install,
mingw_cmake and mingw_cmake_kde4 RPM macros so packagers don't need
to use quotes anymore when using arguments. Thanks to Kalev Lember
for the initial proof of concept
- Dropped the -mms-bitfields argument from the default CFLAGS as
it is enabled by default as of gcc 4.7
- Replaced the CMake defines QT_HEADERS_DIR and QT_LIBRARY_DIR
with QT_BINARY_DIR which is a more proper method to make CMake
aware of the location of Qt. Thx to Dominik Schmidt for the hint
- Make sure CMake can detect the qmake-qt4 binary in /usr/$target/bin
- Make sure CMake can also detect the (native) Qt tools
qdbuscpp2xml and qdbusxml2cpp
- Added new RPM macros mingw_cmake_kde4, mingw32_cmake_kde4 and
mingw64_cmake_kde4
- Added three new environment variables which can be set to
influence the behaviour of the cmake macros:
MINGW_CMAKE_ARGS, MINGW32_CMAKE_ARGS and MINGW64_CMAKE_ARGS
- Dropped the mingw32-qmake-qt4 and mingw64-qmake-qt4 wrapper scripts
as they're now provided by the mingw{32,64}-qt-qmake packages
- Added a new RPM macro: %%{?mingw_package_header}
Packagers can use this macro instead of the original boilerplate
code which is needed for all mingw packages
- Made argument passing using the backwards compatibility macro
%%{_mingw32_cmake} work
- Fixed an issue in the mingw_cmake macro where it could point to
a non-existant CMakeLists.txt file
- Fixed a bug in the find-requires script which causes all packages to
depend
on both the mingw32 and the mingw64 toolchains
- Split out the RPM macros which require both the
mingw{32,64}-filesystem
packages in a new file and put it in the mingw-filesystem-base package
- Generate seperate debuginfo packages for mingw32 and mingw64
- Set the minimum version of R: mingw{32,64}-filesystem to 70
- Use the correct FSF-address in some scripts
- Thanks to all the contributors: Erik van Pienbroek, Kalev Lember,
Levente
Farkas, Marc-Andre Lureau.
2012-02-25 23:17:24 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_prefix}/i686-w64-mingw32/sys-root/mingw
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_prefix}/i686-w64-mingw32/sys-root/mingw/bin
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_prefix}/i686-w64-mingw32/sys-root/mingw/etc
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_prefix}/i686-w64-mingw32/sys-root/mingw/include
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_prefix}/i686-w64-mingw32/sys-root/mingw/include/sys
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_prefix}/i686-w64-mingw32/sys-root/mingw/lib
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_prefix}/i686-w64-mingw32/sys-root/mingw/lib/pkgconfig
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_prefix}/i686-w64-mingw32/sys-root/mingw/sbin
|
|
|
|
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_prefix}/x86_64-w64-mingw32/sys-root/mingw
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_prefix}/x86_64-w64-mingw32/sys-root/mingw/bin
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_prefix}/x86_64-w64-mingw32/sys-root/mingw/etc
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_prefix}/x86_64-w64-mingw32/sys-root/mingw/include
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_prefix}/x86_64-w64-mingw32/sys-root/mingw/include
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_prefix}/x86_64-w64-mingw32/sys-root/mingw/lib
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_prefix}/x86_64-w64-mingw32/sys-root/mingw/lib/pkgconfig
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_prefix}/x86_64-w64-mingw32/sys-root/mingw/sbin
|
2008-10-30 09:49:17 +00:00
|
|
|
|
|
|
|
# We don't normally package manual pages and info files, except
|
|
|
|
# where those are not supplied by a Fedora native package. So we
|
|
|
|
# need to create the directories.
|
|
|
|
#
|
|
|
|
# Note that some packages try to install stuff in
|
Added support for both win32 and win64 targets
- Fixed rpmlint issues
- Fixed permissions of the scripts (775 -> 755)
- Fixed description of the various subpackages
- Make the various macros compliant with the new packaging guidelines:
https://fedorahosted.org/fpc/ticket/71
- Suppress arch-independent-package-contains-binary-or-object rpmlint
errors for static libraries
- Improved the mingw_configure, mingw_make, mingw_make_install,
mingw_cmake and mingw_cmake_kde4 RPM macros so packagers don't need
to use quotes anymore when using arguments. Thanks to Kalev Lember
for the initial proof of concept
- Dropped the -mms-bitfields argument from the default CFLAGS as
it is enabled by default as of gcc 4.7
- Replaced the CMake defines QT_HEADERS_DIR and QT_LIBRARY_DIR
with QT_BINARY_DIR which is a more proper method to make CMake
aware of the location of Qt. Thx to Dominik Schmidt for the hint
- Make sure CMake can detect the qmake-qt4 binary in /usr/$target/bin
- Make sure CMake can also detect the (native) Qt tools
qdbuscpp2xml and qdbusxml2cpp
- Added new RPM macros mingw_cmake_kde4, mingw32_cmake_kde4 and
mingw64_cmake_kde4
- Added three new environment variables which can be set to
influence the behaviour of the cmake macros:
MINGW_CMAKE_ARGS, MINGW32_CMAKE_ARGS and MINGW64_CMAKE_ARGS
- Dropped the mingw32-qmake-qt4 and mingw64-qmake-qt4 wrapper scripts
as they're now provided by the mingw{32,64}-qt-qmake packages
- Added a new RPM macro: %%{?mingw_package_header}
Packagers can use this macro instead of the original boilerplate
code which is needed for all mingw packages
- Made argument passing using the backwards compatibility macro
%%{_mingw32_cmake} work
- Fixed an issue in the mingw_cmake macro where it could point to
a non-existant CMakeLists.txt file
- Fixed a bug in the find-requires script which causes all packages to
depend
on both the mingw32 and the mingw64 toolchains
- Split out the RPM macros which require both the
mingw{32,64}-filesystem
packages in a new file and put it in the mingw-filesystem-base package
- Generate seperate debuginfo packages for mingw32 and mingw64
- Set the minimum version of R: mingw{32,64}-filesystem to 70
- Use the correct FSF-address in some scripts
- Thanks to all the contributors: Erik van Pienbroek, Kalev Lember,
Levente
Farkas, Marc-Andre Lureau.
2012-02-25 23:17:24 +00:00
|
|
|
# /usr/x86_64-pc-mingw32/sys-root/man and
|
|
|
|
# /usr/x86_64-pc-mingw32/sys-root/doc
|
2008-10-30 09:49:17 +00:00
|
|
|
# but those are both packaging bugs.
|
Added support for both win32 and win64 targets
- Fixed rpmlint issues
- Fixed permissions of the scripts (775 -> 755)
- Fixed description of the various subpackages
- Make the various macros compliant with the new packaging guidelines:
https://fedorahosted.org/fpc/ticket/71
- Suppress arch-independent-package-contains-binary-or-object rpmlint
errors for static libraries
- Improved the mingw_configure, mingw_make, mingw_make_install,
mingw_cmake and mingw_cmake_kde4 RPM macros so packagers don't need
to use quotes anymore when using arguments. Thanks to Kalev Lember
for the initial proof of concept
- Dropped the -mms-bitfields argument from the default CFLAGS as
it is enabled by default as of gcc 4.7
- Replaced the CMake defines QT_HEADERS_DIR and QT_LIBRARY_DIR
with QT_BINARY_DIR which is a more proper method to make CMake
aware of the location of Qt. Thx to Dominik Schmidt for the hint
- Make sure CMake can detect the qmake-qt4 binary in /usr/$target/bin
- Make sure CMake can also detect the (native) Qt tools
qdbuscpp2xml and qdbusxml2cpp
- Added new RPM macros mingw_cmake_kde4, mingw32_cmake_kde4 and
mingw64_cmake_kde4
- Added three new environment variables which can be set to
influence the behaviour of the cmake macros:
MINGW_CMAKE_ARGS, MINGW32_CMAKE_ARGS and MINGW64_CMAKE_ARGS
- Dropped the mingw32-qmake-qt4 and mingw64-qmake-qt4 wrapper scripts
as they're now provided by the mingw{32,64}-qt-qmake packages
- Added a new RPM macro: %%{?mingw_package_header}
Packagers can use this macro instead of the original boilerplate
code which is needed for all mingw packages
- Made argument passing using the backwards compatibility macro
%%{_mingw32_cmake} work
- Fixed an issue in the mingw_cmake macro where it could point to
a non-existant CMakeLists.txt file
- Fixed a bug in the find-requires script which causes all packages to
depend
on both the mingw32 and the mingw64 toolchains
- Split out the RPM macros which require both the
mingw{32,64}-filesystem
packages in a new file and put it in the mingw-filesystem-base package
- Generate seperate debuginfo packages for mingw32 and mingw64
- Set the minimum version of R: mingw{32,64}-filesystem to 70
- Use the correct FSF-address in some scripts
- Thanks to all the contributors: Erik van Pienbroek, Kalev Lember,
Levente
Farkas, Marc-Andre Lureau.
2012-02-25 23:17:24 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_prefix}/i686-w64-mingw32/sys-root/mingw/share
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_prefix}/i686-w64-mingw32/sys-root/mingw/share/doc
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_prefix}/i686-w64-mingw32/sys-root/mingw/share/info
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_prefix}/i686-w64-mingw32/sys-root/mingw/share/man
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_prefix}/i686-w64-mingw32/sys-root/mingw/share/man/man{1,2,3,4,5,6,7,8,l,n}
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_prefix}/i686-w64-mingw32/sys-root/mingw/share/aclocal
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_prefix}/i686-w64-mingw32/sys-root/mingw/share/themes
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_prefix}/i686-w64-mingw32/sys-root/mingw/share/cmake
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_prefix}/i686-w64-mingw32/sys-root/mingw/share/pkgconfig
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_prefix}/i686-w64-mingw32/sys-root/mingw/share/xml
|
|
|
|
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_prefix}/x86_64-w64-mingw32/sys-root/mingw/share
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_prefix}/x86_64-w64-mingw32/sys-root/mingw/share/doc
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_prefix}/x86_64-w64-mingw32/sys-root/mingw/share/info
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_prefix}/x86_64-w64-mingw32/sys-root/mingw/share/man
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_prefix}/x86_64-w64-mingw32/sys-root/mingw/share/man/man{1,2,3,4,5,6,7,8,l,n}
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_prefix}/x86_64-w64-mingw32/sys-root/mingw/share/aclocal
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_prefix}/x86_64-w64-mingw32/sys-root/mingw/share/themes
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_prefix}/x86_64-w64-mingw32/sys-root/mingw/share/cmake
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_prefix}/x86_64-w64-mingw32/sys-root/mingw/share/pkgconfig
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_prefix}/x86_64-w64-mingw32/sys-root/mingw/share/xml
|
2008-10-30 09:49:17 +00:00
|
|
|
|
|
|
|
# NB. NOT _libdir
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/usr/lib/rpm
|
Added support for both win32 and win64 targets
- Fixed rpmlint issues
- Fixed permissions of the scripts (775 -> 755)
- Fixed description of the various subpackages
- Make the various macros compliant with the new packaging guidelines:
https://fedorahosted.org/fpc/ticket/71
- Suppress arch-independent-package-contains-binary-or-object rpmlint
errors for static libraries
- Improved the mingw_configure, mingw_make, mingw_make_install,
mingw_cmake and mingw_cmake_kde4 RPM macros so packagers don't need
to use quotes anymore when using arguments. Thanks to Kalev Lember
for the initial proof of concept
- Dropped the -mms-bitfields argument from the default CFLAGS as
it is enabled by default as of gcc 4.7
- Replaced the CMake defines QT_HEADERS_DIR and QT_LIBRARY_DIR
with QT_BINARY_DIR which is a more proper method to make CMake
aware of the location of Qt. Thx to Dominik Schmidt for the hint
- Make sure CMake can detect the qmake-qt4 binary in /usr/$target/bin
- Make sure CMake can also detect the (native) Qt tools
qdbuscpp2xml and qdbusxml2cpp
- Added new RPM macros mingw_cmake_kde4, mingw32_cmake_kde4 and
mingw64_cmake_kde4
- Added three new environment variables which can be set to
influence the behaviour of the cmake macros:
MINGW_CMAKE_ARGS, MINGW32_CMAKE_ARGS and MINGW64_CMAKE_ARGS
- Dropped the mingw32-qmake-qt4 and mingw64-qmake-qt4 wrapper scripts
as they're now provided by the mingw{32,64}-qt-qmake packages
- Added a new RPM macro: %%{?mingw_package_header}
Packagers can use this macro instead of the original boilerplate
code which is needed for all mingw packages
- Made argument passing using the backwards compatibility macro
%%{_mingw32_cmake} work
- Fixed an issue in the mingw_cmake macro where it could point to
a non-existant CMakeLists.txt file
- Fixed a bug in the find-requires script which causes all packages to
depend
on both the mingw32 and the mingw64 toolchains
- Split out the RPM macros which require both the
mingw{32,64}-filesystem
packages in a new file and put it in the mingw-filesystem-base package
- Generate seperate debuginfo packages for mingw32 and mingw64
- Set the minimum version of R: mingw{32,64}-filesystem to 70
- Use the correct FSF-address in some scripts
- Thanks to all the contributors: Erik van Pienbroek, Kalev Lember,
Levente
Farkas, Marc-Andre Lureau.
2012-02-25 23:17:24 +00:00
|
|
|
install -m 0755 %{SOURCE6} $RPM_BUILD_ROOT%{_rpmconfigdir}
|
|
|
|
install -m 0755 %{SOURCE7} $RPM_BUILD_ROOT%{_rpmconfigdir}
|
|
|
|
install -m 0755 %{SOURCE8} $RPM_BUILD_ROOT%{_rpmconfigdir}
|
|
|
|
install -m 0755 %{SOURCE13} $RPM_BUILD_ROOT%{_rpmconfigdir}
|
2008-10-30 09:49:17 +00:00
|
|
|
|
2011-05-20 10:27:53 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT/usr/lib/rpm/fileattrs
|
Added support for both win32 and win64 targets
- Fixed rpmlint issues
- Fixed permissions of the scripts (775 -> 755)
- Fixed description of the various subpackages
- Make the various macros compliant with the new packaging guidelines:
https://fedorahosted.org/fpc/ticket/71
- Suppress arch-independent-package-contains-binary-or-object rpmlint
errors for static libraries
- Improved the mingw_configure, mingw_make, mingw_make_install,
mingw_cmake and mingw_cmake_kde4 RPM macros so packagers don't need
to use quotes anymore when using arguments. Thanks to Kalev Lember
for the initial proof of concept
- Dropped the -mms-bitfields argument from the default CFLAGS as
it is enabled by default as of gcc 4.7
- Replaced the CMake defines QT_HEADERS_DIR and QT_LIBRARY_DIR
with QT_BINARY_DIR which is a more proper method to make CMake
aware of the location of Qt. Thx to Dominik Schmidt for the hint
- Make sure CMake can detect the qmake-qt4 binary in /usr/$target/bin
- Make sure CMake can also detect the (native) Qt tools
qdbuscpp2xml and qdbusxml2cpp
- Added new RPM macros mingw_cmake_kde4, mingw32_cmake_kde4 and
mingw64_cmake_kde4
- Added three new environment variables which can be set to
influence the behaviour of the cmake macros:
MINGW_CMAKE_ARGS, MINGW32_CMAKE_ARGS and MINGW64_CMAKE_ARGS
- Dropped the mingw32-qmake-qt4 and mingw64-qmake-qt4 wrapper scripts
as they're now provided by the mingw{32,64}-qt-qmake packages
- Added a new RPM macro: %%{?mingw_package_header}
Packagers can use this macro instead of the original boilerplate
code which is needed for all mingw packages
- Made argument passing using the backwards compatibility macro
%%{_mingw32_cmake} work
- Fixed an issue in the mingw_cmake macro where it could point to
a non-existant CMakeLists.txt file
- Fixed a bug in the find-requires script which causes all packages to
depend
on both the mingw32 and the mingw64 toolchains
- Split out the RPM macros which require both the
mingw{32,64}-filesystem
packages in a new file and put it in the mingw-filesystem-base package
- Generate seperate debuginfo packages for mingw32 and mingw64
- Set the minimum version of R: mingw{32,64}-filesystem to 70
- Use the correct FSF-address in some scripts
- Thanks to all the contributors: Erik van Pienbroek, Kalev Lember,
Levente
Farkas, Marc-Andre Lureau.
2012-02-25 23:17:24 +00:00
|
|
|
install -m 0644 %{SOURCE14} $RPM_BUILD_ROOT%{_rpmconfigdir}/fileattrs/
|
|
|
|
install -m 0644 %{SOURCE15} $RPM_BUILD_ROOT%{_rpmconfigdir}/fileattrs/
|
2011-05-20 10:27:53 +00:00
|
|
|
|
Added support for both win32 and win64 targets
- Fixed rpmlint issues
- Fixed permissions of the scripts (775 -> 755)
- Fixed description of the various subpackages
- Make the various macros compliant with the new packaging guidelines:
https://fedorahosted.org/fpc/ticket/71
- Suppress arch-independent-package-contains-binary-or-object rpmlint
errors for static libraries
- Improved the mingw_configure, mingw_make, mingw_make_install,
mingw_cmake and mingw_cmake_kde4 RPM macros so packagers don't need
to use quotes anymore when using arguments. Thanks to Kalev Lember
for the initial proof of concept
- Dropped the -mms-bitfields argument from the default CFLAGS as
it is enabled by default as of gcc 4.7
- Replaced the CMake defines QT_HEADERS_DIR and QT_LIBRARY_DIR
with QT_BINARY_DIR which is a more proper method to make CMake
aware of the location of Qt. Thx to Dominik Schmidt for the hint
- Make sure CMake can detect the qmake-qt4 binary in /usr/$target/bin
- Make sure CMake can also detect the (native) Qt tools
qdbuscpp2xml and qdbusxml2cpp
- Added new RPM macros mingw_cmake_kde4, mingw32_cmake_kde4 and
mingw64_cmake_kde4
- Added three new environment variables which can be set to
influence the behaviour of the cmake macros:
MINGW_CMAKE_ARGS, MINGW32_CMAKE_ARGS and MINGW64_CMAKE_ARGS
- Dropped the mingw32-qmake-qt4 and mingw64-qmake-qt4 wrapper scripts
as they're now provided by the mingw{32,64}-qt-qmake packages
- Added a new RPM macro: %%{?mingw_package_header}
Packagers can use this macro instead of the original boilerplate
code which is needed for all mingw packages
- Made argument passing using the backwards compatibility macro
%%{_mingw32_cmake} work
- Fixed an issue in the mingw_cmake macro where it could point to
a non-existant CMakeLists.txt file
- Fixed a bug in the find-requires script which causes all packages to
depend
on both the mingw32 and the mingw64 toolchains
- Split out the RPM macros which require both the
mingw{32,64}-filesystem
packages in a new file and put it in the mingw-filesystem-base package
- Generate seperate debuginfo packages for mingw32 and mingw64
- Set the minimum version of R: mingw{32,64}-filesystem to 70
- Use the correct FSF-address in some scripts
- Thanks to all the contributors: Erik van Pienbroek, Kalev Lember,
Levente
Farkas, Marc-Andre Lureau.
2012-02-25 23:17:24 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_datadir}/mingw
|
|
|
|
install -m 0644 %{SOURCE11} $RPM_BUILD_ROOT%{_datadir}/mingw/
|
|
|
|
install -m 0644 %{SOURCE12} $RPM_BUILD_ROOT%{_datadir}/mingw/
|
2009-06-09 08:44:18 +00:00
|
|
|
|
2008-10-30 09:49:17 +00:00
|
|
|
|
Added support for both win32 and win64 targets
- Fixed rpmlint issues
- Fixed permissions of the scripts (775 -> 755)
- Fixed description of the various subpackages
- Make the various macros compliant with the new packaging guidelines:
https://fedorahosted.org/fpc/ticket/71
- Suppress arch-independent-package-contains-binary-or-object rpmlint
errors for static libraries
- Improved the mingw_configure, mingw_make, mingw_make_install,
mingw_cmake and mingw_cmake_kde4 RPM macros so packagers don't need
to use quotes anymore when using arguments. Thanks to Kalev Lember
for the initial proof of concept
- Dropped the -mms-bitfields argument from the default CFLAGS as
it is enabled by default as of gcc 4.7
- Replaced the CMake defines QT_HEADERS_DIR and QT_LIBRARY_DIR
with QT_BINARY_DIR which is a more proper method to make CMake
aware of the location of Qt. Thx to Dominik Schmidt for the hint
- Make sure CMake can detect the qmake-qt4 binary in /usr/$target/bin
- Make sure CMake can also detect the (native) Qt tools
qdbuscpp2xml and qdbusxml2cpp
- Added new RPM macros mingw_cmake_kde4, mingw32_cmake_kde4 and
mingw64_cmake_kde4
- Added three new environment variables which can be set to
influence the behaviour of the cmake macros:
MINGW_CMAKE_ARGS, MINGW32_CMAKE_ARGS and MINGW64_CMAKE_ARGS
- Dropped the mingw32-qmake-qt4 and mingw64-qmake-qt4 wrapper scripts
as they're now provided by the mingw{32,64}-qt-qmake packages
- Added a new RPM macro: %%{?mingw_package_header}
Packagers can use this macro instead of the original boilerplate
code which is needed for all mingw packages
- Made argument passing using the backwards compatibility macro
%%{_mingw32_cmake} work
- Fixed an issue in the mingw_cmake macro where it could point to
a non-existant CMakeLists.txt file
- Fixed a bug in the find-requires script which causes all packages to
depend
on both the mingw32 and the mingw64 toolchains
- Split out the RPM macros which require both the
mingw{32,64}-filesystem
packages in a new file and put it in the mingw-filesystem-base package
- Generate seperate debuginfo packages for mingw32 and mingw64
- Set the minimum version of R: mingw{32,64}-filesystem to 70
- Use the correct FSF-address in some scripts
- Thanks to all the contributors: Erik van Pienbroek, Kalev Lember,
Levente
Farkas, Marc-Andre Lureau.
2012-02-25 23:17:24 +00:00
|
|
|
%files base
|
2008-10-30 09:49:17 +00:00
|
|
|
%doc COPYING
|
Added support for both win32 and win64 targets
- Fixed rpmlint issues
- Fixed permissions of the scripts (775 -> 755)
- Fixed description of the various subpackages
- Make the various macros compliant with the new packaging guidelines:
https://fedorahosted.org/fpc/ticket/71
- Suppress arch-independent-package-contains-binary-or-object rpmlint
errors for static libraries
- Improved the mingw_configure, mingw_make, mingw_make_install,
mingw_cmake and mingw_cmake_kde4 RPM macros so packagers don't need
to use quotes anymore when using arguments. Thanks to Kalev Lember
for the initial proof of concept
- Dropped the -mms-bitfields argument from the default CFLAGS as
it is enabled by default as of gcc 4.7
- Replaced the CMake defines QT_HEADERS_DIR and QT_LIBRARY_DIR
with QT_BINARY_DIR which is a more proper method to make CMake
aware of the location of Qt. Thx to Dominik Schmidt for the hint
- Make sure CMake can detect the qmake-qt4 binary in /usr/$target/bin
- Make sure CMake can also detect the (native) Qt tools
qdbuscpp2xml and qdbusxml2cpp
- Added new RPM macros mingw_cmake_kde4, mingw32_cmake_kde4 and
mingw64_cmake_kde4
- Added three new environment variables which can be set to
influence the behaviour of the cmake macros:
MINGW_CMAKE_ARGS, MINGW32_CMAKE_ARGS and MINGW64_CMAKE_ARGS
- Dropped the mingw32-qmake-qt4 and mingw64-qmake-qt4 wrapper scripts
as they're now provided by the mingw{32,64}-qt-qmake packages
- Added a new RPM macro: %%{?mingw_package_header}
Packagers can use this macro instead of the original boilerplate
code which is needed for all mingw packages
- Made argument passing using the backwards compatibility macro
%%{_mingw32_cmake} work
- Fixed an issue in the mingw_cmake macro where it could point to
a non-existant CMakeLists.txt file
- Fixed a bug in the find-requires script which causes all packages to
depend
on both the mingw32 and the mingw64 toolchains
- Split out the RPM macros which require both the
mingw{32,64}-filesystem
packages in a new file and put it in the mingw-filesystem-base package
- Generate seperate debuginfo packages for mingw32 and mingw64
- Set the minimum version of R: mingw{32,64}-filesystem to 70
- Use the correct FSF-address in some scripts
- Thanks to all the contributors: Erik van Pienbroek, Kalev Lember,
Levente
Farkas, Marc-Andre Lureau.
2012-02-25 23:17:24 +00:00
|
|
|
%dir %{_sysconfdir}/rpmlint/
|
|
|
|
%config(noreplace) %{_sysconfdir}/rpmlint/mingw-rpmlint.config
|
|
|
|
%config(noreplace) %{_sysconfdir}/rpm/macros.mingw
|
|
|
|
%{_libexecdir}/mingw-scripts
|
|
|
|
%{_rpmconfigdir}/mingw*
|
|
|
|
%dir %{_datadir}/mingw/
|
|
|
|
|
|
|
|
%files -n mingw32-filesystem
|
2008-10-30 09:49:17 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/rpm/macros.mingw32
|
2008-12-06 14:33:41 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/profile.d/mingw32.sh
|
2008-10-30 09:49:17 +00:00
|
|
|
%{_bindir}/mingw32-configure
|
2009-06-09 08:44:18 +00:00
|
|
|
%{_bindir}/mingw32-cmake
|
Added support for both win32 and win64 targets
- Fixed rpmlint issues
- Fixed permissions of the scripts (775 -> 755)
- Fixed description of the various subpackages
- Make the various macros compliant with the new packaging guidelines:
https://fedorahosted.org/fpc/ticket/71
- Suppress arch-independent-package-contains-binary-or-object rpmlint
errors for static libraries
- Improved the mingw_configure, mingw_make, mingw_make_install,
mingw_cmake and mingw_cmake_kde4 RPM macros so packagers don't need
to use quotes anymore when using arguments. Thanks to Kalev Lember
for the initial proof of concept
- Dropped the -mms-bitfields argument from the default CFLAGS as
it is enabled by default as of gcc 4.7
- Replaced the CMake defines QT_HEADERS_DIR and QT_LIBRARY_DIR
with QT_BINARY_DIR which is a more proper method to make CMake
aware of the location of Qt. Thx to Dominik Schmidt for the hint
- Make sure CMake can detect the qmake-qt4 binary in /usr/$target/bin
- Make sure CMake can also detect the (native) Qt tools
qdbuscpp2xml and qdbusxml2cpp
- Added new RPM macros mingw_cmake_kde4, mingw32_cmake_kde4 and
mingw64_cmake_kde4
- Added three new environment variables which can be set to
influence the behaviour of the cmake macros:
MINGW_CMAKE_ARGS, MINGW32_CMAKE_ARGS and MINGW64_CMAKE_ARGS
- Dropped the mingw32-qmake-qt4 and mingw64-qmake-qt4 wrapper scripts
as they're now provided by the mingw{32,64}-qt-qmake packages
- Added a new RPM macro: %%{?mingw_package_header}
Packagers can use this macro instead of the original boilerplate
code which is needed for all mingw packages
- Made argument passing using the backwards compatibility macro
%%{_mingw32_cmake} work
- Fixed an issue in the mingw_cmake macro where it could point to
a non-existant CMakeLists.txt file
- Fixed a bug in the find-requires script which causes all packages to
depend
on both the mingw32 and the mingw64 toolchains
- Split out the RPM macros which require both the
mingw{32,64}-filesystem
packages in a new file and put it in the mingw-filesystem-base package
- Generate seperate debuginfo packages for mingw32 and mingw64
- Set the minimum version of R: mingw{32,64}-filesystem to 70
- Use the correct FSF-address in some scripts
- Thanks to all the contributors: Erik van Pienbroek, Kalev Lember,
Levente
Farkas, Marc-Andre Lureau.
2012-02-25 23:17:24 +00:00
|
|
|
%{_bindir}/mingw32-make
|
|
|
|
%{_bindir}/mingw32-pkg-config
|
|
|
|
%{_prefix}/i686-w64-mingw32
|
|
|
|
%{_rpmconfigdir}/fileattrs/mingw32.attr
|
|
|
|
%{_datadir}/mingw/Toolchain-mingw32.cmake
|
|
|
|
|
|
|
|
%files -n mingw64-filesystem
|
|
|
|
%config(noreplace) %{_sysconfdir}/rpm/macros.mingw64
|
|
|
|
%config(noreplace) %{_sysconfdir}/profile.d/mingw64.sh
|
|
|
|
%{_bindir}/mingw64-configure
|
|
|
|
%{_bindir}/mingw64-cmake
|
|
|
|
%{_bindir}/mingw64-make
|
|
|
|
%{_bindir}/mingw64-pkg-config
|
|
|
|
%{_prefix}/x86_64-w64-mingw32
|
|
|
|
%{_rpmconfigdir}/fileattrs/mingw64.attr
|
|
|
|
%{_datadir}/mingw/Toolchain-mingw64.cmake
|
2008-10-30 09:49:17 +00:00
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2012-12-03 18:59:00 +00:00
|
|
|
* Mon Dec 3 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 96-3
|
|
|
|
- Added support for RHEL6
|
|
|
|
|
2012-11-10 16:19:08 +00:00
|
|
|
* Sat Nov 10 2012 Kalev Lember <kalevlember@gmail.com> - 96-2
|
|
|
|
- Add provides for mscoree.dll and regenerate the standard-dlls file
|
|
|
|
|
2012-09-17 22:10:08 +00:00
|
|
|
* Mon Sep 17 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 96-1
|
|
|
|
- Added new macros for Qt5 support, %%mingw32_qmake_qt5, %%mingw64_qmake_qt5,
|
|
|
|
%%mingw_qmake_qt4 and %%mingw_qmake_qt5
|
|
|
|
- It isn't necessary to call %%mingw32_env / %%mingw64_env any more
|
|
|
|
in the %%mingw32_qmake_qt4 and %%mingw64_qmake_qt4 macros
|
|
|
|
|
2012-08-13 18:56:01 +00:00
|
|
|
* Mon Aug 13 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 95-14
|
|
|
|
- Fix the handling of quoted arguments in the cmake macros
|
|
|
|
|
2012-08-13 13:17:25 +00:00
|
|
|
* Tue Jul 24 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 95-13
|
|
|
|
- Make sure the %%mingw_cmake and %%mingw_cmake_kde4 macros respect the
|
|
|
|
environment variable MINGW_BUILDDIR_SUFFIX
|
|
|
|
|
|
|
|
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 95-12
|
2012-07-20 01:14:49 +00:00
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-06-13 09:18:04 +00:00
|
|
|
* Wed Jun 13 2012 Kalev Lember <kalevlember@gmail.com> - 95-11
|
|
|
|
- Fix syntax error in mingw64_env macro, thanks to Akira TAGOH (#831534)
|
|
|
|
|
2012-06-06 19:02:08 +00:00
|
|
|
* Wed Jun 6 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 95-10
|
|
|
|
- Prevent errors when the folders %%{mingw32_prefix} or %%{mingw64_prefix} are missing
|
|
|
|
- Fix parse error when -config files containing a . are available
|
|
|
|
in %%{mingw32_bindir} or %%{mingw64_bindir} (RHBZ #657478)
|
|
|
|
|
2012-04-19 15:55:04 +00:00
|
|
|
* Thu Apr 19 2012 Kalev Lember <kalevlember@gmail.com> - 95-9
|
|
|
|
- Fix whitespace handling in %%mingw_configure and friends
|
|
|
|
|
2012-03-17 15:34:23 +00:00
|
|
|
* Sat Mar 17 2012 Kalev Lember <kalevlember@gmail.com> - 95-8
|
|
|
|
- Generate the list of mingw32(...) and mingw64(...) DLL name provides from
|
|
|
|
mingw-crt import libraries
|
|
|
|
|
2012-03-17 14:25:42 +00:00
|
|
|
* Sat Mar 17 2012 Kalev Lember <kalevlember@gmail.com> - 95-7
|
|
|
|
- Define mingw_build_win32/win64 in system macros, so that each
|
|
|
|
individual package wouldn't have to
|
|
|
|
|
2012-03-16 21:01:13 +00:00
|
|
|
* Fri Mar 16 2012 Kalev Lember <kalevlember@gmail.com> - 95-6
|
|
|
|
- Fix warnings during debuginfo generation
|
|
|
|
|
2012-03-16 20:19:00 +00:00
|
|
|
* Fri Mar 16 2012 Kalev Lember <kalevlember@gmail.com> - 95-5
|
|
|
|
- Simplify the mingw_make_install macro, also moving it to the deprecated
|
|
|
|
section
|
|
|
|
|
2012-03-12 22:17:04 +00:00
|
|
|
* Mon Mar 12 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 95-4
|
|
|
|
- Added a manual provides for the native windows library ksuser.dll as
|
|
|
|
wine doesn't have an implementation for this library at the moment
|
|
|
|
|
2012-03-06 17:58:43 +00:00
|
|
|
* Tue Mar 06 2012 Kalev Lember <kalevlember@gmail.com> - 95-3
|
|
|
|
- Merge copy-n-paste duplicate %%mingw32_debug_package code
|
2012-03-06 17:59:11 +00:00
|
|
|
- Get rid of the USE_OLD_METHOD hack in mingw-find-debuginfo.sh
|
2012-03-06 17:56:56 +00:00
|
|
|
- Add missing %mingw32_debug_install_post
|
2012-03-06 17:58:43 +00:00
|
|
|
|
2012-02-28 16:33:30 +00:00
|
|
|
* Tue Feb 28 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 95-2
|
|
|
|
- Fixed broken summary tags
|
|
|
|
|
Added support for both win32 and win64 targets
- Fixed rpmlint issues
- Fixed permissions of the scripts (775 -> 755)
- Fixed description of the various subpackages
- Make the various macros compliant with the new packaging guidelines:
https://fedorahosted.org/fpc/ticket/71
- Suppress arch-independent-package-contains-binary-or-object rpmlint
errors for static libraries
- Improved the mingw_configure, mingw_make, mingw_make_install,
mingw_cmake and mingw_cmake_kde4 RPM macros so packagers don't need
to use quotes anymore when using arguments. Thanks to Kalev Lember
for the initial proof of concept
- Dropped the -mms-bitfields argument from the default CFLAGS as
it is enabled by default as of gcc 4.7
- Replaced the CMake defines QT_HEADERS_DIR and QT_LIBRARY_DIR
with QT_BINARY_DIR which is a more proper method to make CMake
aware of the location of Qt. Thx to Dominik Schmidt for the hint
- Make sure CMake can detect the qmake-qt4 binary in /usr/$target/bin
- Make sure CMake can also detect the (native) Qt tools
qdbuscpp2xml and qdbusxml2cpp
- Added new RPM macros mingw_cmake_kde4, mingw32_cmake_kde4 and
mingw64_cmake_kde4
- Added three new environment variables which can be set to
influence the behaviour of the cmake macros:
MINGW_CMAKE_ARGS, MINGW32_CMAKE_ARGS and MINGW64_CMAKE_ARGS
- Dropped the mingw32-qmake-qt4 and mingw64-qmake-qt4 wrapper scripts
as they're now provided by the mingw{32,64}-qt-qmake packages
- Added a new RPM macro: %%{?mingw_package_header}
Packagers can use this macro instead of the original boilerplate
code which is needed for all mingw packages
- Made argument passing using the backwards compatibility macro
%%{_mingw32_cmake} work
- Fixed an issue in the mingw_cmake macro where it could point to
a non-existant CMakeLists.txt file
- Fixed a bug in the find-requires script which causes all packages to
depend
on both the mingw32 and the mingw64 toolchains
- Split out the RPM macros which require both the
mingw{32,64}-filesystem
packages in a new file and put it in the mingw-filesystem-base package
- Generate seperate debuginfo packages for mingw32 and mingw64
- Set the minimum version of R: mingw{32,64}-filesystem to 70
- Use the correct FSF-address in some scripts
- Thanks to all the contributors: Erik van Pienbroek, Kalev Lember,
Levente
Farkas, Marc-Andre Lureau.
2012-02-25 23:17:24 +00:00
|
|
|
* Sat Feb 25 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 95-1
|
|
|
|
- Added support for both win32 and win64 targets
|
|
|
|
- Fixed rpmlint issues
|
|
|
|
- Fixed permissions of the scripts (775 -> 755)
|
|
|
|
- Fixed description of the various subpackages
|
|
|
|
- Make the various macros compliant with the new packaging guidelines:
|
|
|
|
https://fedorahosted.org/fpc/ticket/71
|
|
|
|
- Suppress arch-independent-package-contains-binary-or-object rpmlint
|
|
|
|
errors for static libraries
|
|
|
|
- Improved the mingw_configure, mingw_make, mingw_make_install,
|
|
|
|
mingw_cmake and mingw_cmake_kde4 RPM macros so packagers don't need
|
|
|
|
to use quotes anymore when using arguments. Thanks to Kalev Lember
|
|
|
|
for the initial proof of concept
|
|
|
|
- Dropped the -mms-bitfields argument from the default CFLAGS as
|
|
|
|
it is enabled by default as of gcc 4.7
|
|
|
|
- Replaced the CMake defines QT_HEADERS_DIR and QT_LIBRARY_DIR
|
|
|
|
with QT_BINARY_DIR which is a more proper method to make CMake
|
|
|
|
aware of the location of Qt. Thx to Dominik Schmidt for the hint
|
|
|
|
- Make sure CMake can detect the qmake-qt4 binary in /usr/$target/bin
|
|
|
|
- Make sure CMake can also detect the (native) Qt tools
|
|
|
|
qdbuscpp2xml and qdbusxml2cpp
|
|
|
|
- Added new RPM macros mingw_cmake_kde4, mingw32_cmake_kde4 and mingw64_cmake_kde4
|
|
|
|
- Added three new environment variables which can be set to
|
|
|
|
influence the behaviour of the cmake macros:
|
|
|
|
MINGW_CMAKE_ARGS, MINGW32_CMAKE_ARGS and MINGW64_CMAKE_ARGS
|
|
|
|
- Dropped the mingw32-qmake-qt4 and mingw64-qmake-qt4 wrapper scripts
|
|
|
|
as they're now provided by the mingw{32,64}-qt-qmake packages
|
|
|
|
- Added a new RPM macro: %%{?mingw_package_header}
|
|
|
|
Packagers can use this macro instead of the original boilerplate
|
|
|
|
code which is needed for all mingw packages
|
|
|
|
- Made argument passing using the backwards compatibility macro %%{_mingw32_cmake} work
|
|
|
|
- Fixed an issue in the mingw_cmake macro where it could point to
|
|
|
|
a non-existant CMakeLists.txt file
|
|
|
|
- Fixed a bug in the find-requires script which causes all packages to depend
|
|
|
|
on both the mingw32 and the mingw64 toolchains
|
|
|
|
- Split out the RPM macros which require both the mingw{32,64}-filesystem
|
|
|
|
packages in a new file and put it in the mingw-filesystem-base package
|
|
|
|
- Generate seperate debuginfo packages for mingw32 and mingw64
|
|
|
|
- Set the minimum version of R: mingw{32,64}-filesystem to 70
|
|
|
|
- Use the correct FSF-address in some scripts
|
|
|
|
- Thanks to all the contributors: Erik van Pienbroek, Kalev Lember, Levente
|
|
|
|
Farkas, Marc-Andre Lureau.
|
|
|
|
|
2012-02-23 11:04:39 +00:00
|
|
|
* Thu Feb 23 2012 Kalev Lember <kalevlember@gmail.com> - 69-15
|
|
|
|
- Rename the source package to mingw-filesystem (#673784)
|
|
|
|
|
2012-02-05 19:32:21 +00:00
|
|
|
* Sun Feb 5 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 69-14
|
|
|
|
- Use a more complete list of Win32 default dlls based on the
|
|
|
|
dlls exported by wine (thanks to Levente Farkas). RHBZ #787486
|
|
|
|
|
2012-01-31 20:04:23 +00:00
|
|
|
* Tue Jan 31 2012 Kalev Lember <kalevlember@gmail.com> - 69-13
|
|
|
|
- Remove the mingw32-pkg-config wrapper as well, now that we have separate
|
|
|
|
mingw32-pkg-config package
|
|
|
|
|
2012-01-31 19:38:26 +00:00
|
|
|
* Tue Jan 31 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 69-12
|
|
|
|
- Don't provide the wrapper i686-pc-mingw32-pkg-config anymore as we now
|
|
|
|
have a mingw32-pkg-config package
|
|
|
|
|
2012-01-10 23:11:36 +00:00
|
|
|
* Tue Jan 10 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 69-11
|
|
|
|
- Set Boost_COMPILER to -gcc47 in cmake toolchain file
|
|
|
|
|
2011-11-22 22:52:28 +00:00
|
|
|
* Tue Nov 22 2011 Erik van Pienbroek <epienbro@fedoraproject.org> - 69-10
|
|
|
|
- Fixed a small regression introduced by the previous release which caused an
|
|
|
|
FTBFS for mingw32-matahari as indicated on the fedora-mingw mailing list
|
|
|
|
|
2011-11-16 00:35:40 +00:00
|
|
|
* Wed Nov 16 2011 Erik van Pienbroek <epienbro@fedoraproject.org> - 69-9
|
|
|
|
- Added various definitions to the CMake toolchain file (RHBZ #753906)
|
|
|
|
|
2011-08-02 07:34:01 +00:00
|
|
|
* Tue Aug 02 2011 Kalev Lember <kalevlember@gmail.com> - 69-8
|
|
|
|
- Added avicap32.dll and psapi.dll to the list of Win32 default DLLs
|
|
|
|
(thanks to Farkas Levente)
|
|
|
|
|
2011-07-13 12:29:09 +00:00
|
|
|
* Wed Jul 13 2011 Erik van Pienbroek <epienbro@fedoraproject.org> - 69-7
|
|
|
|
- Added glu32.dll and wsock32.dll to the list of Win32 default dll's
|
|
|
|
|
2011-07-06 18:37:30 +00:00
|
|
|
* Wed Jul 6 2011 Erik van Pienbroek <epienbro@fedoraproject.org> - 69-6
|
|
|
|
- Use a more complete list of Win32 default dll's
|
|
|
|
|
2011-07-06 18:32:35 +00:00
|
|
|
* Wed Jul 06 2011 Kalev Lember <kalevlember@gmail.com> - 69-5
|
|
|
|
- Fixed dep gen with upper case dll names
|
|
|
|
|
2011-07-01 12:05:10 +00:00
|
|
|
* Fri Jul 1 2011 Erik van Pienbroek <epienbro@fedoraproject.org> - 69-4
|
|
|
|
- The %%{_mingw32_qmake_qt4} macro pointed to an invalid mkspecs name. Fixed
|
|
|
|
|
2011-06-28 08:35:38 +00:00
|
|
|
* Tue Jun 28 2011 Kalev Lember <kalev@smartlink.ee> - 69-3
|
|
|
|
- Set Boost_COMPILER to -gcc46 in cmake toolchain file
|
|
|
|
|
2011-05-29 14:17:44 +00:00
|
|
|
* Sun May 29 2011 Kalev Lember <kalev@smartlink.ee> - 69-2
|
|
|
|
- Make sure the -debuginfo subpackages are mingw32- prefixed
|
|
|
|
even if the base package is mingw-
|
|
|
|
|
2011-05-24 07:50:37 +00:00
|
|
|
* Tue May 24 2011 Kalev Lember <kalev@smartlink.ee> - 69-1
|
|
|
|
- Adjusted PKG_CONFIG_LIBDIR to also search in _mingw32_datadir/pkgconfig/
|
2011-05-24 07:53:48 +00:00
|
|
|
- Own the sbin/ directory
|
2011-05-24 07:54:33 +00:00
|
|
|
- Fixed the -n option with _mingw32_debug_package macro
|
2011-05-24 07:50:37 +00:00
|
|
|
|
2011-05-23 03:24:48 +00:00
|
|
|
* Mon May 23 2011 Kalev Lember <kalev@smartlink.ee> - 68-3
|
|
|
|
- Own etc/, share/pkgconfig/, share/xml/ directories
|
|
|
|
|
2011-05-21 09:12:05 +00:00
|
|
|
* Sat May 21 2011 Kalev Lember <kalev@smartlink.ee> - 68-2
|
|
|
|
- Own the _mingw32_datadir/cmake/ directory
|
|
|
|
|
2011-05-20 10:27:53 +00:00
|
|
|
* Fri May 20 2011 Kalev Lember <kalev@smartlink.ee> - 68-1
|
|
|
|
- Support RPM 4.9 new "fileattr" dep extraction system
|
2011-05-20 10:30:59 +00:00
|
|
|
- Cleaned up the spec file from cruft not needed with latest rpm
|
2011-05-20 11:07:16 +00:00
|
|
|
- Generate versionless mingw32-filesystem Requires
|
2011-05-20 10:27:53 +00:00
|
|
|
|
2011-05-14 12:07:09 +00:00
|
|
|
* Sat May 14 2011 Erik van Pienbroek <epienbro@fedoraproject.org> - 67-1
|
|
|
|
- Don't unset PKG_CONFIG_PATH in the wrapper scripts
|
|
|
|
mingw32-pkg-config and i686-pc-mingw32-pkg-config (BZ #688171)
|
|
|
|
|
2011-05-01 08:22:31 +00:00
|
|
|
* Sun May 01 2011 Kalev Lember <kalev@smartlink.ee> - 66-1
|
|
|
|
- Override boost library suffix in cmake toolchain file
|
|
|
|
|
2011-03-17 13:11:52 +00:00
|
|
|
* Thu Mar 17 2011 Kalev Lember <kalev@smartlink.ee> - 65-1
|
|
|
|
- Don't error out trying to set illegal LD.BFD variable name
|
|
|
|
|
2011-02-08 18:27:19 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 64-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-01-12 15:11:42 +00:00
|
|
|
* Wed Jan 12 2011 Erik van Pienbroek <epienbro@fedoraproject.org> - 64-2
|
|
|
|
- Own the directory %%{_mingw32_datadir}/themes
|
|
|
|
|
|
|
|
* Sun Nov 14 2010 Ivan Romanov <drizt@land.ru> - 64-1
|
2010-11-14 10:08:36 +00:00
|
|
|
- Removed -win32 option for mingw32-qmake-qt4 (is obsoletes since qt version 4.7.0)
|
|
|
|
- Using win32-g++-fedora-cross instead fedora-win32-cross spec file
|
|
|
|
|
2010-11-11 22:39:31 +00:00
|
|
|
* Thu Nov 11 2010 Erik van Pienbroek <epienbro@fedoraproject.org> - 63-1
|
|
|
|
- Set the CMAKE_RC_COMPILER variable in the CMake toolchain file (RHBZ #652435)
|
|
|
|
|
2010-10-19 17:37:10 +00:00
|
|
|
* Tue Oct 19 2010 Ivan Romanov <drizt@land.ru> - 62-2
|
|
|
|
- Added mingw32-qmake-qt4
|
|
|
|
|
2010-10-11 18:41:36 +00:00
|
|
|
* Mon Oct 11 2010 Erik van Pienbroek <epienbro@fedoraproject.org> - 62-1
|
|
|
|
- Provide mingw32(odbc32.dll) for Qt
|
|
|
|
|
2010-09-12 15:59:51 +00:00
|
|
|
* Sun Sep 12 2010 Erik van Pienbroek <epienbro@fedoraproject.org> - 61-1
|
|
|
|
- Provide mingw32(gdiplus.dll) for gdk-pixbuf
|
|
|
|
|
2010-09-09 12:35:15 +00:00
|
|
|
* Thu Sep 9 2010 Richard W.M. Jones <rjones@redhat.com> - 60-1
|
|
|
|
- Provide virtual mingw32(ws2_32.dll) for libvirt.
|
|
|
|
|
2010-09-06 12:28:17 +00:00
|
|
|
* Mon Sep 06 2010 Kalev Lember <kalev@smartlink.ee> - 59-1
|
|
|
|
- Own /etc/rpmlint/ dir instead of depending on rpmlint package (RHBZ#629791)
|
|
|
|
|
2010-09-03 10:53:26 +00:00
|
|
|
* Fri Sep 3 2010 Richard W.M. Jones <rjones@redhat.com> - 58-1
|
|
|
|
- Remove requires setup and rpm (RHBZ#629791).
|
|
|
|
|
2010-06-08 13:17:52 +00:00
|
|
|
* Tue Jun 8 2010 Richard W.M. Jones <rjones@redhat.com> - 57-1
|
|
|
|
- Add provides mingw32(rpcrt4.dll) (RHBZ#594581).
|
|
|
|
|
2010-05-24 09:39:19 +00:00
|
|
|
* Mon May 24 2010 Kalev Lember <kalev@smartlink.ee> - 56-2
|
|
|
|
- Work around cmake's Qt detection in the toolchain file
|
|
|
|
|
2009-09-18 21:34:17 +00:00
|
|
|
* Fri Sep 18 2009 Erik van Pienbroek <epienbro@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
|
|
|
|
|
2009-09-01 21:42:50 +00:00
|
|
|
* Tue Sep 1 2009 Erik van Pienbroek <epienbro@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
|
|
|
|
quoted arguments could get interpreted incorrect.
|
|
|
|
Thanks to Michael Ploujnikov for helping out with this issue
|
|
|
|
|
2009-08-29 14:35:44 +00:00
|
|
|
* Sat Aug 29 2009 Erik van Pienbroek <epienbro@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)
|
|
|
|
|
2009-08-23 18:50:36 +00:00
|
|
|
* Sun Aug 23 2009 Erik van Pienbroek <epienbro@fedoraproject.org> - 53-1
|
|
|
|
- Fixed a small rpmlint warning caused by the debuginfo generation macro
|
|
|
|
Thanks to Kalev Lember for spotting this
|
|
|
|
|
2009-07-25 12:16:43 +00:00
|
|
|
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 52-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-06-24 17:27:24 +00:00
|
|
|
* Wed Jun 24 2009 Erik van Pienbroek <epienbro@fedoraproject.org> - 52-2
|
|
|
|
- Updated ChangeLog comment from previous version as the RPM variable
|
|
|
|
__debug_install_post needs to be overridden instead of __os_install_post
|
|
|
|
for -debuginfo subpackage generation
|
|
|
|
|
|
|
|
* Mon Jun 22 2009 Erik van Pienbroek <epienbro@fedoraproject.org> - 52-1
|
2009-06-22 10:18:35 +00:00
|
|
|
- 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:
|
2009-06-24 17:27:24 +00:00
|
|
|
%%define __debug_install_post %%{_mingw32_debug_install_post}
|
2009-06-22 10:18:35 +00:00
|
|
|
%%{_mingw32_debug_package}
|
|
|
|
|
2009-06-09 08:44:18 +00:00
|
|
|
* Thu Jun 4 2009 Adam Goode <adam@spicenitz.org> - 51-1
|
|
|
|
- Add CMake rules
|
|
|
|
|
2009-04-21 22:25:57 +00:00
|
|
|
* Tue Apr 21 2009 Richard W.M. Jones <rjones@redhat.com> - 50-4
|
|
|
|
- Fix dependency problem with + in DLL name (Thomas Sailer).
|
|
|
|
|
2009-03-27 09:20:25 +00:00
|
|
|
* Fri Mar 27 2009 Richard W.M. Jones <rjones@redhat.com> - 50-3
|
|
|
|
- Fix up and test mingw32-pkg-config changes.
|
|
|
|
|
|
|
|
* Thu Mar 26 2009 Levente Farkas <lfarkas@lfarkas.org> - 50-1
|
|
|
|
- Add mingw32-pkg-config.
|
|
|
|
|
2009-02-26 01:03:00 +00:00
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 49-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-02-20 21:07:22 +00:00
|
|
|
* Fri Feb 20 2009 Richard W.M. Jones <rjones@redhat.com> - 49-2
|
|
|
|
- Rebuild for mingw32-gcc 4.4
|
|
|
|
|
2009-02-19 13:30:05 +00:00
|
|
|
* Thu Feb 19 2009 Richard W.M. Jones <rjones@redhat.com> - 49-1
|
|
|
|
- Added virtual provides for mingw32(cfgmgr32.dll) and mingw32(setupapi.dll).
|
|
|
|
|
2009-02-18 17:06:07 +00:00
|
|
|
* Wed Feb 18 2009 Richard W.M. Jones <rjones@redhat.com> - 48-1
|
|
|
|
- Fix _mingw32_configure.
|
|
|
|
|
2009-02-17 08:37:27 +00:00
|
|
|
* Tue Feb 17 2009 Richard W.M. Jones <rjones@redhat.com> - 47-1
|
|
|
|
- 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-01 23:15:40 +00:00
|
|
|
* Sun Feb 1 2009 Richard W.M. Jones <rjones@redhat.com> - 46-1
|
|
|
|
- Unset PKG_CONFIG_PATH because /usr/lib/rpm/macros sets it (Erik van
|
|
|
|
Pienbroek).
|
|
|
|
|
2009-01-30 09:38:05 +00:00
|
|
|
* Wed Jan 28 2009 Richard W.M. Jones <rjones@redhat.com> - 45-1
|
|
|
|
- Use PKG_CONFIG_LIBDIR instead of PKG_CONFIG_PATH so that native pkgconfig
|
|
|
|
is never searched.
|
|
|
|
|
2009-01-26 17:21:27 +00:00
|
|
|
* Mon Jan 26 2009 Richard W.M. Jones <rjones@redhat.com> - 44-1
|
|
|
|
- Install rpmlint overrides file to suppress some rpmlint warnings.
|
|
|
|
|
2009-01-24 18:11:43 +00:00
|
|
|
* Sat Jan 24 2009 Richard W.M. Jones <rjones@redhat.com> - 43-6
|
|
|
|
- Don't claim C++ compiler exists if it's not installed, as this
|
|
|
|
breaks autoconf and (in particular) libtool.
|
|
|
|
|
2009-01-14 10:18:27 +00:00
|
|
|
* Wed Jan 14 2009 Richard W.M. Jones <rjones@redhat.com> - 42-1
|
|
|
|
- Add pseudo-provides secur32.dll
|
|
|
|
|
2008-12-18 10:53:30 +00:00
|
|
|
* Wed Dec 17 2008 Levente Farkas <lfarkas@lfarkas.org> - 41-1
|
|
|
|
- Re-add mingw32-make
|
|
|
|
|
2008-12-06 14:33:41 +00:00
|
|
|
* Sat Dec 6 2008 Levente Farkas <lfarkas@lfarkas.org> - 40-2
|
|
|
|
- Rewrite mingw32-scripts to run in the current shell
|
|
|
|
- (Re-add mingw32-make) - Removed by RWMJ.
|
|
|
|
- Add mingw32-env to mingw32.sh
|
|
|
|
|
2008-11-24 16:08:07 +00:00
|
|
|
* Mon Nov 24 2008 Richard W.M. Jones <rjones@redhat.com> - 39-3
|
|
|
|
- Unify mingw32-filesystem packages from all three branches again, and test.
|
|
|
|
- Fix mingw32-scripts so it can handle extra parameters correctly.
|
|
|
|
- Remove mingw32-env & mingw32-make since neither of them actually work.
|
|
|
|
|
2008-11-23 22:18:00 +00:00
|
|
|
* Sun Nov 23 2008 Richard Jones <rjones@redhat.com> - 38-1
|
|
|
|
- Added mingw32(glut32.dll).
|
|
|
|
|
2008-11-19 18:02:20 +00:00
|
|
|
* Wed Nov 19 2008 Richard Jones <rjones@redhat.com> - 37-1
|
|
|
|
- Revert part of the 36-1 patch. --build option to configure was wrong.
|
|
|
|
|
2008-11-19 15:33:30 +00:00
|
|
|
* Wed Nov 19 2008 Richard Jones <rjones@redhat.com> - 36-1
|
|
|
|
- Greatly improved macros (Levente Farkas).
|
|
|
|
- Added -mms-bitfields.
|
|
|
|
|
2008-11-13 16:40:51 +00:00
|
|
|
* Thu Nov 13 2008 Richard Jones <rjones@redhat.com> - 35-1
|
|
|
|
- Added mingw32(wldap32.dll) pseudo-provides.
|
|
|
|
|
2008-10-30 09:49:17 +00:00
|
|
|
* Wed Oct 29 2008 Richard Jones <rjones@redhat.com> - 34-1
|
|
|
|
- Set --prefix correctly.
|
|
|
|
|
|
|
|
* Wed Oct 29 2008 Richard Jones <rjones@redhat.com> - 33-1
|
|
|
|
- Remove mingw32.{sh,csh} which are unused.
|
|
|
|
|
|
|
|
* Mon Oct 27 2008 Richard Jones <rjones@redhat.com> - 32-1
|
|
|
|
- Add mingw32-configure script.
|
|
|
|
|
|
|
|
* Mon Oct 27 2008 Richard Jones <rjones@redhat.com> - 31-1
|
|
|
|
- Update the spec file with explanation of the 'Provides: mingw32(...)'
|
|
|
|
lines for Windows system DLLs.
|
|
|
|
|
|
|
|
* Mon Oct 6 2008 Richard Jones <rjones@redhat.com> - 30-1
|
|
|
|
- Added _mingw32_cxx.
|
|
|
|
|
|
|
|
* Thu Sep 25 2008 Richard Jones <rjones@redhat.com> - 29-1
|
|
|
|
- Added _mingw32_as, _mingw32_dlltool, _mingw32_windres.
|
|
|
|
|
|
|
|
* Wed Sep 24 2008 Richard W.M. Jones <rjones@redhat.com> - 27-1
|
|
|
|
- Begin the grand renaming of mingw -> mingw32.
|
|
|
|
- Added mingw32(mscoree.dll).
|
|
|
|
|
|
|
|
* Sun Sep 21 2008 Richard W.M. Jones <rjones@redhat.com> - 25-1
|
|
|
|
- Add shared aclocal directory.
|
|
|
|
|
|
|
|
* Sun Sep 21 2008 Richard W.M. Jones <rjones@redhat.com> - 24-1
|
|
|
|
- Remove mingw-defs, since no longer used.
|
|
|
|
- Add _mingw_infodir.
|
|
|
|
|
|
|
|
* Thu Sep 11 2008 Daniel P. Berrange <berrange@redhat.com> - 23-1
|
|
|
|
- Add macros for find-provides/requires scripts
|
|
|
|
|
|
|
|
* Wed Sep 10 2008 Richard W.M. Jones <rjones@redhat.com> - 22-1
|
|
|
|
- Windows provides OLE32.DLL.
|
|
|
|
|
|
|
|
* Wed Sep 10 2008 Richard W.M. Jones <rjones@redhat.com> - 21-1
|
|
|
|
- Allow '.' in dll names for find-requires
|
|
|
|
- Windows provides GDI32.DLL.
|
|
|
|
|
|
|
|
* Fri Sep 5 2008 Richard W.M. Jones <rjones@redhat.com> - 20-1
|
|
|
|
- On 64 bit install in /usr/lib/rpm always.
|
|
|
|
|
|
|
|
* Thu Sep 4 2008 Richard W.M. Jones <rjones@redhat.com> - 19-1
|
|
|
|
- 'user32.dll' is provided by Windows.
|
|
|
|
- Allow '-' in DLL names.
|
|
|
|
- More accurate detection of DLLs in requires/provides scripts.
|
|
|
|
|
|
|
|
* Mon Sep 4 2008 Richard W.M. Jones <rjones@redhat.com> - 17-1
|
|
|
|
- Automatically add mingw-filesystem and mingw-runtime requires.
|
|
|
|
- Add --prefix to _mingw_configure macro.
|
|
|
|
- Three backslashes required on each continuation line in RPM macros.
|
|
|
|
|
|
|
|
* Mon Sep 4 2008 Richard W.M. Jones <rjones@redhat.com> - 14-1
|
|
|
|
- Fix path to mingw-find-requires/provides scripts.
|
|
|
|
|
|
|
|
* Mon Sep 4 2008 Richard W.M. Jones <rjones@redhat.com> - 12-1
|
|
|
|
- Put CFLAGS on a single line to avoid problems in some configure scripts.
|
|
|
|
|
|
|
|
* Mon Sep 4 2008 Richard W.M. Jones <rjones@redhat.com> - 10-1
|
|
|
|
- Provides certain base Windows DLLs (not literally).
|
|
|
|
|
|
|
|
* Mon Sep 4 2008 Richard W.M. Jones <rjones@redhat.com> - 9-1
|
|
|
|
- Include RPM dependency generators and definitions.
|
|
|
|
|
|
|
|
* Mon Sep 4 2008 Richard W.M. Jones <rjones@redhat.com> - 4-1
|
|
|
|
- Add _mingw_cc/cflags/etc. and _mingw_configure macros.
|
|
|
|
|
|
|
|
* Mon Sep 4 2008 Richard W.M. Jones <rjones@redhat.com> - 3-1
|
|
|
|
- Add _mingw_host macro.
|
|
|
|
|
|
|
|
* Mon Sep 4 2008 Richard W.M. Jones <rjones@redhat.com> - 2-1
|
|
|
|
- Add _mingw_sysroot macro.
|
|
|
|
- Add _mingw_target macro.
|
|
|
|
|
|
|
|
* Mon Sep 4 2008 Richard W.M. Jones <rjones@redhat.com> - 1-1
|
|
|
|
- Basic filesystem layout.
|