diff --git a/.gitignore b/.gitignore deleted file mode 100644 index e69de29..0000000 diff --git a/COPYING b/COPYING deleted file mode 100644 index d159169..0000000 --- a/COPYING +++ /dev/null @@ -1,339 +0,0 @@ - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 - - Copyright (C) 1989, 1991 Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -License is intended to guarantee your freedom to share and change free -software--to make sure the software is free for all its users. This -General Public License applies to most of the Free Software -Foundation's software and to any other program whose authors commit to -using it. (Some other Free Software Foundation software is covered by -the GNU Lesser General Public License instead.) You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. - - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if you -distribute copies of the software, or if you modify it. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must give the recipients all the rights that -you have. You must make sure that they, too, receive or can get the -source code. And you must show them these terms so they know their -rights. - - We protect your rights with two steps: (1) copyright the software, and -(2) offer you this license which gives you legal permission to copy, -distribute and/or modify the software. - - Also, for each author's protection and ours, we want to make certain -that everyone understands that there is no warranty for this free -software. If the software is modified by someone else and passed on, we -want its recipients to know that what they have is not the original, so -that any problems introduced by others will not reflect on the original -authors' reputations. - - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that redistributors of a free -program will individually obtain patent licenses, in effect making the -program proprietary. To prevent this, we have made it clear that any -patent must be licensed for everyone's free use or not licensed at all. - - The precise terms and conditions for copying, distribution and -modification follow. - - GNU GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License applies to any program or other work which contains -a notice placed by the copyright holder saying it may be distributed -under the terms of this General Public License. The "Program", below, -refers to any such program or work, and a "work based on the Program" -means either the Program or any derivative work under copyright law: -that is to say, a work containing the Program or a portion of it, -either verbatim or with modifications and/or translated into another -language. (Hereinafter, translation is included without limitation in -the term "modification".) Each licensee is addressed as "you". - -Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running the Program is not restricted, and the output from the Program -is covered only if its contents constitute a work based on the -Program (independent of having been made by running the Program). -Whether that is true depends on what the Program does. - - 1. You may copy and distribute verbatim copies of the Program's -source code as you receive it, in any medium, provided that you -conspicuously and appropriately publish on each copy an appropriate -copyright notice and disclaimer of warranty; keep intact all the -notices that refer to this License and to the absence of any warranty; -and give any other recipients of the Program a copy of this License -along with the Program. - -You may charge a fee for the physical act of transferring a copy, and -you may at your option offer warranty protection in exchange for a fee. - - 2. You may modify your copy or copies of the Program or any portion -of it, thus forming a work based on the Program, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) You must cause the modified files to carry prominent notices - stating that you changed the files and the date of any change. - - b) You must cause any work that you distribute or publish, that in - whole or in part contains or is derived from the Program or any - part thereof, to be licensed as a whole at no charge to all third - parties under the terms of this License. - - c) If the modified program normally reads commands interactively - when run, you must cause it, when started running for such - interactive use in the most ordinary way, to print or display an - announcement including an appropriate copyright notice and a - notice that there is no warranty (or else, saying that you provide - a warranty) and that users may redistribute the program under - these conditions, and telling the user how to view a copy of this - License. (Exception: if the Program itself is interactive but - does not normally print such an announcement, your work based on - the Program is not required to print an announcement.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Program, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Program, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Program. - -In addition, mere aggregation of another work not based on the Program -with the Program (or with a work based on the Program) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may copy and distribute the Program (or a work based on it, -under Section 2) in object code or executable form under the terms of -Sections 1 and 2 above provided that you also do one of the following: - - a) Accompany it with the complete corresponding machine-readable - source code, which must be distributed under the terms of Sections - 1 and 2 above on a medium customarily used for software interchange; or, - - b) Accompany it with a written offer, valid for at least three - years, to give any third party, for a charge no more than your - cost of physically performing source distribution, a complete - machine-readable copy of the corresponding source code, to be - distributed under the terms of Sections 1 and 2 above on a medium - customarily used for software interchange; or, - - c) Accompany it with the information you received as to the offer - to distribute corresponding source code. (This alternative is - allowed only for noncommercial distribution and only if you - received the program in object code or executable form with such - an offer, in accord with Subsection b above.) - -The source code for a work means the preferred form of the work for -making modifications to it. For an executable work, complete source -code means all the source code for all modules it contains, plus any -associated interface definition files, plus the scripts used to -control compilation and installation of the executable. However, as a -special exception, the source code distributed need not include -anything that is normally distributed (in either source or binary -form) with the major components (compiler, kernel, and so on) of the -operating system on which the executable runs, unless that component -itself accompanies the executable. - -If distribution of executable or object code is made by offering -access to copy from a designated place, then offering equivalent -access to copy the source code from the same place counts as -distribution of the source code, even though third parties are not -compelled to copy the source along with the object code. - - 4. You may not copy, modify, sublicense, or distribute the Program -except as expressly provided under this License. Any attempt -otherwise to copy, modify, sublicense or distribute the Program is -void, and will automatically terminate your rights under this License. -However, parties who have received copies, or rights, from you under -this License will not have their licenses terminated so long as such -parties remain in full compliance. - - 5. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Program or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Program (or any work based on the -Program), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Program or works based on it. - - 6. Each time you redistribute the Program (or any work based on the -Program), the recipient automatically receives a license from the -original licensor to copy, distribute or modify the Program subject to -these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to -this License. - - 7. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Program at all. For example, if a patent -license would not permit royalty-free redistribution of the Program by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. - -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply and the section as a whole is intended to apply in other -circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system, which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 8. If the distribution and/or use of the Program is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Program under this License -may add an explicit geographical distribution limitation excluding -those countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. - - 9. The Free Software Foundation may publish revised and/or new versions -of the General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any -later version", you have the option of following the terms and conditions -either of that version or of any later version published by the Free -Software Foundation. If the Program does not specify a version number of -this License, you may choose any version ever published by the Free Software -Foundation. - - 10. If you wish to incorporate parts of the Program into other free -programs whose distribution conditions are different, write to the author -to ask for permission. For software which is copyrighted by the Free -Software Foundation, write to the Free Software Foundation; we sometimes -make exceptions for this. Our decision will be guided by the two goals -of preserving the free status of all derivatives of our free software and -of promoting the sharing and reuse of software generally. - - NO WARRANTY - - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY -FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN -OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES -PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED -OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS -TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE -PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, -REPAIR OR CORRECTION. - - 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR -REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, -INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING -OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED -TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY -YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER -PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License along - with this program; if not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - -Also add information on how to contact you by electronic and paper mail. - -If the program is interactive, make it output a short notice like this -when it starts in an interactive mode: - - Gnomovision version 69, Copyright (C) year name of author - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may -be called something other than `show w' and `show c'; they could even be -mouse-clicks or menu items--whatever suits your program. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the program, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - `Gnomovision' (which makes passes at compilers) written by James Hacker. - - , 1 April 1989 - Ty Coon, President of Vice - -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. diff --git a/README.md b/README.md deleted file mode 100644 index 232a29e..0000000 --- a/README.md +++ /dev/null @@ -1,16 +0,0 @@ -Building the MinGW environment -============================== - -Build order: - -- mingw-filesystem -- mingw-binutils -- mingw-headers (bundle_dummy_pthread_headers=1) -- mingw-w64-tools -- mingw-gcc (bootstrap=1) -- mingw-crt (bootstrap=1) -- mingw-crt (bootstrap=0) -- mingw-winpthreads -- mingw-headers (bundle_dummy_pthread_headers=0) -- mingw-gcc (bootstrap=0) -- mingw-gdb diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..0a0f899 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +All mingw packages have been retired in EPEL 7, see https://pagure.io/fesco/issue/2333 diff --git a/iso_3166.sed b/iso_3166.sed deleted file mode 100644 index 705dbdb..0000000 --- a/iso_3166.sed +++ /dev/null @@ -1,31 +0,0 @@ -1,/\)!{ - x - s/^$// - # we are on the first iso-code--nothing to process here - t - # process and write to output - s/\s\+/ /g - s/!! - # use '%' as a separator of parsed and unparsed input - s/\(.*\)alpha_2_code="\([^"]\+\)"\(.*\)/\2 % \1 \3/ - s/\([^%]\+\)%\(.*\)alpha_3_code="\([^"]\+\)"\(.*\)/\1% \2 \4/ - # clear subst. memory for the next t - t clear - :clear - s/\([^%]\+\)%\(.*\)numeric_code="\([^"]\+\)"\(.*\)/\1% \2 \4/ - t name - # no 3166 code--write xx - s/%/\tXX %/ - :name - s/\([^%]\+\)%\(.*\)name="\([^"]\+\)"\(.*\)/\1\t\3/ - s/ \t/\t/g - p - b - :noout -} - -H diff --git a/iso_639.sed b/iso_639.sed deleted file mode 100644 index e7e4d05..0000000 --- a/iso_639.sed +++ /dev/null @@ -1,31 +0,0 @@ -1,/\)!{ - x - s/^$// - # we are on the first iso-code--nothing to process here - t - # process and write to output - s/\s\+/ /g - s/!! - # use '%' as a separator of parsed and unparsed input - s/\(.*\)iso_639_2T_code="\([^"]\+\)"\(.*\)/\2 % \1 \3/ - s/\([^%]\+\)%\(.*\)iso_639_2B_code="\([^"]\+\)"\(.*\)/\1\t\3 % \2 \4/ - # clear subst. memory for the next t - t clear - :clear - s/\([^%]\+\)%\(.*\)iso_639_1_code="\([^"]\+\)"\(.*\)/\1\t\3 % \2 \4/ - t name - # no 639-1 code--write xx - s/%/\tXX %/ - :name - s/\([^%]\+\)%\(.*\)name="\([^"]\+\)"\(.*\)/\1\t\3/ - s/ \t/\t/g - p - b - :noout -} - -H diff --git a/lang-exceptions b/lang-exceptions deleted file mode 100644 index 8568e5f..0000000 --- a/lang-exceptions +++ /dev/null @@ -1,99 +0,0 @@ -# This file contains a list of locality-specifc locales for which we ship -# translations. -# -# The easiest way to generate this file is something along the lines of: -# -# repoquery -qal | awk -F '/' '/^\/usr\/share\/locale\/[a-z]*[_@]+/ { print $5 }' | sort -u -# -# and then sorting out the various invalid entires. (all_languages, locales -# with charset definitions (.UTF-8, etc.)) -af_ZA -am_ET -ast_ES -az_IR -bg_BG -bn_IN -ca@valencia -ca_ES -ca_ES@valencian -cs_CZ -de_AT -de_CH -de_DE -default -el_GR -en_AU -en_CA -en_GB -en_US -en_NZ -es_AR -es_CL -es_CO -es_CR -es_DO -es_EC -es_ES -es_GT -es_HN -es_MX -es_NI -es_PA -es_PE -es_PR -es_SV -es_UY -es_VE -et_EE -eu_ES -fa_IR -fi_FI -fr_BE -fr_CA -fr_CH -fr_FR -gl_ES -he_IL -hr_HR -hu_HU -it_CH -it_IT -ja_JP -ko_KR -ks@devanagari -lv_LV -ms_MY -my_MM -nb_NO -nds_DE -nl_BE -nl_NL -pl_PL -pt_BR -pt_PT -ru_RU -sl_SI -sq_AL -sr_RS -sv_SE -uk_UA -ur_PK -zh_CN -zh_CN.GB2312 -zh_HK -zh_TW -zh_TW.Big5 -en@boldquot -en@quot -nds@NFE -sr@ije -sr@ijekavian -sr@ijekavianlatin -sr@latin -sr@Latn -uz@cyrillic -uz@Latn -be@latin -en@shaw -brx -brx_IN diff --git a/macros.mingw b/macros.mingw deleted file mode 100644 index d82abb3..0000000 --- a/macros.mingw +++ /dev/null @@ -1,214 +0,0 @@ -# RPM macros for the Fedora MinGW Cross Compiler collection - -%mingw_build_targets mingw32 mingw64 ucrt64 -%mingw_build_win32 1 -%mingw_build_win64 1 -%mingw_build_ucrt64 0 - -%mingw_strip mingw-strip -%mingw_objdump mingw-objdump -%mingw_objcopy mingw-objcopy -%mingw_nm mingw-nm - -%mingw_finddebuginfo %{_rpmconfigdir}/mingw-find-debuginfo.sh - -%mingw_find_lang %{_rpmconfigdir}/mingw-find-lang.sh %{buildroot} - -%mingw_debug_install_post %{mingw_finddebuginfo} %{_builddir}/%{?buildsubdir} %{mingw_build_targets} - -%mingw_debug_package \ -%global __debug_package 1 \ -%if 0%{?mingw_build_win32} == 1 \ -%{?mingw32_debug_package} \ -%endif \ -%if 0%{?mingw_build_win64} == 1 \ -%{?mingw64_debug_package} \ -%endif \ -%if 0%{?mingw_build_ucrt64} == 1 \ -%{?ucrt64_debug_package} \ -%endif \ -%{nil} - -%mingw_package_header \ -%global __strip %{mingw_strip} \ -%global __objdump %{mingw_objdump} \ -%global __debug_install_post %%{mingw_debug_install_post} \ -%{nil} - -%mingw_configure \ -run_mingw_configure() \ -{ \ -[ "%_configure_gnuconfig_hack" = 1 ] && for i in $(find . -name config.guess -o -name config.sub) ; do \ - [ -f /usr/lib/rpm/redhat/$(basename $i) ] && %{__rm} -f $i && %{__cp} -fv /usr/lib/rpm/redhat/$(basename $i) $i ; \ -done ; \ -%if 0%{?mingw_build_win32} == 1 \ -mkdir -p build_win32$MINGW_BUILDDIR_SUFFIX \ -pushd build_win32$MINGW_BUILDDIR_SUFFIX \ - %{?mingw32_configure} "$@" \ -popd \ -%endif \ -%if 0%{?mingw_build_win64} == 1 \ -mkdir -p build_win64$MINGW_BUILDDIR_SUFFIX \ -pushd build_win64$MINGW_BUILDDIR_SUFFIX \ - %{?mingw64_configure} "$@" \ -popd \ -%endif \ -%if 0%{?mingw_build_ucrt64} == 1 \ -mkdir -p build_ucrt64$MINGW_BUILDDIR_SUFFIX \ -pushd build_ucrt64$MINGW_BUILDDIR_SUFFIX \ - %{?ucrt64_configure} "$@" \ -popd \ -%endif \ -} \ -run_mingw_configure - -%mingw_make \ -run_mingw_make() \ -{ \ -%if 0%{?mingw_build_win32} == 1 \ -%{mingw32_env} \ -%{__make} -C build_win32$MINGW_BUILDDIR_SUFFIX "$@" $MINGW32_MAKE_ARGS \ -%endif \ -%if 0%{?mingw_build_win64} == 1 \ -%{mingw64_env} \ -%{__make} -C build_win64$MINGW_BUILDDIR_SUFFIX "$@" $MINGW64_MAKE_ARGS \ -%endif \ -%if 0%{?mingw_build_ucrt64} == 1 \ -%{ucrt64_env} \ -%{__make} -C build_ucrt64$MINGW_BUILDDIR_SUFFIX "$@" $UCRT64_MAKE_ARGS \ -%endif \ -} \ -run_mingw_make - -%mingw_cmake \ -run_mingw_cmake() \ -{ \ -%if 0%{?mingw_build_win32} == 1 \ -mkdir -p build_win32$MINGW_BUILDDIR_SUFFIX \ -pushd build_win32$MINGW_BUILDDIR_SUFFIX \ - %{?mingw32_cmake "$@"} \ -popd \ -%endif \ -%if 0%{?mingw_build_win64} == 1 \ -mkdir -p build_win64$MINGW_BUILDDIR_SUFFIX \ -pushd build_win64$MINGW_BUILDDIR_SUFFIX \ - %{?mingw64_cmake "$@"} \ -popd \ -%endif \ -%if 0%{?mingw_build_ucrt64} == 1 \ -mkdir -p build_ucrt64$MINGW_BUILDDIR_SUFFIX \ -pushd build_ucrt64$MINGW_BUILDDIR_SUFFIX \ - %{?ucrt64_cmake "$@"} \ -popd \ -%endif \ -} \ -run_mingw_cmake - - -%mingw_qmake_qt5 \ -run_mingw_qmake_qt5() \ -{ \ -%if 0%{?mingw_build_win32} == 1 \ -mkdir -p build_win32$MINGW_BUILDDIR_SUFFIX \ -pushd build_win32$MINGW_BUILDDIR_SUFFIX \ - %{?mingw32_qmake_qt5} "$@" \ -popd \ -%endif \ -%if 0%{?mingw_build_win64} == 1 \ -mkdir -p build_win64$MINGW_BUILDDIR_SUFFIX \ -pushd build_win64$MINGW_BUILDDIR_SUFFIX \ - %{?mingw64_qmake_qt5} "$@" \ -popd \ -%endif \ -%if 0%{?mingw_build_ucrt64} == 1 \ -mkdir -p build_ucrt64$MINGW_BUILDDIR_SUFFIX \ -pushd build_ucrt64$MINGW_BUILDDIR_SUFFIX \ - %{?ucrt64_qmake_qt5} "$@" \ -popd \ -%endif \ -} \ -run_mingw_qmake_qt5 - - -%mingw_qmake_qt6 \ -run_mingw_qmake_qt6() \ -{ \ -%if 0%{?mingw_build_win32} == 1 \ -mkdir -p build_win32$MINGW_BUILDDIR_SUFFIX \ -pushd build_win32$MINGW_BUILDDIR_SUFFIX \ - %{?mingw32_qmake_qt6} "$@" \ -popd \ -%endif \ -%if 0%{?mingw_build_win64} == 1 \ -mkdir -p build_win64$MINGW_BUILDDIR_SUFFIX \ -pushd build_win64$MINGW_BUILDDIR_SUFFIX \ - %{?mingw64_qmake_qt6} "$@" \ -popd \ -%endif \ -%if 0%{?mingw_build_ucrt64} == 1 \ -mkdir -p build_ucrt64$MINGW_BUILDDIR_SUFFIX \ -pushd build_ucrt64$MINGW_BUILDDIR_SUFFIX \ - %{?ucrt64_qmake_qt6} "$@" \ -popd \ -%endif \ -} \ -run_mingw_qmake_qt6 - - -%mingw_meson \ -run_mingw_meson() \ -{ \ -%if 0%{?mingw_build_win32} == 1 \ -mkdir -p build_win32$MINGW_BUILDDIR_SUFFIX \ -pushd build_win32$MINGW_BUILDDIR_SUFFIX \ - %{?mingw32_meson "$@"} \ -popd \ -%endif \ -%if 0%{?mingw_build_win64} == 1 \ -mkdir -p build_win64$MINGW_BUILDDIR_SUFFIX \ -pushd build_win64$MINGW_BUILDDIR_SUFFIX \ - %{?mingw64_meson "$@"} \ -popd \ -%endif \ -%if 0%{?mingw_build_ucrt64} == 1 \ -mkdir -p build_ucrt64$MINGW_BUILDDIR_SUFFIX \ -pushd build_ucrt64$MINGW_BUILDDIR_SUFFIX \ - %{?ucrt64_meson "$@"} \ -popd \ -%endif \ -} \ -run_mingw_meson - -%mingw_ninja \ -run_mingw_ninja() \ -{ \ -%if 0%{?mingw_build_win32} == 1 \ -ninja -C build_win32$MINGW_BUILDDIR_SUFFIX "$@" $MINGW32_NINJA_ARGS \ -%endif \ -%if 0%{?mingw_build_win64} == 1 \ -ninja -C build_win64$MINGW_BUILDDIR_SUFFIX "$@" $MINGW64_NINJA_ARGS \ -%endif \ -%if 0%{?mingw_build_ucrt64} == 1 \ -ninja -C build_ucrt64$MINGW_BUILDDIR_SUFFIX "$@" $UCRT64_NINJA_ARGS \ -%endif \ -} \ -run_mingw_ninja - -%mingw_ninja_install \ -run_mingw_ninja_install() \ -{ \ -%if 0%{?mingw_build_win32} == 1 \ -DESTDIR=%{buildroot} ninja -C build_win32$MINGW_BUILDDIR_SUFFIX install \ -%endif \ -%if 0%{?mingw_build_win64} == 1 \ -DESTDIR=%{buildroot} ninja -C build_win64$MINGW_BUILDDIR_SUFFIX install \ -%endif \ -%if 0%{?mingw_build_ucrt64} == 1 \ -DESTDIR=%{buildroot} ninja -C build_ucrt64$MINGW_BUILDDIR_SUFFIX install \ -%endif \ -} \ -run_mingw_ninja_install - - -%mingw_make_build %mingw_make %{_make_output_sync} %{?_smp_mflags} %{_make_verbose} -%mingw_make_install %mingw_make install DESTDIR=%{?buildroot} INSTALL="%{__install} -p" diff --git a/macros.mingw32 b/macros.mingw32 deleted file mode 100644 index 0b2a751..0000000 --- a/macros.mingw32 +++ /dev/null @@ -1,200 +0,0 @@ -# RPM macros for Fedora MinGW. - -%mingw32_pkg_name %(echo %{name} | sed -E 's/^(mingw-|)/mingw32-/') -%mingw32_target i686-w64-mingw32 - -# Paths. -%mingw32_sysroot %{_prefix}/%{mingw32_target}/sys-root -%mingw32_prefix %{mingw32_sysroot}/mingw -%mingw32_exec_prefix %{mingw32_prefix} -%mingw32_bindir %{mingw32_exec_prefix}/bin -%mingw32_sbindir %{mingw32_exec_prefix}/sbin -%mingw32_libexecdir %{mingw32_exec_prefix}/libexec -%mingw32_libdir %{mingw32_exec_prefix}/lib -%mingw32_datadir %{mingw32_prefix}/share -%mingw32_docdir %{mingw32_prefix}/share/doc -%mingw32_infodir %{mingw32_prefix}/share/info -%mingw32_mandir %{mingw32_prefix}/share/man -%mingw32_sysconfdir %{mingw32_prefix}/etc -%mingw32_sharedstatedir %{mingw32_prefix}/com -%mingw32_localstatedir %{mingw32_prefix}/var -%mingw32_includedir %{mingw32_prefix}/include - -# Build macros. -%mingw32_host %{mingw32_target} - -%mingw32_cflags %{mingw32_cppflags} -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions --param=ssp-buffer-size=4 -%mingw32_cppflags %{nil} -%mingw32_fflags -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions --param=ssp-buffer-size=4 -%mingw32_ldflags -fstack-protector -lssp -%mingw32_rustflags -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cforce-frame-pointers=yes --cap-lints=warn - -%mingw32_cc %{mingw32_target}-gcc -%mingw32_cxx %{mingw32_target}-g++ -%mingw32_cpp %{mingw32_target}-gcc -E -%mingw32_addr2line %{mingw32_target}-addr2line -%mingw32_ar %{mingw32_target}-ar -%mingw32_as %{mingw32_target}-as -%mingw32_dlltool %{mingw32_target}-dlltool -%mingw32_dllwrap %{mingw32_target}-dllwrap -%mingw32_gcov %{mingw32_target}-gcov -%mingw32_gprof %{mingw32_target}-gprof -%mingw32_ld %{mingw32_target}-ld -%mingw32_nm %{mingw32_target}-nm -%mingw32_objcopy %{mingw32_target}-objcopy -%mingw32_objdump %{mingw32_target}-objdump -%mingw32_ranlib %{mingw32_target}-ranlib -%mingw32_readelf %{mingw32_target}-readelf -%mingw32_size %{mingw32_target}-size -%mingw32_strings %{mingw32_target}-strings -%mingw32_strip %{mingw32_target}-strip -%mingw32_windmc %{mingw32_target}-windmc -%mingw32_windres %{mingw32_target}-windres - -%mingw32_env unset $(/usr/bin/env | grep -E '^(\w+)=(.*)$' | grep -Evw 'PWD|USER|LANG' | /usr/bin/cut -d= -f1); \ - if test -z "$PATH_ORIG" ; then \ - PATH_ORIG="$PATH"; export PATH_ORIG; \ - fi; \ - PATH="%{mingw32_bindir}:$PATH_ORIG"; export PATH; \ - HOST_CC=gcc; export HOST_CC; \ - unset PKG_CONFIG_PATH; \ - _PREFIX="%{_bindir}/%{mingw32_target}-"; \ - for i in `ls -1 ${_PREFIX}* | grep -v 'gcc-'`; do \ - x=`echo $i|sed "s,${_PREFIX},,"|tr "a-z+-." "A-ZX__"`; \ - declare -x $x="$i" ; export $x; \ - done; \ - unset _PREFIX; \ - CC="${MINGW32_CC:-%mingw32_cc}"; export CC; \ - CFLAGS="${MINGW32_CFLAGS-%mingw32_cflags}"; export CFLAGS; \ - CPPFLAGS="${MINGW32_CPPFLAGS-%mingw32_cppflags}"; export CPPFLAGS; \ - if [ -x "%{_bindir}/%{mingw32_cxx}" ]; then \ - CXX="${MINGW32_CXX:-%mingw32_cxx}"; export CXX; \ - CXXFLAGS="${MINGW32_CXXFLAGS-%mingw32_cflags}"; export CXXFLAGS; \ - else \ - CXX=; export CXX; \ - ac_cv_prog_CXX=no; export ac_cv_prog_CXX; \ - CXXFLAGS=; export CXXFLAGS; \ - fi; \ - FFLAGS="${MINGW32_FFLAGS-%mingw32_fflags}"; export FFLAGS; \ - FCFLAGS="${MINGW32_FCFLAGS-%mingw32_fflags}"; export FCFLAGS; \ - LDFLAGS="${MINGW32_LDFLAGS:-%mingw32_ldflags}"; export LDFLAGS; \ - RUSTFLAGS="${MINGW32_RUSTFLAGS:-%mingw32_rustflags}"; export RUSTFLAGS; \ - for i in `ls %{mingw32_bindir}/*|grep -- "-config\$"` ; do \ - x=`basename $i|tr "a-z+-." "A-ZX_"`; \ - declare -x $x="$i" ; export $x; \ - done; \ - unset x i - -%mingw32_pkg_config %{mingw32_target}-pkg-config "$@" -%mingw32_pkgconfig_personalitydir %{mingw32_datadir}/pkgconfig/personality.d - -%mingw32_configure %{mingw32_env} ; \ - __mingw32_topdir=.; if ! test -x configure; then __mingw32_topdir=..; fi; \\\ - $__mingw32_topdir/configure \\\ - --host=%{mingw32_host} \\\ - --build=%_build \\\ - --target=%{mingw32_target} \\\ - --prefix=%{mingw32_prefix} \\\ - --exec-prefix=%{mingw32_exec_prefix} \\\ - --bindir=%{mingw32_bindir} \\\ - --sbindir=%{mingw32_sbindir} \\\ - --sysconfdir=%{mingw32_sysconfdir} \\\ - --datadir=%{mingw32_datadir} \\\ - --includedir=%{mingw32_includedir} \\\ - --libdir=%{mingw32_libdir} \\\ - --libexecdir=%{mingw32_libexecdir} \\\ - --localstatedir=%{mingw32_localstatedir} \\\ - --sharedstatedir=%{mingw32_sharedstatedir} \\\ - --mandir=%{mingw32_mandir} \\\ - --infodir=%{mingw32_infodir} \\\ - ${MINGW_CONFIGURE_ARGS} \\\ - ${MINGW32_CONFIGURE_ARGS} "$@" - -%mingw32_make %{mingw32_env} ; \ - make \\\ - prefix=%{mingw32_prefix} \\\ - exec_prefix=%{mingw32_exec_prefix} \\\ - bindir=%{mingw32_bindir} \\\ - sbindir=%{mingw32_sbindir} \\\ - sysconfdir=%{mingw32_sysconfdir} \\\ - datadir=%{mingw32_datadir} \\\ - includedir=%{mingw32_includedir} \\\ - libdir=%{mingw32_libdir} \\\ - libexecdir=%{mingw32_libexecdir} \\\ - localstatedir=%{mingw32_localstatedir} \\\ - sharedstatedir=%{mingw32_sharedstatedir} \\\ - mandir=%{mingw32_mandir} \\\ - infodir=%{mingw32_infodir} "$@" - -%mingw32_cmake_generic %{mingw32_env} ; \ - PKG_CONFIG_LIBDIR="%{mingw32_libdir}/pkgconfig:%{mingw32_datadir}/pkgconfig"; export PKG_CONFIG_LIBDIR; \ - if test -f CMakeLists.txt; then __mingw32_topdir=.; \\\ - elif test -f ../CMakeLists.txt; then __mingw32_topdir=..; \\\ - else __mingw32_topdir=""; fi; \\\ - if test "${MINGW_CMAKE_NO_VERBOSE}" == "" ; then \ - MINGW32_CMAKE_ARGS="${MINGW32_CMAKE_ARGS} -DCMAKE_VERBOSE_MAKEFILE=ON" \ - fi \ - PATH=%{_prefix}/%{mingw32_target}/bin:$PATH %__cmake \\\ - -DCMAKE_TOOLCHAIN_FILE=/usr/share/mingw/toolchain-mingw32.cmake \\\ - -DBUILD_SHARED_LIBS:BOOL=ON \\\ - -DSYSCONF_INSTALL_DIR:PATH=%{mingw32_sysconfdir} \\\ - -DSHARE_INSTALL_PREFIX:PATH=%{mingw32_datadir} \\\ - -DCMAKE_INSTALL_PREFIX:PATH=%{mingw32_prefix} \\\ - ${MINGW_CMAKE_ARGS} \\\ - ${MINGW32_CMAKE_ARGS} \\\ - "$@" $__mingw32_topdir - -%mingw32_cmake \ - MINGW32_CMAKE_ARGS="-DINCLUDE_INSTALL_DIR:PATH=%{mingw32_includedir} ${MINGW32_CMAKE_ARGS}" \ - %mingw32_cmake_generic - -%mingw32_qmake_qt5 /usr/bin/mingw32-qmake-qt5 - -%mingw32_qmake_qt6 /usr/bin/%{mingw32_target}-qmake-qt6 - -%mingw32_meson %{mingw32_env} ; \ - unset CC CFLAGS CPPFLAGS CXX CXXFLAGS LD LDFLAGS; \\\ - CFLAGS="${MINGW32_CFLAGS-%mingw32_cflags}"; export CFLAGS; \\\ - CPPFLAGS="${MINGW32_CPPFLAGS-%mingw32_cppflags}"; export CPPFLAGS; \\\ - FFLAGS="${MINGW32_FFLAGS-%mingw32_fflags}"; export FFLAGS; \ - FCFLAGS="${MINGW32_FCFLAGS-%mingw32_fflags}"; export FCFLAGS; \ - LDFLAGS="${MINGW32_LDFLAGS:-%mingw32_ldflags}"; export LDFLAGS; \\\ - if test -f meson.build; then __mingw32_topdir=.; \\\ - elif test -f ../meson.build; then __mingw32_topdir=..; \\\ - else __mingw32_topdir=""; fi; \\\ - %__meson setup \\\ - --cross-file /usr/share/mingw/toolchain-mingw32.meson \\\ - --default-library shared \\\ - --prefix %{mingw32_prefix} \\\ - --bindir %{mingw32_bindir} \\\ - --sbindir %{mingw32_sbindir} \\\ - --sysconfdir %{mingw32_sysconfdir} \\\ - --datadir %{mingw32_datadir} \\\ - --includedir %{mingw32_includedir} \\\ - --libdir %{mingw32_libdir} \\\ - --libexecdir %{mingw32_libexecdir} \\\ - --localstatedir %{mingw32_localstatedir} \\\ - --sharedstatedir %{mingw32_sharedstatedir} \\\ - --mandir %{mingw32_mandir} \\\ - --infodir %{mingw32_infodir} \\\ - ${MINGW_MESON_ARGS} \\\ - ${MINGW32_MESON_ARGS} \\\ - "$@" $__mingw32_topdir - -%mingw32_description This is the cross-compiled version of this library / tool.\ -You should only install this package if you want to cross-compile programs for \ -Win32 (32 bit Windows). - -%mingw32_debug_package \ -%package -n %{mingw32_pkg_name}-debuginfo \ -Summary: Debug information for package %{mingw32_pkg_name} \ -Group: Development/Debug \ -BuildArch: noarch \ -%description -n %{mingw32_pkg_name}-debuginfo \ -This package provides debug information for package %{mingw32_pkg_name}. \ -Debug information is useful when developing applications that use this \ -package or when debugging this package. \ -%files -n %{mingw32_pkg_name}-debuginfo -f mingw32-debugfiles.list \ -%defattr(-,root,root,-) \ -%{nil} - diff --git a/macros.mingw64 b/macros.mingw64 deleted file mode 100644 index 4b96dc3..0000000 --- a/macros.mingw64 +++ /dev/null @@ -1,200 +0,0 @@ -# RPM macros for Fedora MinGW. - -%mingw64_pkg_name %(echo %{name} | sed -E 's/^(mingw-|)/mingw64-/') -%mingw64_target x86_64-w64-mingw32 - -# Paths. -%mingw64_sysroot %{_prefix}/%{mingw64_target}/sys-root -%mingw64_prefix %{mingw64_sysroot}/mingw -%mingw64_exec_prefix %{mingw64_prefix} -%mingw64_bindir %{mingw64_exec_prefix}/bin -%mingw64_sbindir %{mingw64_exec_prefix}/sbin -%mingw64_libexecdir %{mingw64_exec_prefix}/libexec -%mingw64_libdir %{mingw64_exec_prefix}/lib -%mingw64_datadir %{mingw64_prefix}/share -%mingw64_docdir %{mingw64_prefix}/share/doc -%mingw64_infodir %{mingw64_prefix}/share/info -%mingw64_mandir %{mingw64_prefix}/share/man -%mingw64_sysconfdir %{mingw64_prefix}/etc -%mingw64_sharedstatedir %{mingw64_prefix}/com -%mingw64_localstatedir %{mingw64_prefix}/var -%mingw64_includedir %{mingw64_prefix}/include - -# Build macros. -%mingw64_host %{mingw64_target} - -%mingw64_cflags %{mingw64_cppflags} -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions --param=ssp-buffer-size=4 -%mingw64_cppflags %{nil} -%mingw64_fflags -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions --param=ssp-buffer-size=4 -%mingw64_ldflags -fstack-protector -lssp -%mingw64_rustflags -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cforce-frame-pointers=yes --cap-lints=warn - -%mingw64_cc %{mingw64_target}-gcc -%mingw64_cxx %{mingw64_target}-g++ -%mingw64_cpp %{mingw64_target}-gcc -E -%mingw64_addr2line %{mingw64_target}-addr2line -%mingw64_ar %{mingw64_target}-ar -%mingw64_as %{mingw64_target}-as -%mingw64_dlltool %{mingw64_target}-dlltool -%mingw64_dllwrap %{mingw64_target}-dllwrap -%mingw64_gcov %{mingw64_target}-gcov -%mingw64_gprof %{mingw64_target}-gprof -%mingw64_ld %{mingw64_target}-ld -%mingw64_nm %{mingw64_target}-nm -%mingw64_objcopy %{mingw64_target}-objcopy -%mingw64_objdump %{mingw64_target}-objdump -%mingw64_ranlib %{mingw64_target}-ranlib -%mingw64_readelf %{mingw64_target}-readelf -%mingw64_size %{mingw64_target}-size -%mingw64_strings %{mingw64_target}-strings -%mingw64_strip %{mingw64_target}-strip -%mingw64_windmc %{mingw64_target}-windmc -%mingw64_windres %{mingw64_target}-windres - -%mingw64_env unset $(/usr/bin/env | grep -E '^(\w+)=(.*)$' | grep -Evw 'PWD|USER|LANG' | /usr/bin/cut -d= -f1); \ - if test -z "$PATH_ORIG" ; then \ - PATH_ORIG="$PATH"; export PATH_ORIG; \ - fi; \ - PATH="%{mingw64_bindir}:$PATH_ORIG"; export PATH; \ - HOST_CC=gcc; export HOST_CC; \ - unset PKG_CONFIG_PATH; \ - _PREFIX="%{_bindir}/%{mingw64_target}-"; \ - for i in `ls -1 ${_PREFIX}* | grep -v 'gcc-'`; do \ - x=`echo $i|sed "s,${_PREFIX},,"|tr "a-z+-." "A-ZX__"`; \ - declare -x $x="$i" ; export $x; \ - done; \ - unset _PREFIX; \ - CC="${MINGW64_CC:-%mingw64_cc}"; export CC; \ - CFLAGS="${MINGW64_CFLAGS-%mingw64_cflags}"; export CFLAGS; \ - CPPFLAGS="${MINGW64_CPPFLAGS-%mingw64_cppflags}"; export CPPFLAGS; \ - if [ -x "%{_bindir}/%{mingw64_cxx}" ]; then \ - CXX="${MINGW64_CXX:-%mingw64_cxx}"; export CXX; \ - CXXFLAGS="${MINGW64_CXXFLAGS-%mingw64_cflags}"; export CXXFLAGS; \ - else \ - CXX=; export CXX; \ - ac_cv_prog_CXX=no; export ac_cv_prog_CXX; \ - CXXFLAGS=; export CXXFLAGS; \ - fi; \ - FFLAGS="${MINGW64_FFLAGS-%mingw64_fflags}"; export FFLAGS; \ - FCFLAGS="${MINGW64_FCFLAGS-%mingw64_fflags}"; export FCFLAGS; \ - LDFLAGS="${MINGW64_LDFLAGS:-%mingw64_ldflags}"; export LDFLAGS; \ - RUSTFLAGS="${MINGW64_RUSTFLAGS:-%mingw64_rustflags}"; export RUSTFLAGS; \ - for i in `ls %{mingw64_bindir}/*|grep -- "-config\$"` ; do \ - x=`basename $i|tr "a-z+-." "A-ZX_"`; \ - declare -x $x="$i" ; export $x; \ - done; \ - unset x i - -%mingw64_pkg_config %{mingw64_target}-pkg-config "$@" -%mingw64_pkgconfig_personalitydir %{mingw32_datadir}/pkgconfig/personality.d - -%mingw64_configure %{mingw64_env} ; \ - __mingw64_topdir=.; if ! test -x configure; then __mingw64_topdir=..; fi; \\\ - $__mingw64_topdir/configure \\\ - --host=%{mingw64_host} \\\ - --build=%_build \\\ - --target=%{mingw64_target} \\\ - --prefix=%{mingw64_prefix} \\\ - --exec-prefix=%{mingw64_exec_prefix} \\\ - --bindir=%{mingw64_bindir} \\\ - --sbindir=%{mingw64_sbindir} \\\ - --sysconfdir=%{mingw64_sysconfdir} \\\ - --datadir=%{mingw64_datadir} \\\ - --includedir=%{mingw64_includedir} \\\ - --libdir=%{mingw64_libdir} \\\ - --libexecdir=%{mingw64_libexecdir} \\\ - --localstatedir=%{mingw64_localstatedir} \\\ - --sharedstatedir=%{mingw64_sharedstatedir} \\\ - --mandir=%{mingw64_mandir} \\\ - --infodir=%{mingw64_infodir} \\\ - ${MINGW_CONFIGURE_ARGS} \\\ - ${MINGW64_CONFIGURE_ARGS} "$@" - -%mingw64_make %{mingw64_env} ; \ - make \\\ - prefix=%{mingw64_prefix} \\\ - exec_prefix=%{mingw64_exec_prefix} \\\ - bindir=%{mingw64_bindir} \\\ - sbindir=%{mingw64_sbindir} \\\ - sysconfdir=%{mingw64_sysconfdir} \\\ - datadir=%{mingw64_datadir} \\\ - includedir=%{mingw64_includedir} \\\ - libdir=%{mingw64_libdir} \\\ - libexecdir=%{mingw64_libexecdir} \\\ - localstatedir=%{mingw64_localstatedir} \\\ - sharedstatedir=%{mingw64_sharedstatedir} \\\ - mandir=%{mingw64_mandir} \\\ - infodir=%{mingw64_infodir} "$@" - -%mingw64_cmake_generic %{mingw64_env} ; \ - PKG_CONFIG_LIBDIR="%{mingw64_libdir}/pkgconfig:%{mingw64_datadir}/pkgconfig"; export PKG_CONFIG_LIBDIR; \ - if test -f CMakeLists.txt; then __mingw64_topdir=.; \\\ - elif test -f ../CMakeLists.txt; then __mingw64_topdir=..; \\\ - else __mingw64_topdir=""; fi; \\\ - if test "${MINGW_CMAKE_NO_VERBOSE}" == "" ; then \ - MINGW64_CMAKE_ARGS="${MINGW64_CMAKE_ARGS} -DCMAKE_VERBOSE_MAKEFILE=ON" \ - fi \ - PATH=%{_prefix}/%{mingw64_target}/bin:$PATH %__cmake \\\ - -DCMAKE_TOOLCHAIN_FILE=/usr/share/mingw/toolchain-mingw64.cmake \\\ - -DBUILD_SHARED_LIBS:BOOL=ON \\\ - -DSYSCONF_INSTALL_DIR:PATH=%{mingw64_sysconfdir} \\\ - -DSHARE_INSTALL_PREFIX:PATH=%{mingw64_datadir} \\\ - -DCMAKE_INSTALL_PREFIX:PATH=%{mingw64_prefix} \\\ - ${MINGW_CMAKE_ARGS} \\\ - ${MINGW64_CMAKE_ARGS} \\\ - "$@" $__mingw64_topdir - -%mingw64_cmake \ - MINGW64_CMAKE_ARGS="-DINCLUDE_INSTALL_DIR:PATH=%{mingw64_includedir} ${MINGW64_CMAKE_ARGS}" \ - %mingw64_cmake_generic - -%mingw64_qmake_qt5 /usr/bin/mingw64-qmake-qt5 - -%mingw64_qmake_qt6 /usr/bin/%{mingw64_target}-qmake-qt6 - -%mingw64_meson %{mingw64_env} ; \ - unset CC CFLAGS CPPFLAGS CXX CXXFLAGS LD LDFLAGS; \\\ - CFLAGS="${MINGW64_CFLAGS-%mingw64_cflags}"; export CFLAGS; \\\ - CPPFLAGS="${MINGW64_CPPFLAGS-%mingw64_cppflags}"; export CPPFLAGS; \\\ - FFLAGS="${MINGW64_FFLAGS-%mingw64_fflags}"; export FFLAGS; \ - FCFLAGS="${MINGW64_FCFLAGS-%mingw64_fflags}"; export FCFLAGS; \ - LDFLAGS="${MINGW64_LDFLAGS:-%mingw64_ldflags}"; export LDFLAGS; \\\ - if test -f meson.build; then __mingw64_topdir=.; \\\ - elif test -f ../meson.build; then __mingw64_topdir=..; \\\ - else __mingw64_topdir=""; fi; \\\ - %__meson setup \\\ - --cross-file /usr/share/mingw/toolchain-mingw64.meson \\\ - --default-library shared \\\ - --prefix %{mingw64_prefix} \\\ - --bindir %{mingw64_bindir} \\\ - --sbindir %{mingw64_sbindir} \\\ - --sysconfdir %{mingw64_sysconfdir} \\\ - --datadir %{mingw64_datadir} \\\ - --includedir %{mingw64_includedir} \\\ - --libdir %{mingw64_libdir} \\\ - --libexecdir %{mingw64_libexecdir} \\\ - --localstatedir %{mingw64_localstatedir} \\\ - --sharedstatedir %{mingw64_sharedstatedir} \\\ - --mandir %{mingw64_mandir} \\\ - --infodir %{mingw64_infodir} \\\ - ${MINGW_MESON_ARGS} \\\ - ${MINGW64_MESON_ARGS} \\\ - "$@" $__mingw64_topdir - -%mingw64_description This is the cross-compiled version of this library / tool.\ -You should only install this package if you want to cross-compile programs for \ -Win64 (64 bit Windows). - -%mingw64_debug_package \ -%package -n %{mingw64_pkg_name}-debuginfo \ -Summary: Debug information for package %{mingw64_pkg_name} \ -Group: Development/Debug \ -BuildArch: noarch \ -%description -n %{mingw64_pkg_name}-debuginfo \ -This package provides debug information for package %{mingw64_pkg_name}. \ -Debug information is useful when developing applications that use this \ -package or when debugging this package. \ -%files -n %{mingw64_pkg_name}-debuginfo -f mingw64-debugfiles.list \ -%defattr(-,root,root,-) \ -%{nil} - diff --git a/macros.ucrt64 b/macros.ucrt64 deleted file mode 100644 index 9c0057a..0000000 --- a/macros.ucrt64 +++ /dev/null @@ -1,195 +0,0 @@ -# RPM macros for Fedora MinGW UCRT64. - -%ucrt64_pkg_name %(echo %{name} | sed 's/^mingw-/ucrt64-/') -%ucrt64_target x86_64-w64-mingw32ucrt - -# Paths. -%ucrt64_sysroot %{_prefix}/%{ucrt64_target}/sys-root -%ucrt64_prefix %{ucrt64_sysroot}/mingw -%ucrt64_exec_prefix %{ucrt64_prefix} -%ucrt64_bindir %{ucrt64_exec_prefix}/bin -%ucrt64_sbindir %{ucrt64_exec_prefix}/sbin -%ucrt64_libexecdir %{ucrt64_exec_prefix}/libexec -%ucrt64_libdir %{ucrt64_exec_prefix}/lib -%ucrt64_datadir %{ucrt64_prefix}/share -%ucrt64_docdir %{ucrt64_prefix}/share/doc -%ucrt64_infodir %{ucrt64_prefix}/share/info -%ucrt64_mandir %{ucrt64_prefix}/share/man -%ucrt64_sysconfdir %{ucrt64_prefix}/etc -%ucrt64_sharedstatedir %{ucrt64_prefix}/com -%ucrt64_localstatedir %{ucrt64_prefix}/var -%ucrt64_includedir %{ucrt64_prefix}/include - -# Build macros. -%ucrt64_host %{ucrt64_target} - -%ucrt64_cflags %{ucrt64_cppflags} -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions --param=ssp-buffer-size=4 -%ucrt64_cppflags %{nil} -%ucrt64_ldflags -fstack-protector -lssp - -%ucrt64_cc %{ucrt64_target}-gcc -%ucrt64_cxx %{ucrt64_target}-g++ -%ucrt64_cpp %{ucrt64_target}-gcc -E -%ucrt64_addr2line %{ucrt64_target}-addr2line -%ucrt64_ar %{ucrt64_target}-ar -%ucrt64_as %{ucrt64_target}-as -%ucrt64_dlltool %{ucrt64_target}-dlltool -%ucrt64_dllwrap %{ucrt64_target}-dllwrap -%ucrt64_gcov %{ucrt64_target}-gcov -%ucrt64_gprof %{ucrt64_target}-gprof -%ucrt64_ld %{ucrt64_target}-ld -%ucrt64_nm %{ucrt64_target}-nm -%ucrt64_objcopy %{ucrt64_target}-objcopy -%ucrt64_objdump %{ucrt64_target}-objdump -%ucrt64_ranlib %{ucrt64_target}-ranlib -%ucrt64_readelf %{ucrt64_target}-readelf -%ucrt64_size %{ucrt64_target}-size -%ucrt64_strings %{ucrt64_target}-strings -%ucrt64_strip %{ucrt64_target}-strip -%ucrt64_windmc %{ucrt64_target}-windmc -%ucrt64_windres %{ucrt64_target}-windres - -%ucrt64_env unset $(/usr/bin/env | grep -E '^(\w+)=(.*)$' | grep -Evw 'PWD|USER|LANG' | /usr/bin/cut -d= -f1); \ - if test -z "$PATH_ORIG" ; then \ - PATH_ORIG="$PATH"; export PATH_ORIG; \ - fi; \ - PATH="%{ucrt64_bindir}:$PATH_ORIG"; export PATH; \ - HOST_CC=gcc; export HOST_CC; \ - unset PKG_CONFIG_PATH; \ - _PREFIX="%{_bindir}/%{ucrt64_target}-"; \ - for i in `ls -1 ${_PREFIX}* | grep -v 'gcc-'`; do \ - x=`echo $i|sed "s,${_PREFIX},,"|tr "a-z+-." "A-ZX__"`; \ - declare -x $x="$i" ; export $x; \ - done; \ - unset _PREFIX; \ - CC="${UCRT64_CC:-%ucrt64_cc}"; export CC; \ - CFLAGS="${UCRT64_CFLAGS-%ucrt64_cflags}"; export CFLAGS; \ - CPPFLAGS="${UCRT64_CPPFLAGS-%ucrt64_cppflags}"; export CPPFLAGS; \ - if [ -x "%{_bindir}/%{ucrt64_cxx}" ]; then \ - CXX="${UCRT64_CXX:-%ucrt64_cxx}"; export CXX; \ - CXXFLAGS="${UCRT64_CXXFLAGS-%ucrt64_cflags}"; export CXXFLAGS; \ - else \ - CXX=; export CXX; \ - ac_cv_prog_CXX=no; export ac_cv_prog_CXX; \ - CXXFLAGS=; export CXXFLAGS; \ - fi; \ - LDFLAGS="${UCRT64_LDFLAGS:-%ucrt64_ldflags}"; export LDFLAGS; \ - for i in `ls %{ucrt64_bindir}/*|grep -- "-config\$"` ; do \ - x=`basename $i|tr "a-z+-." "A-ZX_"`; \ - declare -x $x="$i" ; export $x; \ - done; \ - unset x i - -%ucrt64_pkg_config %{ucrt64_target}-pkg-config "$@" -%ucrt64_pkgconfig_personalitydir %{mingw32_datadir}/pkgconfig/personality.d - -%ucrt64_configure %{ucrt64_env} ; \ - __ucrt64_topdir=.; if ! test -x configure; then __ucrt64_topdir=..; fi; \\\ - $__ucrt64_topdir/configure \\\ - --host=%{ucrt64_host} \\\ - --build=%_build \\\ - --target=%{ucrt64_target} \\\ - --prefix=%{ucrt64_prefix} \\\ - --exec-prefix=%{ucrt64_exec_prefix} \\\ - --bindir=%{ucrt64_bindir} \\\ - --sbindir=%{ucrt64_sbindir} \\\ - --sysconfdir=%{ucrt64_sysconfdir} \\\ - --datadir=%{ucrt64_datadir} \\\ - --includedir=%{ucrt64_includedir} \\\ - --libdir=%{ucrt64_libdir} \\\ - --libexecdir=%{ucrt64_libexecdir} \\\ - --localstatedir=%{ucrt64_localstatedir} \\\ - --sharedstatedir=%{ucrt64_sharedstatedir} \\\ - --mandir=%{ucrt64_mandir} \\\ - --infodir=%{ucrt64_infodir} \\\ - ${MINGW_CONFIGURE_ARGS} \\\ - ${UCRT64_CONFIGURE_ARGS} "$@" - -%ucrt64_make %{ucrt64_env} ; \ - make \\\ - prefix=%{ucrt64_prefix} \\\ - exec_prefix=%{ucrt64_exec_prefix} \\\ - bindir=%{ucrt64_bindir} \\\ - sbindir=%{ucrt64_sbindir} \\\ - sysconfdir=%{ucrt64_sysconfdir} \\\ - datadir=%{ucrt64_datadir} \\\ - includedir=%{ucrt64_includedir} \\\ - libdir=%{ucrt64_libdir} \\\ - libexecdir=%{ucrt64_libexecdir} \\\ - localstatedir=%{ucrt64_localstatedir} \\\ - sharedstatedir=%{ucrt64_sharedstatedir} \\\ - mandir=%{ucrt64_mandir} \\\ - infodir=%{ucrt64_infodir} "$@" - -%ucrt64_cmake_generic %{ucrt64_env} ; \ - PKG_CONFIG_LIBDIR="%{ucrt64_libdir}/pkgconfig:%{ucrt64_datadir}/pkgconfig"; export PKG_CONFIG_LIBDIR; \ - if test -f CMakeLists.txt; then __ucrt64_topdir=.; \\\ - elif test -f ../CMakeLists.txt; then __ucrt64_topdir=..; \\\ - else __ucrt64_topdir=""; fi; \\\ - if test "${MINGW_CMAKE_NO_VERBOSE}" == "" ; then \ - UCRT64_CMAKE_ARGS="${UCRT64_CMAKE_ARGS} -DCMAKE_VERBOSE_MAKEFILE=ON" \ - fi \ - PATH=%{_prefix}/%{ucrt64_target}/bin:$PATH %__cmake \\\ - -DCMAKE_TOOLCHAIN_FILE=/usr/share/mingw/toolchain-ucrt64.cmake \\\ - -DBUILD_SHARED_LIBS:BOOL=ON \\\ - -DSYSCONF_INSTALL_DIR:PATH=%{ucrt64_sysconfdir} \\\ - -DSHARE_INSTALL_PREFIX:PATH=%{ucrt64_datadir} \\\ - -DCMAKE_INSTALL_PREFIX:PATH=%{ucrt64_prefix} \\\ - -DCMAKE_INSTALL_LIBDIR:PATH=%{ucrt64_libdir} \\\ - ${MINGW_CMAKE_ARGS} \\\ - ${UCRT64_CMAKE_ARGS} \\\ - "$@" $__ucrt64_topdir - -%ucrt64_cmake \ - UCRT64_CMAKE_ARGS="-DINCLUDE_INSTALL_DIR:PATH=%{ucrt64_includedir} ${UCRT64_CMAKE_ARGS}" \ - %ucrt64_cmake_generic - -%ucrt64_cmake_kde4 \ - UCRT64_CMAKE_ARGS="-DINCLUDE_INSTALL_DIR:PATH=%{ucrt64_includedir}/kde4 ${UCRT64_CMAKE_ARGS}" \ - %ucrt64_cmake_generic - -%ucrt64_qmake_qt5 /usr/bin/ucrt64-qmake-qt5 - -%ucrt64_meson %{ucrt64_env} ; \ - unset CC CFLAGS CPPFLAGS CXX CXXFLAGS LD LDFLAGS; \\\ - CFLAGS="${UCRT64_CFLAGS-%ucrt64_cflags}"; export CFLAGS; \\\ - CPPFLAGS="${UCRT64_CPPFLAGS-%ucrt64_cppflags}"; export CPPFLAGS; \\\ - LDFLAGS="${UCRT64_LDFLAGS:-%ucrt64_ldflags}"; export LDFLAGS; \\\ - if test -f meson.build; then __ucrt64_topdir=.; \\\ - elif test -f ../meson.build; then __ucrt64_topdir=..; \\\ - else __ucrt64_topdir=""; fi; \\\ - %__meson setup \\\ - --cross-file /usr/share/mingw/toolchain-ucrt64.meson \\\ - --default-library shared \\\ - --prefix %{ucrt64_prefix} \\\ - --bindir %{ucrt64_bindir} \\\ - --sbindir %{ucrt64_sbindir} \\\ - --sysconfdir %{ucrt64_sysconfdir} \\\ - --datadir %{ucrt64_datadir} \\\ - --includedir %{ucrt64_includedir} \\\ - --libdir %{ucrt64_libdir} \\\ - --libexecdir %{ucrt64_libexecdir} \\\ - --localstatedir %{ucrt64_localstatedir} \\\ - --sharedstatedir %{ucrt64_sharedstatedir} \\\ - --mandir %{ucrt64_mandir} \\\ - --infodir %{ucrt64_infodir} \\\ - ${MINGW_MESON_ARGS} \\\ - ${UCRT64_MESON_ARGS} \\\ - "$@" $__ucrt64_topdir - -%ucrt64_description This is the cross-compiled version of this library / tool.\ -You should only install this package if you want to cross-compile programs for \ -Win64 (64 bit Windows). - -%ucrt64_debug_package \ -%package -n %{ucrt64_pkg_name}-debuginfo \ -Summary: Debug information for package %{ucrt64_pkg_name} \ -Group: Development/Debug \ -BuildArch: noarch \ -%description -n %{ucrt64_pkg_name}-debuginfo \ -This package provides debug information for package %{ucrt64_pkg_name}. \ -Debug information is useful when developing applications that use this \ -package or when debugging this package. \ -%files -n %{ucrt64_pkg_name}-debuginfo -f ucrt64-debugfiles.list \ -%defattr(-,root,root,-) \ -%{nil} diff --git a/mingw-filesystem.spec b/mingw-filesystem.spec deleted file mode 100644 index 4a0a807..0000000 --- a/mingw-filesystem.spec +++ /dev/null @@ -1,1101 +0,0 @@ -# Define before mingw-binutils is build -%bcond_with bootstrap - -%global debug_package %{nil} - -# Place RPM macros in %%{_rpmconfigdir}/macros.d if it exists (RPM 4.11+) -# Otherwise, use %%{_sysconfdir}/rpm -# https://lists.fedoraproject.org/pipermail/devel/2014-January/195026.html -%global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d) - -Name: mingw-filesystem -Version: 150 -Release: 3%{?dist} -Summary: MinGW cross compiler base filesystem and environment - -License: GPL-2.0-or-later -URL: http://fedoraproject.org/wiki/MinGW -BuildArch: noarch - -Source0: COPYING -Source1: macros.mingw -Source2: macros.mingw32 -Source3: macros.mingw64 -Source4: macros.ucrt64 -Source5: mingw32.sh -Source6: mingw64.sh -Source7: ucrt64.sh -Source8: mingw-find-debuginfo.sh -Source9: mingw.req -Source10: mingw.prov -Source11: mingw-scripts.sh -Source12: mingw-rpmlint.config -Source13: toolchain-mingw32.cmake -Source14: toolchain-mingw64.cmake -Source15: toolchain-ucrt64.cmake -Source16: mingw-find-lang.sh -Source17: mingw32.attr -Source18: mingw64.attr -Source19: ucrt64.attr -Source20: toolchain-mingw32.meson -Source21: toolchain-mingw64.meson -Source22: toolchain-ucrt64.meson -Source23: pkgconf-personality-mingw32 -Source24: pkgconf-personality-mingw64 -Source25: pkgconf-personality-ucrt64 -Source26: mingw32-hostlib.conf -Source27: mingw64-hostlib.conf - -# Taken from the Fedora filesystem package -Source101: https://fedorahosted.org/filesystem/browser/lang-exceptions -Source102: iso_639.sed -Source103: iso_3166.sed - -BuildRequires: make -BuildRequires: iso-codes -BuildRequires: pkgconf - - -%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 - - -%package base -Summary: Generic files which are needed for {mingw32,mingw64,ucrt64}-filesystem - -# We need this for cmake macros -Requires: cmake-rpm-macros -Requires: redhat-rpm-config -# 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 -# For using pkgconf with MinGW -Requires: pkgconf - -%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 - - -%package -n mingw32-filesystem -Summary: MinGW cross compiler base filesystem and environment for the win32 target -Requires: %{name}-base = %{version}-%{release} -# Replace mingw32-pkg-config -Conflicts: mingw32-pkg-config < 0.28-17 -Obsoletes: mingw32-pkg-config < 0.28-17 -Provides: mingw32-pkg-config = 0.28-17 -%if %{without bootstrap} -Requires: mingw-binutils-generic -%endif - -%description -n mingw32-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 - - -%package -n mingw64-filesystem -Summary: MinGW cross compiler base filesystem and environment for the win64 target -Requires: %{name}-base = %{version}-%{release} -# Replace mingw64-pkg-config -Conflicts: mingw64-pkg-config < 0.28-17 -Obsoletes: mingw64-pkg-config < 0.28-17 -Provides: mingw64-pkg-config = 0.28-17 -%if %{without bootstrap} -Requires: mingw-binutils-generic -%endif - -%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 - - -%package -n ucrt64-filesystem -Summary: MinGW cross compiler base filesystem and environment for the win64 UCRT target -Requires: %{name}-base = %{version}-%{release} -# Replace ucrt64-pkg-config -Conflicts: ucrt64-pkg-config < 0.28-17 -Obsoletes: ucrt64-pkg-config < 0.28-17 -Provides: ucrt64-pkg-config = 0.28-17 -%if %{without bootstrap} -Requires: mingw-binutils-generic -%endif - -%description -n ucrt64-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 - - -%prep -%setup -q -c -T -cp %{SOURCE0} COPYING - - -%build -# nothing - - -%install -mkdir -p %{buildroot}%{_libexecdir} -install -m 755 %{SOURCE11} %{buildroot}%{_libexecdir}/mingw-scripts - -mkdir -p %{buildroot}%{_bindir} -pushd %{buildroot}%{_bindir} -for i in mingw32-configure mingw32-cmake mingw32-make mingw32-meson mingw32-pkg-config \ - mingw64-configure mingw64-cmake mingw64-make mingw64-meson mingw64-pkg-config \ - ucrt64-configure ucrt64-cmake ucrt64-make ucrt64-meson ucrt64-pkg-config ; do - ln -s %{_libexecdir}/mingw-scripts $i -done -for i in i686-w64-mingw32-pkg-config \ - x86_64-w64-mingw32-pkg-config \ - x86_64-w64-mingw32ucrt-pkg-config ; do - ln -s %{_bindir}/pkgconf $i -done -popd - -mkdir -p %{buildroot}%{_sysconfdir}/profile.d -install -m 644 %{SOURCE5} %{buildroot}%{_sysconfdir}/profile.d/ -install -m 644 %{SOURCE6} %{buildroot}%{_sysconfdir}/profile.d/ -install -m 644 %{SOURCE7} %{buildroot}%{_sysconfdir}/profile.d/ - -mkdir -p %{buildroot}%{macrosdir} -install -m 644 %{SOURCE1} %{buildroot}%{macrosdir}/macros.mingw -install -m 644 %{SOURCE2} %{buildroot}%{macrosdir}/macros.mingw32 -install -m 644 %{SOURCE3} %{buildroot}%{macrosdir}/macros.mingw64 -install -m 644 %{SOURCE4} %{buildroot}%{macrosdir}/macros.ucrt64 - -mkdir -p %{buildroot}%{_sysconfdir}/rpmlint -install -m 644 %{SOURCE12} %{buildroot}%{_sysconfdir}/rpmlint/ - -for target in i686-w64-mingw32 x86_64-w64-mingw32 x86_64-w64-mingw32ucrt; do - # Create the folders required for gcc and binutils - mkdir -p %{buildroot}%{_prefix}/$target - mkdir -p %{buildroot}%{_prefix}/$target/bin - mkdir -p %{buildroot}%{_prefix}/$target/lib - - # The MinGW system root which will contain Windows native binaries - # and Windows-specific header files, pkgconfig, etc. - mkdir -p %{buildroot}%{_prefix}/$target/sys-root/mingw - mkdir -p %{buildroot}%{_prefix}/$target/sys-root/mingw/bin - mkdir -p %{buildroot}%{_prefix}/$target/sys-root/mingw/etc - mkdir -p %{buildroot}%{_prefix}/$target/sys-root/mingw/include - mkdir -p %{buildroot}%{_prefix}/$target/sys-root/mingw/include/sys - mkdir -p %{buildroot}%{_prefix}/$target/sys-root/mingw/lib - mkdir -p %{buildroot}%{_prefix}/$target/sys-root/mingw/lib/pkgconfig - mkdir -p %{buildroot}%{_prefix}/$target/sys-root/mingw/lib/cmake - mkdir -p %{buildroot}%{_prefix}/$target/sys-root/mingw/libexec - mkdir -p %{buildroot}%{_prefix}/$target/sys-root/mingw/libexec/installed-tests - mkdir -p %{buildroot}%{_prefix}/$target/sys-root/mingw/sbin - - # 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. - mkdir -p %{buildroot}%{_prefix}/$target/sys-root/mingw/share - mkdir -p %{buildroot}%{_prefix}/$target/sys-root/mingw/share/doc - mkdir -p %{buildroot}%{_prefix}/$target/sys-root/mingw/share/info - mkdir -p %{buildroot}%{_prefix}/$target/sys-root/mingw/share/man - mkdir -p %{buildroot}%{_prefix}/$target/sys-root/mingw/share/man/man{1,2,3,4,5,6,7,8,l,n} - mkdir -p %{buildroot}%{_prefix}/$target/sys-root/mingw/share/aclocal - mkdir -p %{buildroot}%{_prefix}/$target/sys-root/mingw/share/themes - mkdir -p %{buildroot}%{_prefix}/$target/sys-root/mingw/share/cmake - mkdir -p %{buildroot}%{_prefix}/$target/sys-root/mingw/share/locale - mkdir -p %{buildroot}%{_prefix}/$target/sys-root/mingw/share/pkgconfig - mkdir -p %{buildroot}%{_prefix}/$target/sys-root/mingw/share/xml - mkdir -p %{buildroot}%{_prefix}/$target/sys-root/mingw/share/icons - mkdir -p %{buildroot}%{_prefix}/$target/sys-root/mingw/share/metainfo - mkdir -p %{buildroot}%{_prefix}/$target/sys-root/mingw/share/installed-tests - - mkdir -p %{buildroot}%{_prefix}/lib/debug/%{_prefix}/$target -done - -# Own folders for all locales -# Snippet taken from the Fedora filesystem package -sed -n -f %{SOURCE102} /usr/share/xml/iso-codes/iso_639.xml > %{buildroot}/iso_639.tab -sed -n -f %{SOURCE103} /usr/share/xml/iso-codes/iso_3166.xml > %{buildroot}/iso_3166.tab - -grep -v "^$" %{buildroot}/iso_639.tab | grep -v "^#" | while read a b c d ; do - [[ "$d" =~ "^Reserved" ]] && continue - [[ "$d" =~ "^No linguistic" ]] && continue - - locale=$c - if [ "$locale" = "XX" ]; then - locale=$b - fi - echo "%lang(${locale}) %{_prefix}/i686-w64-mingw32/sys-root/mingw/share/locale/${locale}" >> filelist_mingw32 - echo "%lang(${locale}) %{_prefix}/x86_64-w64-mingw32/sys-root/mingw/share/locale/${locale}" >> filelist_mingw64 - echo "%lang(${locale}) %{_prefix}/x86_64-w64-mingw32ucrt/sys-root/mingw/share/locale/${locale}" >> filelist_ucrt -done - -cat %{SOURCE101} | grep -v "^#" | grep -v "^$" | while read loc ; do - locale=$loc - locality= - special= - [[ "$locale" =~ "@" ]] && locale=${locale%%%%@*} - [[ "$locale" =~ "_" ]] && locality=${locale##*_} - [[ "$locality" =~ "." ]] && locality=${locality%%%%.*} - [[ "$loc" =~ "_" ]] || [[ "$loc" =~ "@" ]] || special=$loc - - # If the locality is not official, skip it - if [ -n "$locality" ]; then - grep -q "^$locality" %{buildroot}/iso_3166.tab || continue - fi - # If the locale is not official and not special, skip it - if [ -z "$special" ]; then - grep -Eq "[[:space:]]${locale%%_*}[[:space:]]" %{buildroot}/iso_639.tab || continue - fi - echo "%lang(${locale}) %{_prefix}/i686-w64-mingw32/sys-root/mingw/share/locale/${loc}" >> filelist_mingw32 - echo "%lang(${locale}) %{_prefix}/x86_64-w64-mingw32/sys-root/mingw/share/locale/${loc}" >> filelist_mingw64 - echo "%lang(${locale}) %{_prefix}/x86_64-w64-mingw32ucrt/sys-root/mingw/share/locale/${loc}" >> filelist_ucrt -done - -rm -f %{buildroot}/iso_639.tab -rm -f %{buildroot}/iso_3166.tab - -cat filelist_mingw32 filelist_mingw64 filelist_ucrt | grep "locale" | while read a b ; do - mkdir -p -m 755 %{buildroot}/$b/LC_MESSAGES -done - -# NB. NOT _libdir -mkdir -p %{buildroot}/usr/lib/rpm -install -m 0755 %{SOURCE8} %{buildroot}%{_rpmconfigdir} -install -m 0755 %{SOURCE9} %{buildroot}%{_rpmconfigdir} -install -m 0755 %{SOURCE10} %{buildroot}%{_rpmconfigdir} -install -m 0755 %{SOURCE16} %{buildroot}%{_rpmconfigdir} - -mkdir -p %{buildroot}/usr/lib/rpm/fileattrs -install -m 0644 %{SOURCE17} %{buildroot}%{_rpmconfigdir}/fileattrs/ -install -m 0644 %{SOURCE18} %{buildroot}%{_rpmconfigdir}/fileattrs/ -install -m 0644 %{SOURCE19} %{buildroot}%{_rpmconfigdir}/fileattrs/ - -mkdir -p %{buildroot}%{_datadir}/mingw -install -m 0644 %{SOURCE13} %{buildroot}%{_datadir}/mingw/ -install -m 0644 %{SOURCE14} %{buildroot}%{_datadir}/mingw/ -install -m 0644 %{SOURCE15} %{buildroot}%{_datadir}/mingw/ -install -m 0644 %{SOURCE20} %{buildroot}%{_datadir}/mingw/ -install -m 0644 %{SOURCE21} %{buildroot}%{_datadir}/mingw/ -install -m 0644 %{SOURCE22} %{buildroot}%{_datadir}/mingw/ - -mkdir -p %{buildroot}%{pkgconfig_personalitydir} -install -m 0644 %{SOURCE23} %{buildroot}%{pkgconfig_personalitydir}/i686-w64-mingw32.personality -install -m 0644 %{SOURCE24} %{buildroot}%{pkgconfig_personalitydir}/x86_64-w64-mingw32.personality -install -m 0644 %{SOURCE25} %{buildroot}%{pkgconfig_personalitydir}/x86_64-w64-mingw32ucrt.personality - -mkdir -p %{buildroot}%{_sysconfdir}/ld.so.conf.d -install -m 0644 %{SOURCE26} %{buildroot}%{_sysconfdir}/ld.so.conf.d/mingw32-hostlib.conf -install -m 0644 %{SOURCE27} %{buildroot}%{_sysconfdir}/ld.so.conf.d/mingw64-hostlib.conf - -# Link mingw-pkg-config man pages to pkgconf(1) -mkdir -p %{buildroot}%{_mandir}/man1/ -echo ".so man1/pkgconf.1" > %{buildroot}%{_mandir}/man1/i686-w64-mingw32-pkg-config.1 -echo ".so man1/pkgconf.1" > %{buildroot}%{_mandir}/man1/x86_64-w64-mingw32-pkg-config.1 -echo ".so man1/pkgconf.1" > %{buildroot}%{_mandir}/man1/x86_64-w64-mingw32ucrt-pkg-config.1 - - -%files base -%doc COPYING -%dir %{_sysconfdir}/rpmlint/ -%config(noreplace) %{_sysconfdir}/rpmlint/mingw-rpmlint.config -%{macrosdir}/macros.mingw -%{_libexecdir}/mingw-scripts -%{_rpmconfigdir}/mingw* -%dir %{_datadir}/mingw/ - -%files -n mingw32-filesystem -%{macrosdir}/macros.mingw32 -%config(noreplace) %{_sysconfdir}/profile.d/mingw32.sh -%{_bindir}/mingw32-configure -%{_bindir}/mingw32-cmake -%{_bindir}/mingw32-make -%{_bindir}/mingw32-meson -%{_bindir}/mingw32-pkg-config -%{_bindir}/i686-w64-mingw32-pkg-config -%{_prefix}/i686-w64-mingw32 -%{_rpmconfigdir}/fileattrs/mingw32.attr -%{_datadir}/mingw/toolchain-mingw32.cmake -%{_datadir}/mingw/toolchain-mingw32.meson -%{pkgconfig_personalitydir}/i686-w64-mingw32.personality -%{_mandir}/man1/i686-w64-mingw32-pkg-config.1* -%{_sysconfdir}/ld.so.conf.d/mingw32-hostlib.conf -%dir %{_prefix}/lib/debug/%{_prefix} -%dir %{_prefix}/lib/debug/%{_prefix}/i686-w64-mingw32 - - -%files -n mingw64-filesystem -%{macrosdir}/macros.mingw64 -%config(noreplace) %{_sysconfdir}/profile.d/mingw64.sh -%{_bindir}/mingw64-configure -%{_bindir}/mingw64-cmake -%{_bindir}/mingw64-make -%{_bindir}/mingw64-meson -%{_bindir}/mingw64-pkg-config -%{_bindir}/x86_64-w64-mingw32-pkg-config -%{_prefix}/x86_64-w64-mingw32 -%{_rpmconfigdir}/fileattrs/mingw64.attr -%{_datadir}/mingw/toolchain-mingw64.cmake -%{_datadir}/mingw/toolchain-mingw64.meson -%{pkgconfig_personalitydir}/x86_64-w64-mingw32.personality -%{_mandir}/man1/x86_64-w64-mingw32-pkg-config.1* -%{_sysconfdir}/ld.so.conf.d/mingw64-hostlib.conf -%dir %{_prefix}/lib/debug/%{_prefix} -%dir %{_prefix}/lib/debug/%{_prefix}/x86_64-w64-mingw32 - - -%files -n ucrt64-filesystem -%{macrosdir}/macros.ucrt64 -%config(noreplace) %{_sysconfdir}/profile.d/ucrt64.sh -%{_bindir}/ucrt64-configure -%{_bindir}/ucrt64-cmake -%{_bindir}/ucrt64-make -%{_bindir}/ucrt64-meson -%{_bindir}/ucrt64-pkg-config -%{_bindir}/x86_64-w64-mingw32ucrt-pkg-config -%{_prefix}/x86_64-w64-mingw32ucrt -%{_rpmconfigdir}/fileattrs/ucrt64.attr -%{_datadir}/mingw/toolchain-ucrt64.cmake -%{_datadir}/mingw/toolchain-ucrt64.meson -%{pkgconfig_personalitydir}/x86_64-w64-mingw32ucrt.personality -%{_mandir}/man1/x86_64-w64-mingw32ucrt-pkg-config.1* -%dir %{_prefix}/lib/debug/%{_prefix} -%dir %{_prefix}/lib/debug/%{_prefix}/x86_64-w64-mingw32ucrt - -%changelog -* Wed Aug 20 2025 Marc-André Lureau - 150-3 -- Own a few more directories. - -* Thu Jul 24 2025 Fedora Release Engineering - 150-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild - -* Thu May 29 2025 Sandro Mani - 150-1 -- Re-add target bin dir to PATH - -* Sun Mar 23 2025 Sandro Mani - 149-1 -- Only add cross host tools bin dir to PATH - -* Fri Jan 17 2025 Fedora Release Engineering - 148-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild - -* Sat Sep 07 2024 Zephyr Lykos - 148-7 -- Fix meson deprecation warnings - -* Thu Jul 18 2024 Fedora Release Engineering - 148-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild - -* Wed Jun 12 2024 Sandro Mani - 148-5 -- Rust fixes - -* Thu Jun 06 2024 Sandro Mani - 148-4 -- Set __debug_package 1 in %mingw_debug_package (#2284193) - -* Thu Jan 25 2024 Fedora Release Engineering - 148-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - -* Sun Jan 21 2024 Fedora Release Engineering - 148-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - -* Wed Sep 13 2023 Orion Poplawski - 148-1 -- Add pkgconfig provides - -* Mon Sep 11 2023 Neal Gompa - 147-3 -- Add dependency on cmake-rpm-macros - -* Thu Jul 20 2023 Fedora Release Engineering - 147-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild - -* Fri Apr 07 2023 Sandro Mani - 147-1 -- Set mingw_env before in run_mingw_make - -* Wed Apr 05 2023 Sandro Mani - 146-1 -- Set RUSTFLAGS in mingw env - -* Thu Jan 19 2023 Fedora Release Engineering - 145-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - -* Sat Dec 31 2022 Sandro Mani - 145-1 -- Fix mingw-find-lang.sh exit code - -* Fri Dec 23 2022 Sandro Mani - 144-1 -- Add mingw-qmake-qt6 macros, drop mingw-cmake-kde4 macros - -* Fri Dec 09 2022 Sandro Mani - 143-1 -- Prevent mingw-find-lang.sh from clobbering previous find-lang results - -* Tue Oct 18 2022 Sandro Mani - 142-1 -- Require mingw-binutils-generic - -* Tue Sep 27 2022 Sandro Mani - 141-2 -- Replace egrep with grep -E - -* Sat Jul 30 2022 Sandro Mani - 141-1 -- Revert unsetting _PREFIX - -* Fri Jul 29 2022 Sandro Mani - 140-1 -- Don't unset _PREFIX in mingw-env macro, it leads to ${_PREFIX} - being empty when evaluated the lines above - -* Thu Jul 21 2022 Fedora Release Engineering - 139-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Fri May 20 2022 Sandro Mani - 139-1 -- Set CMAKE_FIND_ROOT_PATH_MODE_PACKAGE in cmake toolchain files - -* Wed May 11 2022 Sandro Mani - 138-1 -- Drop CMAKE_INSTALL_LIBDIR from mingw-cmake macros - -* Mon May 09 2022 Richard Hughes 137-1 -- Include glib-mkenums in the toolchain binaries to avoid installing host GLib for building. - -* Tue May 03 2022 Sandro Mani - 136-1 -- Drop standard DLL provides, moved to mingw-crt - -* Tue May 03 2022 Sandro Mani - 135-1 -- Add host lib dirs to ld.so.conf - -* Thu Apr 28 2022 Sandro Mani - 134-1 -- Regenerate standard-dlls - -* Thu Feb 24 2022 Marc-André Lureau - 133-2 -- Fix ucrt64 toolchain filenames. - -* Tue Feb 22 2022 Marc-André Lureau - 133-1 -- Add ucrt64 target. Related to rhbz#2055254. - -* Mon Feb 21 2022 Sandro Mani - 132-1 -- Create build_winXX directories with mkdir -p - -* Thu Feb 10 2022 Sandro Mani - 131-2 -- Bump release - -* Thu Feb 10 2022 Sandro Mani - 131-1 -- Move python dependency generation to mingw32/64_python3.attr in mingw-python3 package -- More generic mingw_pkg_name macros to also deduce mingw package name from native name - -* Wed Feb 02 2022 Sandro Mani - 130-1 -- Drop evaling $@ in mingw-scripts, ensure mingw macros invoked by mingw-scripts contain $@ - -* Sat Jan 22 2022 Sandro Mani - 129-1 -- Also set FCFLAGS in mingw-env - -* Thu Jan 20 2022 Fedora Release Engineering -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Sat Jan 08 2022 Sandro Mani - 128-1 -- Add Boost_ARCHITECTURE to cmake toolchain file - -* Sat Jan 08 2022 Sandro Mani - 127-1 -- Correctly test whether CC/CXX/FC env-vars are set in cmake toolchain config - -* Wed Dec 15 2021 Sandro Mani - 126-1 -- Preserve CC/CXX/FC/RC set by ENV if set in cmake toolchain files - -* Sat Nov 20 2021 Sandro Mani - 125-1 -- Fix up debug dirs ownership - -* Wed Nov 17 2021 Sandro Mani - 124-1 -- Use relative paths in cmake/meson toolchain files to make ccache work if - available - -* Tue Sep 21 2021 Sandro Mani - 123-1 -- Autogenerate mingw-python3 BR -- Fix mingw{32/64}.attr to also capture pyd, pc files - -* Thu Sep 02 2021 Sandro Mani - 122-1 -- Allow overriding CMake INCLUDE_INSTALL_DIR in MINGWXX_CMAKE_ARGS -- Drop evaling $@ in mingw-scripts, ensure mingw macros invoked by mingw-scripts contain $@ - -* Sun Aug 29 2021 Sandro Mani - 121-1 -- Drop use of deprecated external dependency generator -- Fix file listed twice -- Fix copying minidebug symbols to binary in mingw-find-debuginfo.sh - -* Fri Aug 27 2021 Sandro Mani - 120-1 -- Adapt mingw-find-debuginfo.sh to store debug files below /usr/lib/debug -- See https://fedoraproject.org/wiki/Changes/F36MingwDebugLocation - -* Thu Jul 22 2021 Fedora Release Engineering -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Sat Jun 12 2021 Neal Gompa - 119-1 -- Use pkgconf for pkgconfig - -* Mon Jun 07 2021 Sandro Mani - 118-1 -- Allow overriding CFLAGS/CXXFLAGS/LDFLAGS for %%mingw_meson - -* Mon Feb 01 2021 Sandro Mani - 117-1 -- Filter Windows API umbrella libraries from requires - -* Tue Jan 26 2021 Fedora Release Engineering 116-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Mon Jul 27 2020 Sandro Mani - 116-1 -- Add -lssp to LDFLAGS - -* Thu Jul 23 2020 Sandro Mani - 115-1 -- Add -fstack-protector to LDFLAGS (since we carry -D_FORTIFY_SOURCE=2 in cflags, see https://sourceforge.net/p/mingw-w64/bugs/818/) - -* Tue Jul 14 2020 Daniel P. Berrangé - 114-1 -- Add meson hint for libgcrypt-config on mingw cross builds (#1856446) - -* Sat May 23 2020 Sandro Mani - 113-1 -- Add %%mingw_make_build and %%mingw_make_install - -* Fri May 22 2020 Sandro Mani - 112-1 -- Fix %%mingw_meson resulting in ERROR: Unable to determine dynamic linker - -* Fri May 01 2020 David Woodhouse - 111-1 -- Quote tr sequences like '[blank]' to prevent the shell from doing so (#1830233) - -* Wed Jan 29 2020 Fedora Release Engineering -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Thu Nov 07 2019 Marc-André Lureau - 110-1 -- Add redhat-rpm-config dependency. Fixes rhbz#1769792 - -* Thu Aug 29 2019 Sandro Mani - 109-1 -- Add dlltool to toolchain-mingw{32,64}.meson - -* Mon Aug 12 2019 Sandro Mani - 108-1 -- Fix mingw-find-debuginfo.sh to pick up strippable binaries also in %%{_prefix}/%%{mingw32,64_target} - -* Thu Jul 25 2019 Fedora Release Engineering -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Wed Jun 19 2019 Fabiano Fidêncio - 107-1 -- Add %%mingw_ninja_install macro - -* Thu Feb 14 2019 Sandro Mani - 106-1 -- Revert "Remove redundant $@ in mingw_cmake and mingw_meson", it causes no arguments at all to be passed to cmake - -* Tue Feb 05 2019 Elliott Sales de Andrade - 105-1 -- Remove redundant $@ in mingw_cmake and mingw_meson, breaking wrapper scripts - -* Fri Feb 01 2019 Fedora Release Engineering -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Fri Jul 13 2018 Fedora Release Engineering -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Fri Apr 20 2018 Elliott Sales de Andrade - 104-1 -- Add macros for meson and ninja - -* Thu Feb 08 2018 Fedora Release Engineering -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Sun Sep 10 2017 Sandro Mani - 103-1 -- Add %%mingw_nm macro - -* Sat Sep 09 2017 Sandro Mani - 102-1 -- Also extract debuginfo data from pyd binaries - -* Wed Jul 26 2017 Fedora Release Engineering -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Fri Feb 10 2017 Fedora Release Engineering -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Sun May 8 2016 Erik van Pienbroek - 101-1 -- Update config.{guess,sub} in %%mingw_configure (#1288256) -- Regenerated list of default win32 DLL's - -* Thu Feb 04 2016 Fedora Release Engineering -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Wed Jun 17 2015 Fedora Release Engineering -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Sat Apr 11 2015 Erik van Pienbroek - 100-1 -- Various CMake improvements: - * The toolchain files /usr/share/data/mingw/toolchain-mingw32.cmake - and /usr/share/data/mingw/toolchain-mingw64.cmake don't have - an uppercase character in their file name any more - * Add CMAKE_SYSTEM_PROCESSOR to the CMake toolchain files - * Removed Boost_COMPILER from the CMake toolchain files as - it was unused and broken anyway - * Made the RPM macros mingw32_cmake, mingw32_cmake_kde4, - mingw64_cmake and mingw64_cmake_kde4 more generic - * Removed the rpath references as mingw doesn't support rpath - * Allow verbose CMake output to be disabled by setting the - environment variable MINGW_CMAKE_NO_VERBOSE (RHBZ #987644) - * When calling the mingw32-cmake and mingw64-cmake wrapper - scripts don't use verbose CMake output by default - * When using the CMake wrappers, prevent CFLAGS and CXXFLAGS - from being set unless they're already set in the current - environment (RHBZ #1136069) - * Don't set LIB_INSTALL_DIR any more in the CMake macros - as it breaks CPack and isn't needed by any of the - Fedora MinGW packages (RHBZ #1152696) -- Accept empty MINGW{32,64}_{C,CPP,CXX}FLAGS environment variables -- Removed old _mingw32 macros which have been deprecated since Fedora 17 - -* Sat Jun 07 2014 Fedora Release Engineering -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Sat Feb 8 2014 Erik van Pienbroek - 99-4 -- Place the RPM macros in /usr/lib/rpm/macros.d when using a modern RPM - -* Sat Aug 3 2013 Erik van Pienbroek - 99-3 -- Own the folders %%{mingw32_libdir}/cmake and %%{mingw64_libdir}/cmake -- Own all the locale folders below %%{mingw32_datadir}/locale and %%{mingw64_datadir}/locale (RHBZ #798329) - -* Sat Aug 03 2013 Fedora Release Engineering -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Sat Jun 15 2013 Kalev Lember - 99-1 -- Remove invalid macros with '++' in the name - -* Sun Jun 2 2013 Erik van Pienbroek - 98-2 -- Only set the environment variable PKG_CONFIG_LIBDIR when - using the macros %%mingw32_cmake, %%mingw32_cmake_kde4, - %%mingw64_cmake or %%mingw64_cmake_kde4 -- Fixes FTBFS of the mingw-matahari package - -* Sun May 12 2013 Erik van Pienbroek - 98-1 -- Removed the use of the environment variable PKG_CONFIG_LIBDIR - While building binaries the tool {i686,x86_64}-w64-mingw32-pkg-config - should be used to find out pkg-config information - The environment variable PKG_CONFIG already automatically points - to the right cross-compiler aware version of pkg-config when - the mingw{32,64}-pkg-config packages are installed -- Fixes compilation of mingw-gtk3 3.9.0 (GNOME BZ #699690) -- Automatically add R: mingw{32,64}-pkg-config tags when .pc files - are detected while building mingw packages -- Bumped the minimum required version of mingw{32,64}-filesystem - to >= 95 in built mingw packages as this is the first version of - which was introduced in Fedora with a stable interface -- Updated the list of DLLs which are part of the Win32 API with - the libraries d3dcompiler_46.dll, d3dcsx_46.dll, davclnt.dll, - devmgr.dll, devobj.dll and devrtl.dll - -* Thu Feb 28 2013 Ralf Corsépius - 97-3 -- Remove %%config from %%{_sysconfdir}/rpm/macros.* - (https://fedorahosted.org/fpc/ticket/259). -- Minor spec fixes. - -* Thu Feb 14 2013 Fedora Release Engineering - 97-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Sun Dec 16 2012 Erik van Pienbroek - 97-1 -- Added support for using the environment variables MINGW32_MAKE_ARGS and - MINGW64_MAKE_ARGS. These environment variables can be used to provide - additional target-specific arguments when using the %%mingw_make macro - -* Mon Dec 3 2012 Erik van Pienbroek - 96-3 -- Added support for RHEL6 - -* Sat Nov 10 2012 Kalev Lember - 96-2 -- Add provides for mscoree.dll and regenerate the standard-dlls file - -* Mon Sep 17 2012 Erik van Pienbroek - 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 - -* Mon Aug 13 2012 Erik van Pienbroek - 95-14 -- Fix the handling of quoted arguments in the cmake macros - -* Tue Jul 24 2012 Erik van Pienbroek - 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 - 95-12 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Wed Jun 13 2012 Kalev Lember - 95-11 -- Fix syntax error in mingw64_env macro, thanks to Akira TAGOH (#831534) - -* Wed Jun 6 2012 Erik van Pienbroek - 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) - -* Thu Apr 19 2012 Kalev Lember - 95-9 -- Fix whitespace handling in %%mingw_configure and friends - -* Sat Mar 17 2012 Kalev Lember - 95-8 -- Generate the list of mingw32(...) and mingw64(...) DLL name provides from - mingw-crt import libraries - -* Sat Mar 17 2012 Kalev Lember - 95-7 -- Define mingw_build_win32/win64 in system macros, so that each - individual package wouldn't have to - -* Fri Mar 16 2012 Kalev Lember - 95-6 -- Fix warnings during debuginfo generation - -* Fri Mar 16 2012 Kalev Lember - 95-5 -- Simplify the mingw_make_install macro, also moving it to the deprecated - section - -* Mon Mar 12 2012 Erik van Pienbroek - 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 - -* Tue Mar 06 2012 Kalev Lember - 95-3 -- Merge copy-n-paste duplicate %%mingw32_debug_package code -- Get rid of the USE_OLD_METHOD hack in mingw-find-debuginfo.sh -- Add missing %%mingw32_debug_install_post - -* Tue Feb 28 2012 Erik van Pienbroek - 95-2 -- Fixed broken summary tags - -* Sat Feb 25 2012 Erik van Pienbroek - 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. - -* Thu Feb 23 2012 Kalev Lember - 69-15 -- Rename the source package to mingw-filesystem (#673784) - -* Sun Feb 5 2012 Erik van Pienbroek - 69-14 -- Use a more complete list of Win32 default dlls based on the - dlls exported by wine (thanks to Levente Farkas). RHBZ #787486 - -* Tue Jan 31 2012 Kalev Lember - 69-13 -- Remove the mingw32-pkg-config wrapper as well, now that we have separate - mingw32-pkg-config package - -* Tue Jan 31 2012 Erik van Pienbroek - 69-12 -- Don't provide the wrapper i686-pc-mingw32-pkg-config anymore as we now - have a mingw32-pkg-config package - -* Tue Jan 10 2012 Erik van Pienbroek - 69-11 -- Set Boost_COMPILER to -gcc47 in cmake toolchain file - -* Tue Nov 22 2011 Erik van Pienbroek - 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 - -* Wed Nov 16 2011 Erik van Pienbroek - 69-9 -- Added various definitions to the CMake toolchain file (RHBZ #753906) - -* Tue Aug 02 2011 Kalev Lember - 69-8 -- Added avicap32.dll and psapi.dll to the list of Win32 default DLLs - (thanks to Farkas Levente) - -* Wed Jul 13 2011 Erik van Pienbroek - 69-7 -- Added glu32.dll and wsock32.dll to the list of Win32 default dll's - -* Wed Jul 6 2011 Erik van Pienbroek - 69-6 -- Use a more complete list of Win32 default dll's - -* Wed Jul 06 2011 Kalev Lember - 69-5 -- Fixed dep gen with upper case dll names - -* Fri Jul 1 2011 Erik van Pienbroek - 69-4 -- The %%{_mingw32_qmake_qt4} macro pointed to an invalid mkspecs name. Fixed - -* Tue Jun 28 2011 Kalev Lember - 69-3 -- Set Boost_COMPILER to -gcc46 in cmake toolchain file - -* Sun May 29 2011 Kalev Lember - 69-2 -- Make sure the -debuginfo subpackages are mingw32- prefixed - even if the base package is mingw- - -* Tue May 24 2011 Kalev Lember - 69-1 -- Adjusted PKG_CONFIG_LIBDIR to also search in _mingw32_datadir/pkgconfig/ -- Own the sbin/ directory -- Fixed the -n option with _mingw32_debug_package macro - -* Mon May 23 2011 Kalev Lember - 68-3 -- Own etc/, share/pkgconfig/, share/xml/ directories - -* Sat May 21 2011 Kalev Lember - 68-2 -- Own the _mingw32_datadir/cmake/ directory - -* Fri May 20 2011 Kalev Lember - 68-1 -- Support RPM 4.9 new "fileattr" dep extraction system -- Cleaned up the spec file from cruft not needed with latest rpm -- Generate versionless mingw32-filesystem Requires - -* Sat May 14 2011 Erik van Pienbroek - 67-1 -- Don't unset PKG_CONFIG_PATH in the wrapper scripts - mingw32-pkg-config and i686-pc-mingw32-pkg-config (BZ #688171) - -* Sun May 01 2011 Kalev Lember - 66-1 -- Override boost library suffix in cmake toolchain file - -* Thu Mar 17 2011 Kalev Lember - 65-1 -- Don't error out trying to set illegal LD.BFD variable name - -* Tue Feb 08 2011 Fedora Release Engineering - 64-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Wed Jan 12 2011 Erik van Pienbroek - 64-2 -- Own the directory %%{_mingw32_datadir}/themes - -* Sun Nov 14 2010 Ivan Romanov - 64-1 -- 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 - -* Thu Nov 11 2010 Erik van Pienbroek - 63-1 -- Set the CMAKE_RC_COMPILER variable in the CMake toolchain file (RHBZ #652435) - -* Tue Oct 19 2010 Ivan Romanov - 62-2 -- Added mingw32-qmake-qt4 - -* Mon Oct 11 2010 Erik van Pienbroek - 62-1 -- Provide mingw32(odbc32.dll) for Qt - -* Sun Sep 12 2010 Erik van Pienbroek - 61-1 -- Provide mingw32(gdiplus.dll) for gdk-pixbuf - -* Thu Sep 9 2010 Richard W.M. Jones - 60-1 -- Provide virtual mingw32(ws2_32.dll) for libvirt. - -* Mon Sep 06 2010 Kalev Lember - 59-1 -- Own /etc/rpmlint/ dir instead of depending on rpmlint package (RHBZ#629791) - -* Fri Sep 3 2010 Richard W.M. Jones - 58-1 -- Remove requires setup and rpm (RHBZ#629791). - -* Tue Jun 8 2010 Richard W.M. Jones - 57-1 -- Add provides mingw32(rpcrt4.dll) (RHBZ#594581). - -* Mon May 24 2010 Kalev Lember - 56-2 -- Work around cmake's Qt detection in the toolchain file - -* Fri Sep 18 2009 Erik van Pienbroek - 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 - -* Sat Aug 29 2009 Erik van Pienbroek - 54-1 -- Added the file /usr/bin/i686-pc-mingw32-pkg-config which is a wrapper script - which calls pkg-config with the right environment variables set (BZ #513825) - -* Sun Aug 23 2009 Erik van Pienbroek - 53-1 -- Fixed a small rpmlint warning caused by the debuginfo generation macro - Thanks to Kalev Lember for spotting this - -* Sat Jul 25 2009 Fedora Release Engineering - 52-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Wed Jun 24 2009 Erik van Pienbroek - 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 - 52-1 -- Add script to create -debuginfo subpackages - This script was created by Fridrich Strba -- All mingw32 packages now need to add these lines to their .spec files: - %%define __debug_install_post %%{_mingw32_debug_install_post} - %%{_mingw32_debug_package} - -* Thu Jun 4 2009 Adam Goode - 51-1 -- Add CMake rules - -* Tue Apr 21 2009 Richard W.M. Jones - 50-4 -- Fix dependency problem with + in DLL name (Thomas Sailer). - -* Fri Mar 27 2009 Richard W.M. Jones - 50-3 -- Fix up and test mingw32-pkg-config changes. - -* Thu Mar 26 2009 Levente Farkas - 50-1 -- Add mingw32-pkg-config. - -* Wed Feb 25 2009 Fedora Release Engineering - 49-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Fri Feb 20 2009 Richard W.M. Jones - 49-2 -- Rebuild for mingw32-gcc 4.4 - -* Thu Feb 19 2009 Richard W.M. Jones - 49-1 -- Added virtual provides for mingw32(cfgmgr32.dll) and mingw32(setupapi.dll). - -* Wed Feb 18 2009 Richard W.M. Jones - 48-1 -- Fix _mingw32_configure. - -* Tue Feb 17 2009 Richard W.M. Jones - 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). - -* Sun Feb 1 2009 Richard W.M. Jones - 46-1 -- Unset PKG_CONFIG_PATH because /usr/lib/rpm/macros sets it (Erik van - Pienbroek). - -* Wed Jan 28 2009 Richard W.M. Jones - 45-1 -- Use PKG_CONFIG_LIBDIR instead of PKG_CONFIG_PATH so that native pkgconfig - is never searched. - -* Mon Jan 26 2009 Richard W.M. Jones - 44-1 -- Install rpmlint overrides file to suppress some rpmlint warnings. - -* Sat Jan 24 2009 Richard W.M. Jones - 43-6 -- Don't claim C++ compiler exists if it's not installed, as this - breaks autoconf and (in particular) libtool. - -* Wed Jan 14 2009 Richard W.M. Jones - 42-1 -- Add pseudo-provides secur32.dll - -* Wed Dec 17 2008 Levente Farkas - 41-1 -- Re-add mingw32-make - -* Sat Dec 6 2008 Levente Farkas - 40-2 -- Rewrite mingw32-scripts to run in the current shell -- (Re-add mingw32-make) - Removed by RWMJ. -- Add mingw32-env to mingw32.sh - -* Mon Nov 24 2008 Richard W.M. Jones - 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. - -* Sun Nov 23 2008 Richard Jones - 38-1 -- Added mingw32(glut32.dll). - -* Wed Nov 19 2008 Richard Jones - 37-1 -- Revert part of the 36-1 patch. --build option to configure was wrong. - -* Wed Nov 19 2008 Richard Jones - 36-1 -- Greatly improved macros (Levente Farkas). -- Added -mms-bitfields. - -* Thu Nov 13 2008 Richard Jones - 35-1 -- Added mingw32(wldap32.dll) pseudo-provides. - -* Wed Oct 29 2008 Richard Jones - 34-1 -- Set --prefix correctly. - -* Wed Oct 29 2008 Richard Jones - 33-1 -- Remove mingw32.{sh,csh} which are unused. - -* Mon Oct 27 2008 Richard Jones - 32-1 -- Add mingw32-configure script. - -* Mon Oct 27 2008 Richard Jones - 31-1 -- Update the spec file with explanation of the 'Provides: mingw32(...)' - lines for Windows system DLLs. - -* Mon Oct 6 2008 Richard Jones - 30-1 -- Added _mingw32_cxx. - -* Thu Sep 25 2008 Richard Jones - 29-1 -- Added _mingw32_as, _mingw32_dlltool, _mingw32_windres. - -* Wed Sep 24 2008 Richard W.M. Jones - 27-1 -- Begin the grand renaming of mingw -> mingw32. -- Added mingw32(mscoree.dll). - -* Sun Sep 21 2008 Richard W.M. Jones - 25-1 -- Add shared aclocal directory. - -* Sun Sep 21 2008 Richard W.M. Jones - 24-1 -- Remove mingw-defs, since no longer used. -- Add _mingw_infodir. - -* Thu Sep 11 2008 Daniel P. Berrange - 23-1 -- Add macros for find-provides/requires scripts - -* Wed Sep 10 2008 Richard W.M. Jones - 22-1 -- Windows provides OLE32.DLL. - -* Wed Sep 10 2008 Richard W.M. Jones - 21-1 -- Allow '.' in dll names for find-requires -- Windows provides GDI32.DLL. - -* Fri Sep 5 2008 Richard W.M. Jones - 20-1 -- On 64 bit install in /usr/lib/rpm always. - -* Thu Sep 4 2008 Richard W.M. Jones - 19-1 -- 'user32.dll' is provided by Windows. -- Allow '-' in DLL names. -- More accurate detection of DLLs in requires/provides scripts. - -* Thu Sep 4 2008 Richard W.M. Jones - 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. - -* Thu Sep 4 2008 Richard W.M. Jones - 14-1 -- Fix path to mingw-find-requires/provides scripts. - -* Thu Sep 4 2008 Richard W.M. Jones - 12-1 -- Put CFLAGS on a single line to avoid problems in some configure scripts. - -* Thu Sep 4 2008 Richard W.M. Jones - 10-1 -- Provides certain base Windows DLLs (not literally). - -* Thu Sep 4 2008 Richard W.M. Jones - 9-1 -- Include RPM dependency generators and definitions. - -* Thu Sep 4 2008 Richard W.M. Jones - 4-1 -- Add _mingw_cc/cflags/etc. and _mingw_configure macros. - -* Thu Sep 4 2008 Richard W.M. Jones - 3-1 -- Add _mingw_host macro. - -* Thu Sep 4 2008 Richard W.M. Jones - 2-1 -- Add _mingw_sysroot macro. -- Add _mingw_target macro. - -* Thu Sep 4 2008 Richard W.M. Jones - 1-1 -- Basic filesystem layout. diff --git a/mingw-find-debuginfo.sh b/mingw-find-debuginfo.sh deleted file mode 100755 index a7c6a98..0000000 --- a/mingw-find-debuginfo.sh +++ /dev/null @@ -1,46 +0,0 @@ -#!/usr/bin/sh -# mingw-find-debuginfo.sh - automagically generate debug info and file list -# for inclusion in an rpm spec file for mingw-* packages. - -if [ "$#" -lt 2 ] ; then - echo "Usage: $0 [TARGET]..." - exit 1 -fi - -BUILDDIR=$1 -shift - -for f in `find $RPM_BUILD_ROOT -type f -name "*.exe" -or -name "*.dll" -or -name "*.pyd"` -do - case $(mingw-objdump -h $f 2>/dev/null | grep -Eo '(debug[\.a-z_]*|gnu.version)') in - *debuglink*) continue ;; - *debug*) ;; - *gnu.version*) - echo "WARNING: "`echo $f | sed -e "s,^$RPM_BUILD_ROOT/*,/,"`" is already stripped!" - continue - ;; - *) continue ;; - esac - - echo extracting debug info from $f - dest=${RPM_BUILD_ROOT}/usr/lib/debug${f/$RPM_BUILD_ROOT/}.debug - mkdir -p `dirname $dest` - mingw-objcopy --only-keep-debug $f $dest || : - pushd `dirname $dest` - keep_symbols=`mktemp` - mingw-nm $dest --format=sysv --defined-only | awk -F \| '{ if ($4 ~ "Function") print $1 }' | sort > "$keep_symbols" - mingw-objcopy --add-gnu-debuglink=`basename $dest` --strip-unneeded $f --keep-symbols="$keep_symbols" || : - rm -f "$keep_symbols" - popd -done - -for target in $@; do - prefix=`rpm --eval "%{_prefix}/%{${target}_target}"` - if [ ! -d ${RPM_BUILD_ROOT}/usr/lib/debug/$prefix ] ; then - continue - fi - find ${RPM_BUILD_ROOT}/usr/lib/debug/$prefix -type f -name "*.exe.debug" -or -name "*.dll.debug" -or -name "*.pyd.debug" | - sed -n -e "s#^$RPM_BUILD_ROOT##p" > $BUILDDIR/${target}-debugfiles.list - find ${RPM_BUILD_ROOT}/usr/lib/debug/$prefix/* -type d | - sed -n -e "s#^$RPM_BUILD_ROOT#%dir #p" >> $BUILDDIR/${target}-debugfiles.list -done diff --git a/mingw-find-lang.sh b/mingw-find-lang.sh deleted file mode 100755 index 81421fd..0000000 --- a/mingw-find-lang.sh +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/bash - -# Wrapper for the %find_lang macro which splits out the various translations in per-target lists - -PACKAGE_NAME=$2 - -# If previous result from native find-lang exists, filter mingw entries and move it out of the way -test -f ${PACKAGE_NAME}.lang && grep -v mingw32 ${PACKAGE_NAME}.lang > ${PACKAGE_NAME}-native.lang - -/usr/lib/rpm/find-lang.sh $* - -if test $? != 0 ; then - test -f ${PACKAGE_NAME}-native.lang && mv ${PACKAGE_NAME}-native.lang ${PACKAGE_NAME}.lang - exit 1 -fi - -targets=`rpm --eval '%{mingw_build_targets}'` -for target in $targets; do - prefix=`rpm --eval "%{${target}_prefix}"` - cat ${PACKAGE_NAME}.lang | grep "$prefix" > ${target}-$PACKAGE_NAME.lang -done - -test -f ${PACKAGE_NAME}-native.lang && mv ${PACKAGE_NAME}-native.lang ${PACKAGE_NAME}.lang -exit 0 diff --git a/mingw-rpmlint.config b/mingw-rpmlint.config deleted file mode 100644 index 1c43c92..0000000 --- a/mingw-rpmlint.config +++ /dev/null @@ -1,24 +0,0 @@ -# rpmlint overrides file. -# This file filters out MinGW warnings. -# See: http://fedoraproject.org/wiki/MinGW/Rpmlint - -# Unconditionally remove devel-file-in-non-devel rpmlint warning. -addFilter ("^mingw32-.*devel-file-in-non-devel") -addFilter ("^mingw64-.*devel-file-in-non-devel") - -# /usr/x86_64-pc-mingw32 is permitted by MinGW packaging guidelines. -addFilter ("^mingw32-.*non-standard-dir-in-usr i686-w64-mingw32") -addFilter ("^mingw64-.*non-standard-dir-in-usr x86_64-w64-mingw32") - -# Permit *.la files (error is a bit odd, but it's what rpmlint prints). -addFilter ("^mingw32-.*script-without-shebang.*\.la$") -addFilter ("^mingw64-.*script-without-shebang.*\.la$") - -# GCC and libtool create executable archive files. It's not clear -# why, but we permit this for now. -addFilter ("^mingw32-.*spurious-executable-perm.*\.dll\.a$") -addFilter ("^mingw64-.*spurious-executable-perm.*\.dll\.a$") - -# *.a and *.dll.a files are permitted arch-independent objects. -addFilter ("^mingw32-.*arch-independent-package-contains-binary-or-object.*\.a$") -addFilter ("^mingw64-.*arch-independent-package-contains-binary-or-object.*\.a$") diff --git a/mingw-scripts.sh b/mingw-scripts.sh deleted file mode 100755 index 4dc98d2..0000000 --- a/mingw-scripts.sh +++ /dev/null @@ -1,50 +0,0 @@ -#!/bin/sh - - -# mingw-scripts -# Copyright (C) 2008 Red Hat Inc., Richard W.M. Jones. -# Copyright (C) 2008 Levente Farkas -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -# 02111-1307, USA. - -# This is a useful command-line script through which one can use the -# macros from /etc/rpm/macros.cross, macros.mingw32 and macros.mingw64 - -if [ "`basename $0`" = "i686-w64-mingw32-pkg-config" ] ; then - NAME="mingw32_pkg_config" -elif [ "`basename $0`" = "x86_64-w64-mingw32-pkg-config" ] ; then - NAME="mingw64_pkg_config" -elif [ "`basename $0`" = "x86_64-w64-mingw32ucrt-pkg-config" ] ; then - NAME="ucrt64_pkg_config" -else - NAME="`basename $0|tr -- - _`" -fi - -# When using the CMake wrappers, prevent CFLAGS and CXXFLAGS from being set -# unless they're already set in the current environment (RHBZ #1136069) -if [[ $NAME == *cmake* ]] ; then - MINGW32_CFLAGS=${MINGW32_CFLAGS:-""} - MINGW32_CXXFLAGS=${MINGW32_CXXFLAGS:-""} - MINGW64_CFLAGS=${MINGW64_CFLAGS:-""} - MINGW64_CXXFLAGS=${MINGW64_CXXFLAGS:-""} - UCRT64_CFLAGS=${UCRT64_CFLAGS:-""} - UCRT64_CXXFLAGS=${UCRT64_CXXFLAGS:-""} -fi - -# NOTE: The use of 'eval' in combination with '$@' in the evaluated rpm macro is -# a potential security risk. -# We should find a more safe replacement for this command -# Suggestions are welcome at the Fedora MinGW mailing list -eval "MINGW_CMAKE_NO_VERBOSE=1 `rpm --eval "%{$NAME}"`" diff --git a/mingw.prov b/mingw.prov deleted file mode 100755 index 1ce2ace..0000000 --- a/mingw.prov +++ /dev/null @@ -1,34 +0,0 @@ -#!/bin/bash - -# This script reads filenames from STDIN and outputs any relevant provides -# information that needs to be included in the package. - -targets=$@ -if [ -z "$targets" ] ; then - echo "Usage: $0 [ mingw32 ] [ mingw64 ] [ ucrt64 ]" - exit 1 -fi - -filelist=`sed "s/['\"]/\\\&/g"` - -dlls=$(echo $filelist | tr '[:blank:]' '\n' | grep '\.dll$') - -for f in $dlls; do - basename=`basename $f | tr '[:upper:]' '[:lower:]'` - for target in $targets; do - host_triplet=`rpm --eval "%{${target}_target}"` - [[ $f =~ .*$host_triplet.* ]] && echo "$target($basename)" - done -done - -pcs=$(echo $filelist | tr '[:blank:]' '\n' | grep '\.pc$') - -for f in $pcs; do - basename=`basename $f .pc | tr '[:upper:]' '[:lower:]'` - for target in $targets; do - host_triplet=`rpm --eval "%{${target}_target}"` - [[ $f =~ .*$host_triplet.* ]] && echo "${target}-pkgconfig($basename)" - done -done - -exit 0 diff --git a/mingw.req b/mingw.req deleted file mode 100755 index ef2e065..0000000 --- a/mingw.req +++ /dev/null @@ -1,53 +0,0 @@ -#!/bin/bash - -# This script reads filenames from STDIN and outputs any relevant provides -# information that needs to be included in the package. - -[ -z "$OBJDUMP" ] && OBJDUMP=mingw-objdump - -targets=$@ -if [ -z "$targets" ] ; then - echo "Usage: $0 [ mingw32 ] [ mingw64 ] [ ucrt64 ]" - exit 1 -fi - -# Get the list of files. - -filelist=`sed "s/['\"]/\\\&/g"` - -dlls=$(echo $filelist | tr '[:blank:]' '\n' | grep -Ei '\.(dll|exe|pyd)$') -pkgconfig_files=$(echo $filelist | tr '[:blank:]' '\n' | grep -Ei '\.(pc)$') - -for target in $targets; do - dll_found=false - host_triplet=`rpm --eval "%{${target}_target}"` - libdir=`rpm --eval "%{${target}_libdir}"` - for f in $dlls; do - if [[ $f =~ .*$host_triplet.* ]]; then - $OBJDUMP -p $f | grep 'DLL Name' | grep -Eio '[-._\+[:alnum:]]+\.dll' | - tr '[:upper:]' '[:lower:]' | - sed "s/\(.*\)/$target(\1)/" - dll_found=true - fi - done - - # Add a dependency on filesystem and crt if necessary - if [ $dll_found = true ]; then - echo "${target}-filesystem >= 95" - echo "${target}-crt" - fi - - # Add a dependency on $target-pkg-config if necessary - pkgconfig_files_found=false - for f in $pkgconfig_files; do - if [[ $f =~ .*$host_triplet.* ]]; then - pkgconfig_files_found=true - break - fi - done - - if [ $pkgconfig_files_found = true ]; then - echo "${target}-pkg-config" - fi - -done | sort -u diff --git a/mingw32-hostlib.conf b/mingw32-hostlib.conf deleted file mode 100644 index c00dd5d..0000000 --- a/mingw32-hostlib.conf +++ /dev/null @@ -1 +0,0 @@ -/usr/i686-w64-mingw32/lib/ diff --git a/mingw32.attr b/mingw32.attr deleted file mode 100644 index 35c1e92..0000000 --- a/mingw32.attr +++ /dev/null @@ -1,3 +0,0 @@ -%__mingw32_provides %{_rpmconfigdir}/mingw.prov mingw32 -%__mingw32_requires %{_rpmconfigdir}/mingw.req mingw32 -%__mingw32_path ^%{mingw32_prefix}/.*\.([Dd][Ll][Ll]|[Ee][Xx][Ee]|[Pp][Yy][Dd]?|[Pp][Cc])$ diff --git a/mingw32.sh b/mingw32.sh deleted file mode 100644 index 921ad73..0000000 --- a/mingw32.sh +++ /dev/null @@ -1,3 +0,0 @@ -# Environment variables for cross compilers. - -alias mingw32-env='eval `rpm --eval %{mingw32_env}`' diff --git a/mingw64-hostlib.conf b/mingw64-hostlib.conf deleted file mode 100644 index 0defb02..0000000 --- a/mingw64-hostlib.conf +++ /dev/null @@ -1 +0,0 @@ -/usr/x86_64-w64-mingw32/lib/ diff --git a/mingw64.attr b/mingw64.attr deleted file mode 100644 index 5142751..0000000 --- a/mingw64.attr +++ /dev/null @@ -1,3 +0,0 @@ -%__mingw64_provides %{_rpmconfigdir}/mingw.prov mingw64 -%__mingw64_requires %{_rpmconfigdir}/mingw.req mingw64 -%__mingw64_path ^%{mingw64_prefix}/.*\.([Dd][Ll][Ll]|[Ee][Xx][Ee]|[Pp][Yy][Dd]?|[Pp][Cc])$ diff --git a/mingw64.sh b/mingw64.sh deleted file mode 100644 index 2913bf0..0000000 --- a/mingw64.sh +++ /dev/null @@ -1,3 +0,0 @@ -# Environment variables for cross compilers. - -alias mingw64-env='eval `rpm --eval %{mingw64_env}`' diff --git a/pkgconf-personality-mingw32 b/pkgconf-personality-mingw32 deleted file mode 100644 index dcf7848..0000000 --- a/pkgconf-personality-mingw32 +++ /dev/null @@ -1,6 +0,0 @@ -# MinGW 32-bit x86 Windows target -Triplet: i686-w64-mingw32 -SysrootDir: /usr/i686-w64-mingw32/sys-root/mingw -DefaultSearchPaths: /usr/i686-w64-mingw32/sys-root/mingw/lib/pkgconfig:/usr/i686-w64-mingw32/sys-root/mingw/share/pkgconfig -SystemIncludePaths: /usr/i686-w64-mingw32/sys-root/mingw/include -SystemLibraryPaths: /usr/i686-w64-mingw32/sys-root/mingw/lib diff --git a/pkgconf-personality-mingw64 b/pkgconf-personality-mingw64 deleted file mode 100644 index 4cca871..0000000 --- a/pkgconf-personality-mingw64 +++ /dev/null @@ -1,6 +0,0 @@ -# MinGW 64-bit x86 Windows target -Triplet: x86_64-w64-mingw32 -SysrootDir: /usr/x86_64-w64-mingw32/sys-root/mingw -DefaultSearchPaths: /usr/x86_64-w64-mingw32/sys-root/mingw/lib/pkgconfig:/usr/x86_64-w64-mingw32/sys-root/mingw/share/pkgconfig -SystemIncludePaths: /usr/x86_64-w64-mingw32/sys-root/mingw/include -SystemLibraryPaths: /usr/x86_64-w64-mingw32/sys-root/mingw/lib diff --git a/pkgconf-personality-ucrt64 b/pkgconf-personality-ucrt64 deleted file mode 100644 index 7dcf5b3..0000000 --- a/pkgconf-personality-ucrt64 +++ /dev/null @@ -1,6 +0,0 @@ -# MinGW UCRT 64-bit x86 Windows target -Triplet: x86_64-w64-mingw32ucrt -SysrootDir: /usr/x86_64-w64-mingw32ucrt/sys-root/mingw -DefaultSearchPaths: /usr/x86_64-w64-mingw32ucrt/sys-root/mingw/lib/pkgconfig:/usr/x86_64-w64-mingw32ucrt/sys-root/mingw/share/pkgconfig -SystemIncludePaths: /usr/x86_64-w64-mingw32ucrt/sys-root/mingw/include -SystemLibraryPaths: /usr/x86_64-w64-mingw32ucrt/sys-root/mingw/lib diff --git a/sources b/sources deleted file mode 100644 index e69de29..0000000 diff --git a/toolchain-mingw32.cmake b/toolchain-mingw32.cmake deleted file mode 100644 index a450d39..0000000 --- a/toolchain-mingw32.cmake +++ /dev/null @@ -1,38 +0,0 @@ -SET(CMAKE_SYSTEM_NAME Windows) -SET(CMAKE_SYSTEM_PROCESSOR x86) - -# specify the cross compiler -IF(NOT DEFINED ENV{CC}) - SET(CMAKE_C_COMPILER /usr/bin/i686-w64-mingw32-gcc) -ENDIF() -IF(NOT DEFINED ENV{CXX}) - SET(CMAKE_CXX_COMPILER /usr/bin/i686-w64-mingw32-g++) -ENDIF() -IF(NOT DEFINED ENV{FC}) - SET(CMAKE_Fortran_COMPILER /usr/bin/i686-w64-mingw32-gfortran) -ENDIF() - -# where is the target environment -SET(CMAKE_FIND_ROOT_PATH /usr/i686-w64-mingw32/sys-root/mingw) - -# search for programs in the build host directories -SET(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER) -# for libraries, headers and packages in the target directories -SET(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY) -SET(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY) -SET(CMAKE_FIND_ROOT_PATH_MODE_PACKAGE ONLY) - -# Make sure Qt can be detected by CMake -SET(QT_BINARY_DIR /usr/i686-w64-mingw32/bin /usr/bin) - -# set the resource compiler (RHBZ #652435) -IF(NOT $ENV{RC}) - SET(CMAKE_RC_COMPILER /usr/bin/i686-w64-mingw32-windres) -ENDIF() - -# These are needed for compiling lapack (RHBZ #753906) -SET(CMAKE_AR:FILEPATH /usr/bin/i686-w64-mingw32-ar) -SET(CMAKE_RANLIB:FILEPATH /usr/bin/i686-w64-mingw32-ranlib) - -# Workaround failure to detect boost (see #2037724) -SET(Boost_ARCHITECTURE "-x32") diff --git a/toolchain-mingw32.meson b/toolchain-mingw32.meson deleted file mode 100644 index 600a297..0000000 --- a/toolchain-mingw32.meson +++ /dev/null @@ -1,23 +0,0 @@ -[binaries] -c = 'i686-w64-mingw32-gcc' -cpp = 'i686-w64-mingw32-g++' -fortran = 'i686-w64-mingw32-gfortran' -rust = ['rustc', '--target', 'i686-pc-windows-gnu'] -ar = '/usr/bin/i686-w64-mingw32-ar' -pkg-config = '/usr/bin/i686-w64-mingw32-pkg-config' -ranlib = '/usr/bin/x86_64-w64-mingw32-ranlib' -strip = '/usr/bin/i686-w64-mingw32-strip' -windres = '/usr/bin/i686-w64-mingw32-windres' -dlltool = '/usr/bin/i686-w64-mingw32-dlltool' -libgcrypt-config = '/usr/i686-w64-mingw32/sys-root/mingw/bin/libgcrypt-config' -glib-mkenums = '/usr/i686-w64-mingw32/sys-root/mingw/bin/glib-mkenums' - -[properties] -root = '/usr/i686-w64-mingw32/sys-root/mingw' -needs_exe_wrapper = true - -[host_machine] -system = 'windows' -cpu_family = 'x86' -cpu = 'i686' -endian = 'little' diff --git a/toolchain-mingw64.cmake b/toolchain-mingw64.cmake deleted file mode 100644 index a1e278f..0000000 --- a/toolchain-mingw64.cmake +++ /dev/null @@ -1,38 +0,0 @@ -SET(CMAKE_SYSTEM_NAME Windows) -SET(CMAKE_SYSTEM_PROCESSOR x86_64) - -# specify the cross compiler -IF(NOT DEFINED ENV{CC}) - SET(CMAKE_C_COMPILER /usr/bin/x86_64-w64-mingw32-gcc) -ENDIF() -IF(NOT DEFINED ENV{CXX}) - SET(CMAKE_CXX_COMPILER /usr/bin/x86_64-w64-mingw32-g++) -ENDIF() -IF(NOT DEFINED ENV{FC}) - SET(CMAKE_Fortran_COMPILER /usr/bin/x86_64-w64-mingw32-gfortran) -ENDIF() - -# where is the target environment -SET(CMAKE_FIND_ROOT_PATH /usr/x86_64-w64-mingw32/sys-root/mingw) - -# search for programs in the build host directories -SET(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER) -# for libraries, headers and packages in the target directories -SET(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY) -SET(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY) -SET(CMAKE_FIND_ROOT_PATH_MODE_PACKAGE ONLY) - -# Make sure Qt can be detected by CMake -SET(QT_BINARY_DIR /usr/x86_64-w64-mingw32/bin /usr/bin) - -# set the resource compiler (RHBZ #652435) -IF(NOT $ENV{RC}) - SET(CMAKE_RC_COMPILER /usr/bin/x86_64-w64-mingw32-windres) -ENDIF() - -# These are needed for compiling lapack (RHBZ #753906) -SET(CMAKE_AR:FILEPATH /usr/bin/x86_64-w64-mingw32-ar) -SET(CMAKE_RANLIB:FILEPATH /usr/bin/x86_64-w64-mingw32-ranlib) - -# Workaround failure to detect boost (see #2037724) -SET(Boost_ARCHITECTURE "-x64") diff --git a/toolchain-mingw64.meson b/toolchain-mingw64.meson deleted file mode 100644 index 91298ec..0000000 --- a/toolchain-mingw64.meson +++ /dev/null @@ -1,23 +0,0 @@ -[binaries] -c = 'x86_64-w64-mingw32-gcc' -cpp = 'x86_64-w64-mingw32-g++' -fortran = 'x86_64-w64-mingw32-gfortran' -rust = ['rustc', '--target', 'x86_64-pc-windows-gnu'] -ar = '/usr/bin/x86_64-w64-mingw32-ar' -pkg-config = '/usr/bin/x86_64-w64-mingw32-pkg-config' -ranlib = '/usr/bin/x86_64-w64-mingw32-ranlib' -strip = '/usr/bin/x86_64-w64-mingw32-strip' -windres = '/usr/bin/x86_64-w64-mingw32-windres' -dlltool = '/usr/bin/x86_64-w64-mingw32-dlltool' -libgcrypt-config = '/usr/x86_64-w64-mingw32/sys-root/mingw/bin/libgcrypt-config' -glib-mkenums = '/usr/x86_64-w64-mingw32/sys-root/mingw/bin/glib-mkenums' - -[properties] -root = '/usr/x86_64-w64-mingw32/sys-root/mingw' -needs_exe_wrapper = true - -[host_machine] -system = 'windows' -cpu_family = 'x86_64' -cpu = 'x86_64' -endian = 'little' diff --git a/toolchain-ucrt64.cmake b/toolchain-ucrt64.cmake deleted file mode 100644 index 7d3c2f3..0000000 --- a/toolchain-ucrt64.cmake +++ /dev/null @@ -1,37 +0,0 @@ -SET(CMAKE_SYSTEM_NAME Windows) -SET(CMAKE_SYSTEM_PROCESSOR x86_64) - -# specify the cross compiler -IF(NOT DEFINED ENV{CC}) - SET(CMAKE_C_COMPILER /usr/bin/x86_64-w64-mingw32ucrt-gcc) -ENDIF() -IF(NOT DEFINED ENV{CXX}) - SET(CMAKE_CXX_COMPILER /usr/bin/x86_64-w64-mingw32ucrt-g++) -ENDIF() -IF(NOT DEFINED ENV{FC}) - SET(CMAKE_Fortran_COMPILER /usr/bin/x86_64-w64-mingw32ucrt-gfortran) -ENDIF() - -# where is the target environment -SET(CMAKE_FIND_ROOT_PATH /usr/x86_64-w64-mingw32ucrt/sys-root/mingw) - -# search for programs in the build host directories -SET(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER) -# for libraries and headers in the target directories -SET(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY) -SET(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY) - -# Make sure Qt can be detected by CMake -SET(QT_BINARY_DIR /usr/x86_64-w64-mingw32ucrt/bin /usr/bin) - -# set the resource compiler (RHBZ #652435) -IF(NOT $ENV{RC}) - SET(CMAKE_RC_COMPILER /usr/bin/x86_64-w64-mingw32ucrt-windres) -ENDIF() - -# These are needed for compiling lapack (RHBZ #753906) -SET(CMAKE_AR:FILEPATH /usr/bin/x86_64-w64-mingw32ucrt-ar) -SET(CMAKE_RANLIB:FILEPATH /usr/bin/x86_64-w64-mingw32ucrt-ranlib) - -# Workaround failure to detect boost (see #2037724) -SET(Boost_ARCHITECTURE "-x64") diff --git a/toolchain-ucrt64.meson b/toolchain-ucrt64.meson deleted file mode 100644 index 0834d2a..0000000 --- a/toolchain-ucrt64.meson +++ /dev/null @@ -1,24 +0,0 @@ -[binaries] -c = 'x86_64-w64-mingw32ucrt-gcc' -cpp = 'x86_64-w64-mingw32ucrt-g++' -fortran = 'x86_64-w64-mingw32ucrt-gfortran' -rust = ['rustc', '--target', 'x86_64-pc-windows-gnu'] -# XXX: there is no mingw/rustc target for UCRT yet, but this should do -rust_ld = 'x86_64-w64-mingw32ucrt-gcc' -ar = '/usr/bin/x86_64-w64-mingw32ucrt-ar' -pkg-config = '/usr/bin/x86_64-w64-mingw32ucrt-pkg-config' -ranlib = '/usr/bin/x86_64-w64-mingw32ucrt-ranlib' -strip = '/usr/bin/x86_64-w64-mingw32ucrt-strip' -windres = '/usr/bin/x86_64-w64-mingw32ucrt-windres' -dlltool = '/usr/bin/x86_64-w64-mingw32ucrt-dlltool' -libgcrypt-config = '/usr/x86_64-w64-mingw32ucrt/sys-root/mingw/bin/libgcrypt-config' - -[properties] -root = '/usr/x86_64-w64-mingw32ucrt/sys-root/mingw' -needs_exe_wrapper = true - -[host_machine] -system = 'windows' -cpu_family = 'x86_64' -cpu = 'x86_64' -endian = 'little' diff --git a/ucrt64.attr b/ucrt64.attr deleted file mode 100644 index 26f6a79..0000000 --- a/ucrt64.attr +++ /dev/null @@ -1,3 +0,0 @@ -%__ucrt64_provides %{_rpmconfigdir}/mingw.prov ucrt64 -%__ucrt64_requires %{_rpmconfigdir}/mingw.req ucrt64 -%__ucrt64_path ^%{ucrt64_prefix}/.*\.([Dd][Ll][Ll]|[Ee][Xx][Ee]|[Pp][Yy][Dd]?|[Pp][Cc])$ diff --git a/ucrt64.sh b/ucrt64.sh deleted file mode 100644 index 5723ffb..0000000 --- a/ucrt64.sh +++ /dev/null @@ -1,3 +0,0 @@ -# Environment variables for cross compilers. - -alias ucrt64-env='eval `rpm --eval %{ucrt64_env}`'