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/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 a0bd07f..0000000 --- a/macros.mingw +++ /dev/null @@ -1,145 +0,0 @@ -# RPM macros for the Fedora MinGW Cross Compiler collection - -%mingw_build_targets mingw32 mingw64 -%mingw_build_win32 1 -%mingw_build_win64 1 - -%mingw_strip mingw-strip -%mingw_objdump mingw-objdump -%mingw_objcopy mingw-objcopy - -%mingw_findprovides %{_rpmconfigdir}/mingw-find-provides.sh %{mingw_build_targets} -%mingw_findrequires %{_rpmconfigdir}/mingw-find-requires.sh %{mingw_build_targets} -%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 \ -%if 0%{?mingw_build_win32} == 1 \ -%{?mingw32_debug_package} \ -%endif \ -%if 0%{?mingw_build_win64} == 1 \ -%{?mingw64_debug_package} \ -%endif \ -%{nil} - -%mingw_package_header \ -%global __strip %{mingw_strip} \ -%global __objdump %{mingw_objdump} \ -%if 0%{?rhel} == 6 \ -%global _use_internal_dependency_generator 0 \ -%global __find_requires %{mingw_findrequires} \ -%global __find_provides %{mingw_findprovides} \ -%endif \ -%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 build_win32$MINGW_BUILDDIR_SUFFIX \ -pushd build_win32$MINGW_BUILDDIR_SUFFIX \ - %{?mingw32_configure} "$@" \ -popd \ -%endif \ -%if 0%{?mingw_build_win64} == 1 \ -mkdir build_win64$MINGW_BUILDDIR_SUFFIX \ -pushd build_win64$MINGW_BUILDDIR_SUFFIX \ - %{?mingw64_configure} "$@" \ -popd \ -%endif \ -} \ -run_mingw_configure - -%mingw_make \ -run_mingw_make() \ -{ \ -%if 0%{?mingw_build_win32} == 1 \ -make -C build_win32$MINGW_BUILDDIR_SUFFIX "$@" $MINGW32_MAKE_ARGS \ -%endif \ -%if 0%{?mingw_build_win64} == 1 \ -make -C build_win64$MINGW_BUILDDIR_SUFFIX "$@" $MINGW64_MAKE_ARGS \ -%endif \ -} \ -run_mingw_make - -%mingw_cmake \ -run_mingw_cmake() \ -{ \ -%if 0%{?mingw_build_win32} == 1 \ -mkdir build_win32$MINGW_BUILDDIR_SUFFIX \ -pushd build_win32$MINGW_BUILDDIR_SUFFIX \ - %{?mingw32_cmake "$@"} \ -popd \ -%endif \ -%if 0%{?mingw_build_win64} == 1 \ -mkdir build_win64$MINGW_BUILDDIR_SUFFIX \ -pushd build_win64$MINGW_BUILDDIR_SUFFIX \ - %{?mingw64_cmake "$@"} \ -popd \ -%endif \ -} \ -run_mingw_cmake - -%mingw_cmake_kde4 \ -run_mingw_cmake_kde4() \ -{ \ -%if 0%{?mingw_build_win32} == 1 \ -mkdir build_win32$MINGW_BUILDDIR_SUFFIX \ -pushd build_win32$MINGW_BUILDDIR_SUFFIX \ - %{?mingw32_cmake_kde4 "$@"} \ -popd \ -%endif \ -%if 0%{?mingw_build_win64} == 1 \ -mkdir build_win64$MINGW_BUILDDIR_SUFFIX \ -pushd build_win64$MINGW_BUILDDIR_SUFFIX \ - %{?mingw64_cmake_kde4 "$@"} \ -popd \ -%endif \ -} \ -run_mingw_cmake_kde4 - -%mingw_qmake_qt4 \ -run_mingw_qmake_qt4() \ -{ \ -%if 0%{?mingw_build_win32} == 1 \ -mkdir build_win32$MINGW_BUILDDIR_SUFFIX \ -pushd build_win32$MINGW_BUILDDIR_SUFFIX \ - %{?mingw32_qmake_qt4} "$@" \ -popd \ -%endif \ -%if 0%{?mingw_build_win64} == 1 \ -mkdir build_win64$MINGW_BUILDDIR_SUFFIX \ -pushd build_win64$MINGW_BUILDDIR_SUFFIX \ - %{?mingw64_qmake_qt4} "$@" \ -popd \ -%endif \ -} \ -run_mingw_qmake_qt4 - -%mingw_qmake_qt5 \ -run_mingw_qmake_qt5() \ -{ \ -%if 0%{?mingw_build_win32} == 1 \ -mkdir build_win32$MINGW_BUILDDIR_SUFFIX \ -pushd build_win32$MINGW_BUILDDIR_SUFFIX \ - %{?mingw32_qmake_qt5} "$@" \ -popd \ -%endif \ -%if 0%{?mingw_build_win64} == 1 \ -mkdir build_win64$MINGW_BUILDDIR_SUFFIX \ -pushd build_win64$MINGW_BUILDDIR_SUFFIX \ - %{?mingw64_qmake_qt5} "$@" \ -popd \ -%endif \ -} \ -run_mingw_qmake_qt5 - -# Deprecated: -%mingw_make_install %mingw_make install diff --git a/macros.mingw32 b/macros.mingw32 deleted file mode 100644 index a3662ca..0000000 --- a/macros.mingw32 +++ /dev/null @@ -1,169 +0,0 @@ -# RPM macros for Fedora MinGW. - -%mingw32_pkg_name %(echo %{name} | sed '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_ldflags %{nil} - -%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 | egrep '^(\w+)=(.*)$' | egrep -vw '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; \ - LDFLAGS="${MINGW32_LDFLAGS:-%mingw32_ldflags}"; export LDFLAGS; \ - 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_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} \\\ - -DCMAKE_INSTALL_LIBDIR:PATH=%{mingw32_libdir} \\\ - ${MINGW_CMAKE_ARGS} \\\ - ${MINGW32_CMAKE_ARGS} \\\ - "$@" $__mingw32_topdir - -%mingw32_cmake \ - MINGW32_CMAKE_ARGS="${MINGW32_CMAKE_ARGS} -DINCLUDE_INSTALL_DIR:PATH=%{mingw32_includedir}" \ - %mingw32_cmake_generic - -%mingw32_cmake_kde4 \ - MINGW32_CMAKE_ARGS="${MINGW32_CMAKE_ARGS} -DINCLUDE_INSTALL_DIR:PATH=%{mingw32_includedir}/kde4" \ - %mingw32_cmake_generic - -%mingw32_qmake_qt4 /usr/bin/mingw32-qmake-qt4 -%mingw32_qmake_qt5 /usr/bin/mingw32-qmake-qt5 - -%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 8db57f4..0000000 --- a/macros.mingw64 +++ /dev/null @@ -1,169 +0,0 @@ -# RPM macros for Fedora MinGW. - -%mingw64_pkg_name %(echo %{name} | sed '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_ldflags %{nil} - -%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 | egrep '^(\w+)=(.*)$' | egrep -vw '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; \ - LDFLAGS="${MINGW64_LDFLAGS:-%mingw64_ldflags}"; export LDFLAGS; \ - 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_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} \\\ - -DCMAKE_INSTALL_LIBDIR:PATH=%{mingw64_libdir} \\\ - ${MINGW_CMAKE_ARGS} \\\ - ${MINGW64_CMAKE_ARGS} \\\ - "$@" $__mingw64_topdir - -%mingw64_cmake \ - MINGW64_CMAKE_ARGS="${MINGW64_CMAKE_ARGS} -DINCLUDE_INSTALL_DIR:PATH=%{mingw64_includedir}" \ - %mingw64_cmake_generic - -%mingw64_cmake_kde4 \ - MINGW64_CMAKE_ARGS="${MINGW64_CMAKE_ARGS} -DINCLUDE_INSTALL_DIR:PATH=%{mingw64_includedir}/kde4" \ - %mingw64_cmake_generic - -%mingw64_qmake_qt4 /usr/bin/mingw64-qmake-qt4 -%mingw64_qmake_qt5 /usr/bin/mingw64-qmake-qt5 - -%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/mingw-filesystem.spec b/mingw-filesystem.spec deleted file mode 100644 index 394a351..0000000 --- a/mingw-filesystem.spec +++ /dev/null @@ -1,796 +0,0 @@ -%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: 101 -Release: 1%{?dist} -Summary: MinGW cross compiler base filesystem and environment - -Group: Development/Libraries -License: GPLv2+ -URL: http://fedoraproject.org/wiki/MinGW -BuildArch: noarch - -Source0: COPYING -Source1: macros.mingw -Source2: macros.mingw32 -Source3: macros.mingw64 -Source4: mingw32.sh -Source5: mingw64.sh -Source6: mingw-find-debuginfo.sh -Source7: mingw-find-requires.sh -Source8: mingw-find-provides.sh -Source9: mingw-scripts.sh -Source10: mingw-rpmlint.config -Source11: toolchain-mingw32.cmake -Source12: toolchain-mingw64.cmake -Source13: mingw-find-lang.sh -Source14: mingw32.attr -Source15: mingw64.attr -# generated with: -# (rpm -ql mingw32-crt | grep '\.a$' | while read f ; do i686-w64-mingw32-dlltool -I $f 2>/dev/null ; done) | sort | uniq | tr A-Z a-z > standard-dlls-mingw32 -Source16: standard-dlls-mingw32 -# (rpm -ql mingw64-crt | grep '\.a$' | while read f ; do x86_64-w64-mingw32-dlltool -I $f 2>/dev/null ; done) | sort | uniq | tr A-Z a-z > standard-dlls-mingw64 -Source17: standard-dlls-mingw64 - -# Taken from the Fedora filesystem package -Source101: https://fedorahosted.org/filesystem/browser/lang-exceptions -Source102: iso_639.sed -Source103: iso_3166.sed - -BuildRequires: iso-codes - - -%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 both mingw32-filesystem and mingw64-filesystem - -# Obsolete the packages from the test repo -Obsoletes: cross-filesystem < 67-2 -Obsoletes: cross-filesystem-scripts < 67-2 -Obsoletes: mingw-filesystem < 75-2 -Obsoletes: mingw-filesystem-scripts < 75-2 - -%description base -This package contains the base filesystem layout, RPM macros and -environment for all Fedora MinGW packages. - -This environment is maintained by the Fedora MinGW SIG at: - - http://fedoraproject.org/wiki/SIGs/MinGW - - -%package -n mingw32-filesystem -Summary: MinGW cross compiler base filesystem and environment for the win32 target -Requires: %{name}-base = %{version}-%{release} - -# Note about 'Provides: mingw32(foo.dll)' -# ------------------------------------------------------------ -# -# We want to be able to build & install mingw32 libraries without -# necessarily needing to install wine. (And certainly not needing to -# install Windows!) There is no requirement to have wine installed in -# order to use the mingw toolchain to develop software (ie. to -# compile more stuff on top of it), so why require that? -# -# So for expediency, this base package provides the "missing" DLLs -# from Windows. Another way to do it would be to exclude these -# proprietary DLLs in our find-requires checking script - essentially -# it comes out the same either way. -# -Provides: %(sed "s/\(.*\)/mingw32(\1) /g" %{SOURCE16} | tr "\n" " ") -Provides: mingw32(mscoree.dll) - -%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} - -Provides: %(sed "s/\(.*\)/mingw64(\1) /g" %{SOURCE17} | tr "\n" " ") -Provides: mingw64(mscoree.dll) - -%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 - - -%prep -%setup -q -c -T -cp %{SOURCE0} COPYING - - -%build -# nothing - - -%install -mkdir -p $RPM_BUILD_ROOT - -mkdir -p $RPM_BUILD_ROOT%{_libexecdir} -install -m 755 %{SOURCE9} $RPM_BUILD_ROOT%{_libexecdir}/mingw-scripts - -mkdir -p $RPM_BUILD_ROOT%{_bindir} -pushd $RPM_BUILD_ROOT%{_bindir} -for i in mingw32-configure mingw32-cmake mingw32-make mingw32-pkg-config \ - mingw64-configure mingw64-cmake mingw64-make mingw64-pkg-config ; do - ln -s %{_libexecdir}/mingw-scripts $i -done -popd - -mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/profile.d -install -m 644 %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/ -install -m 644 %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/ - -mkdir -p $RPM_BUILD_ROOT%{macrosdir} -install -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{macrosdir}/macros.mingw -install -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{macrosdir}/macros.mingw32 -install -m 644 %{SOURCE3} $RPM_BUILD_ROOT%{macrosdir}/macros.mingw64 - -mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/rpmlint -install -m 644 %{SOURCE10} $RPM_BUILD_ROOT%{_sysconfdir}/rpmlint/ - -# Create the folders required for gcc and binutils -mkdir -p $RPM_BUILD_ROOT%{_prefix}/i686-w64-mingw32 -mkdir -p $RPM_BUILD_ROOT%{_prefix}/i686-w64-mingw32/bin -mkdir -p $RPM_BUILD_ROOT%{_prefix}/i686-w64-mingw32/lib -mkdir -p $RPM_BUILD_ROOT%{_prefix}/x86_64-w64-mingw32 -mkdir -p $RPM_BUILD_ROOT%{_prefix}/x86_64-w64-mingw32/bin -mkdir -p $RPM_BUILD_ROOT%{_prefix}/x86_64-w64-mingw32/lib - -# The MinGW system root which will contain Windows native binaries -# and Windows-specific header files, pkgconfig, etc. -mkdir -p $RPM_BUILD_ROOT%{_prefix}/i686-w64-mingw32/sys-root/mingw -mkdir -p $RPM_BUILD_ROOT%{_prefix}/i686-w64-mingw32/sys-root/mingw/bin -mkdir -p $RPM_BUILD_ROOT%{_prefix}/i686-w64-mingw32/sys-root/mingw/etc -mkdir -p $RPM_BUILD_ROOT%{_prefix}/i686-w64-mingw32/sys-root/mingw/include -mkdir -p $RPM_BUILD_ROOT%{_prefix}/i686-w64-mingw32/sys-root/mingw/include/sys -mkdir -p $RPM_BUILD_ROOT%{_prefix}/i686-w64-mingw32/sys-root/mingw/lib -mkdir -p $RPM_BUILD_ROOT%{_prefix}/i686-w64-mingw32/sys-root/mingw/lib/pkgconfig -mkdir -p $RPM_BUILD_ROOT%{_prefix}/i686-w64-mingw32/sys-root/mingw/lib/cmake -mkdir -p $RPM_BUILD_ROOT%{_prefix}/i686-w64-mingw32/sys-root/mingw/sbin - -mkdir -p $RPM_BUILD_ROOT%{_prefix}/x86_64-w64-mingw32/sys-root/mingw -mkdir -p $RPM_BUILD_ROOT%{_prefix}/x86_64-w64-mingw32/sys-root/mingw/bin -mkdir -p $RPM_BUILD_ROOT%{_prefix}/x86_64-w64-mingw32/sys-root/mingw/etc -mkdir -p $RPM_BUILD_ROOT%{_prefix}/x86_64-w64-mingw32/sys-root/mingw/include -mkdir -p $RPM_BUILD_ROOT%{_prefix}/x86_64-w64-mingw32/sys-root/mingw/include -mkdir -p $RPM_BUILD_ROOT%{_prefix}/x86_64-w64-mingw32/sys-root/mingw/lib -mkdir -p $RPM_BUILD_ROOT%{_prefix}/x86_64-w64-mingw32/sys-root/mingw/lib/pkgconfig -mkdir -p $RPM_BUILD_ROOT%{_prefix}/x86_64-w64-mingw32/sys-root/mingw/lib/cmake -mkdir -p $RPM_BUILD_ROOT%{_prefix}/x86_64-w64-mingw32/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. -# -# Note that some packages try to install stuff in -# /usr/x86_64-pc-mingw32/sys-root/man and -# /usr/x86_64-pc-mingw32/sys-root/doc -# but those are both packaging bugs. -mkdir -p $RPM_BUILD_ROOT%{_prefix}/i686-w64-mingw32/sys-root/mingw/share -mkdir -p $RPM_BUILD_ROOT%{_prefix}/i686-w64-mingw32/sys-root/mingw/share/doc -mkdir -p $RPM_BUILD_ROOT%{_prefix}/i686-w64-mingw32/sys-root/mingw/share/info -mkdir -p $RPM_BUILD_ROOT%{_prefix}/i686-w64-mingw32/sys-root/mingw/share/man -mkdir -p $RPM_BUILD_ROOT%{_prefix}/i686-w64-mingw32/sys-root/mingw/share/man/man{1,2,3,4,5,6,7,8,l,n} -mkdir -p $RPM_BUILD_ROOT%{_prefix}/i686-w64-mingw32/sys-root/mingw/share/aclocal -mkdir -p $RPM_BUILD_ROOT%{_prefix}/i686-w64-mingw32/sys-root/mingw/share/themes -mkdir -p $RPM_BUILD_ROOT%{_prefix}/i686-w64-mingw32/sys-root/mingw/share/cmake -mkdir -p $RPM_BUILD_ROOT%{_prefix}/i686-w64-mingw32/sys-root/mingw/share/locale -mkdir -p $RPM_BUILD_ROOT%{_prefix}/i686-w64-mingw32/sys-root/mingw/share/pkgconfig -mkdir -p $RPM_BUILD_ROOT%{_prefix}/i686-w64-mingw32/sys-root/mingw/share/xml - -mkdir -p $RPM_BUILD_ROOT%{_prefix}/x86_64-w64-mingw32/sys-root/mingw/share -mkdir -p $RPM_BUILD_ROOT%{_prefix}/x86_64-w64-mingw32/sys-root/mingw/share/doc -mkdir -p $RPM_BUILD_ROOT%{_prefix}/x86_64-w64-mingw32/sys-root/mingw/share/info -mkdir -p $RPM_BUILD_ROOT%{_prefix}/x86_64-w64-mingw32/sys-root/mingw/share/man -mkdir -p $RPM_BUILD_ROOT%{_prefix}/x86_64-w64-mingw32/sys-root/mingw/share/man/man{1,2,3,4,5,6,7,8,l,n} -mkdir -p $RPM_BUILD_ROOT%{_prefix}/x86_64-w64-mingw32/sys-root/mingw/share/aclocal -mkdir -p $RPM_BUILD_ROOT%{_prefix}/x86_64-w64-mingw32/sys-root/mingw/share/themes -mkdir -p $RPM_BUILD_ROOT%{_prefix}/x86_64-w64-mingw32/sys-root/mingw/share/cmake -mkdir -p $RPM_BUILD_ROOT%{_prefix}/x86_64-w64-mingw32/sys-root/mingw/share/locale -mkdir -p $RPM_BUILD_ROOT%{_prefix}/x86_64-w64-mingw32/sys-root/mingw/share/pkgconfig -mkdir -p $RPM_BUILD_ROOT%{_prefix}/x86_64-w64-mingw32/sys-root/mingw/share/xml - -# Own folders for all locales -# Snippet taken from the Fedora filesystem package -sed -n -f %{SOURCE102} /usr/share/xml/iso-codes/iso_639.xml > $RPM_BUILD_ROOT/iso_639.tab -sed -n -f %{SOURCE103} /usr/share/xml/iso-codes/iso_3166.xml > $RPM_BUILD_ROOT/iso_3166.tab - -grep -v "^$" $RPM_BUILD_ROOT/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 -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" $RPM_BUILD_ROOT/iso_3166.tab || continue - fi - # If the locale is not official and not special, skip it - if [ -z "$special" ]; then - egrep -q "[[:space:]]${locale%%_*}[[:space:]]" $RPM_BUILD_ROOT/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 -done - -rm -f $RPM_BUILD_ROOT/iso_639.tab -rm -f $RPM_BUILD_ROOT/iso_3166.tab - -cat filelist_mingw32 filelist_mingw64 | grep "locale" | while read a b ; do - mkdir -p -m 755 %{buildroot}/$b/LC_MESSAGES -done - -# NB. NOT _libdir -mkdir -p $RPM_BUILD_ROOT/usr/lib/rpm -install -m 0755 %{SOURCE6} $RPM_BUILD_ROOT%{_rpmconfigdir} -install -m 0755 %{SOURCE7} $RPM_BUILD_ROOT%{_rpmconfigdir} -install -m 0755 %{SOURCE8} $RPM_BUILD_ROOT%{_rpmconfigdir} -install -m 0755 %{SOURCE13} $RPM_BUILD_ROOT%{_rpmconfigdir} - -mkdir -p $RPM_BUILD_ROOT/usr/lib/rpm/fileattrs -install -m 0644 %{SOURCE14} $RPM_BUILD_ROOT%{_rpmconfigdir}/fileattrs/ -install -m 0644 %{SOURCE15} $RPM_BUILD_ROOT%{_rpmconfigdir}/fileattrs/ - -mkdir -p $RPM_BUILD_ROOT%{_datadir}/mingw -install -m 0644 %{SOURCE11} $RPM_BUILD_ROOT%{_datadir}/mingw/ -install -m 0644 %{SOURCE12} $RPM_BUILD_ROOT%{_datadir}/mingw/ - - -%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-pkg-config -%{_prefix}/i686-w64-mingw32 -%{_rpmconfigdir}/fileattrs/mingw32.attr -%{_datadir}/mingw/toolchain-mingw32.cmake - -%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-pkg-config -%{_prefix}/x86_64-w64-mingw32 -%{_rpmconfigdir}/fileattrs/mingw64.attr -%{_datadir}/mingw/toolchain-mingw64.cmake - - -%changelog -* 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 e47df65..0000000 --- a/mingw-find-debuginfo.sh +++ /dev/null @@ -1,39 +0,0 @@ -#!/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"` -do - case $(mingw-objdump -h $f 2>/dev/null | egrep -o '(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 - mingw-objcopy --only-keep-debug $f $f.debug || : - pushd `dirname $f` - mingw-objcopy --add-gnu-debuglink=`basename $f.debug` --strip-unneeded `basename $f` || : - popd -done - -for target in $@; do - prefix=`rpm --eval "%{${target}_prefix}"` - if [ ! -d $RPM_BUILD_ROOT$prefix ] ; then - continue - fi - find $RPM_BUILD_ROOT$prefix -type f -name "*.exe.debug" -or -name "*.dll.debug" | - sed -n -e "s#^$RPM_BUILD_ROOT##p" > $BUILDDIR/${target}-debugfiles.list -done diff --git a/mingw-find-lang.sh b/mingw-find-lang.sh deleted file mode 100755 index 097fc21..0000000 --- a/mingw-find-lang.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/bash - -# Wrapper for the %find_lang macro which splits out the various translations in per-target lists - -/usr/lib/rpm/find-lang.sh $* -if test $? != 0 ; then - exit 1 -fi - -PACKAGE_NAME=$2 -targets=`rpm --eval '%{mingw_build_targets}'` -for target in $targets; do - prefix=`rpm --eval "%{${target}_prefix}"` - cat $2.lang | grep "$prefix" > ${target}-$PACKAGE_NAME.lang -done - -exit 0 diff --git a/mingw-find-provides.sh b/mingw-find-provides.sh deleted file mode 100755 index 30c6150..0000000 --- a/mingw-find-provides.sh +++ /dev/null @@ -1,24 +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 ]" - 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 - -exit 0 diff --git a/mingw-find-requires.sh b/mingw-find-requires.sh deleted file mode 100755 index 84686c1..0000000 --- a/mingw-find-requires.sh +++ /dev/null @@ -1,50 +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 ]" - exit 1 -fi - -# Get the list of files. - -filelist=`sed "s/['\"]/\\\&/g"` - -dlls=$(echo $filelist | tr [:blank:] '\n' | grep -Ei '\.(dll|exe)$') -pkgconfig_files=$(echo $filelist | tr [:blank:] '\n' | grep -Ei '\.(pc)$') - -for target in $targets; do - dll_found=false - host_triplet=`rpm --eval "%{${target}_target}"` - 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 - - pkgconfig_files_found=false - for f in $pkgconfig_files; do - if [[ $f =~ .*$host_triplet.* ]]; then - pkgconfig_files_found=true - fi - done - - # Add a dependency on $target-pkg-config if necessary - if [ $pkgconfig_files_found = true ]; then - echo "${target}-pkg-config" - fi -done | sort -u 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 929a901..0000000 --- a/mingw-scripts.sh +++ /dev/null @@ -1,45 +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" -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:-""} -fi - -# NOTE: The use of 'eval' in combination with '$@' 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/mingw32.attr b/mingw32.attr deleted file mode 100644 index 498385b..0000000 --- a/mingw32.attr +++ /dev/null @@ -1,3 +0,0 @@ -%__mingw32_provides %{_rpmconfigdir}/mingw-find-provides.sh mingw32 -%__mingw32_requires %{_rpmconfigdir}/mingw-find-requires.sh mingw32 -%__mingw32_path ^%{mingw32_prefix}/.*\.([Dd][Ll][Ll]|[Ee][Xx][Ee])$ 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.attr b/mingw64.attr deleted file mode 100644 index 9e7ab01..0000000 --- a/mingw64.attr +++ /dev/null @@ -1,3 +0,0 @@ -%__mingw64_provides %{_rpmconfigdir}/mingw-find-provides.sh mingw64 -%__mingw64_requires %{_rpmconfigdir}/mingw-find-requires.sh mingw64 -%__mingw64_path ^%{mingw64_prefix}/.*\.([Dd][Ll][Ll]|[Ee][Xx][Ee])$ 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/sources b/sources deleted file mode 100644 index e69de29..0000000 diff --git a/standard-dlls-mingw32 b/standard-dlls-mingw32 deleted file mode 100644 index 2606332..0000000 --- a/standard-dlls-mingw32 +++ /dev/null @@ -1,329 +0,0 @@ -aclui.dll -activeds.dll -adsldpc.dll -advapi32.dll -apcups.dll -authz.dll -avicap32.dll -avifil32.dll -avrt.dll -bcrypt.dll -bootvid.dll -browcli.dll -bthprops.cpl -cabinet.dll -cap.dll -cfgmgr32.dll -classpnp.sys -clfsw32.dll -clusapi.dll -cmutil.dll -comctl32.dll -comdlg32.dll -connect.dll -credui.dll -crtdll.dll -crypt32.dll -cryptnet.dll -cryptsp.dll -cryptxml.dll -cscapi.dll -ctl3d32.dll -d2d1.dll -d3d11.dll -d3d8.dll -d3d9.dll -d3dcompiler_37.dll -d3dcompiler_38.dll -d3dcompiler_39.dll -d3dcompiler_40.dll -d3dcompiler_41.dll -d3dcompiler_42.dll -d3dcompiler_43.dll -d3dcompiler_46.dll -d3dcompiler_47.dll -d3dcompiler.dll -d3dcsx_46.dll -d3dcsxd_43.dll -d3dim.dll -d3drm.dll -d3dx10_33.dll -d3dx10_34.dll -d3dx10_35.dll -d3dx10_36.dll -d3dx10_37.dll -d3dx10_38.dll -d3dx10_39.dll -d3dx10_40.dll -d3dx10_41.dll -d3dx10_42.dll -d3dx10_43.dll -d3dx11_42.dll -d3dx11_43.dll -d3dx8d.dll -d3dx9_24.dll -d3dx9_25.dll -d3dx9_26.dll -d3dx9_27.dll -d3dx9_28.dll -d3dx9_29.dll -d3dx9_30.dll -d3dx9_31.dll -d3dx9_32.dll -d3dx9_33.dll -d3dx9_34.dll -d3dx9_35.dll -d3dx9_36.dll -d3dx9_37.dll -d3dx9_38.dll -d3dx9_39.dll -d3dx9_40.dll -d3dx9_41.dll -d3dx9_42.dll -d3dx9_43.dll -d3dx9d.dll -d3dxof.dll -davclnt.dll -davhlpr.dll -dbgeng.dll -dbghelp.dll -ddraw.dll -devmgr.dll -devobj.dll -devrtl.dll -dfscli.dll -dhcpcsvc6.dll -dhcpcsvc.dll -dhcpsapi.dll -dinput8.dll -dinput.dll -dlcapi.dll -dnsapi.dll -dplayx.dll -dpnaddr.dll -dpnet.dll -dpnlobby.def -dpvoice.dll -dsetup.dll -dsound.dll -dsrole.dll -dssec.dll -dwmapi.dll -dwrite.dll -dxapi.sys -dxgi.dll -dxva2.dll -eappcfg.dll -eapphost.dll -eappprxy.dll -elscore.dll -esent.dll -evr.dll -faultrep.dll -fwpuclnt.dll -gdi32.dll -gdiplus.dll -genericui.dll -glaux.dll -glu32.dll -glut32.dll -glut.dll -gpapi.dll -gpedit.dll -gpscript.dll -gptext.dll -hal.dll -hidclass.sys -hid.dll -hidparse.sys -httpapi.dll -icmui.dll -igmpagnt.dll -imagehlp.dll -imm32.dll -iphlpapi.dll -iscsidsc.dll -kernel32.dll -ksproxy.ax -ks.sys -ksuser.dll -ktmw32.dll -logoncli.dll -lz32.dll -mapi32.dll -mcd.sys -mfcuia32.dll -mf.dll -mfplat.dll -mgmtapi.dll -mprapi.dll -mpr.dll -mqrt.dll -msacm32.dll -mscms.dll -msctf.dll -msdmo.dll -msdrm.dll -mshtml.dll -mshtmled.dll -msi.dll -msimg32.dll -mstask.dll -msvcp60.dll -msvcr100.dll -msvcr110.dll -msvcr120d.dll -msvcr120.dll -msvcr80.dll -msvcr90d.dll -msvcr90.dll -msvcrt.dll -msvfw32.dll -mswsock.dll -ncrypt.dll -nddeapi.dll -ndfapi.dll -ndis.sys -netapi32.dll -netjoin.dll -netutils.dll -newdev.dll -normaliz.dll -ntdll.dll -ntdsapi.dll -ntmsapi.dll -ntoskrnl.exe -odbc32.dll -odbccp32.dll -ole32.dll -oleacc.dll -oleaut32.dll -olecli32.dll -oledlg.dll -olepro32.dll -olesvr32.dll -olethk32.dll -opengl32.dll -p2pcollab.dll -p2p.dll -p2pgraph.dll -pcwum.dll -pdh.dll -pdhui.dll -penwin32.dll -pkpd32.dll -polprocl.dll -powrprof.dll -psapi.dll -quartz.dll -qutil.dll -qwave.dll -rapi.dll -rasapi32.dll -rasdlg.dll -resutils.dll -rpcdce4.dll -rpcdiag.dll -rpchttp.dll -rpcns4.dll -rpcrt4.dll -rstrtmgr.dll -rtm.dll -rtutils.dll -samcli.dll -schedcli.dll -scsiport.sys -secur32.dll -setupapi.dll -shell32.dll -shfolder.dll -shlwapi.dll -slc.dll -slcext.dll -slwga.dll -snmpapi.dll -spoolss.dll -srvcli.dll -sspicli.dll -svrapi.dll -sxs.dll -t2embed.dll -tapi32.dll -tbs.dll -tdh.dll -tdi.sys -thirdpartyeapdispatcher.dll -txfw32.dll -url.dll -urlmon.dll -usbcamd2.sys -usbcamd.sys -usbd.sys -usbport.sys -user32.dll -userenv.dll -usp10.dll -uxtheme.dll -vdmdbg.dll -version.dll -videoprt.sys -virtdisk.dll -vssapi.dll -vss_ps.dll -vsstrace.dll -wdsclientapi.dll -wdsclient.dll -wdscore.dll -wdscsl.dll -wdsimage.dll -wdstptc.dll -wdsupgcompl.dll -wdsutil.dll -wecapi.dll -wer.dll -wevtapi.dll -wevtfwd.dll -wiadss.dll -win32k.sys -win32spl.dll -winhttp.dll -wininet.dll -winmm.dll -winscard.dll -winspool.drv -winstrm.dll -wintrust.dll -winusb.dll -wkscli.dll -wlanapi.dll -wlanui.dll -wlanutil.dll -wldap32.dll -wmilib.sys -wow32.dll -ws2_32.dll -wsdapi.dll -wsnmp32.dll -wsock32.dll -wst.dll -wtsapi32.dll -x3daudio1_2.dll -x3daudio1_3.dll -x3daudio1_4.dll -x3daudio1_5.dll -x3daudio1_6.dll -x3daudio1_7.dll -x3daudiod1_7.dll -xapofx1_0.dll -xapofx1_1.dll -xapofx1_2.dll -xapofx1_3.dll -xapofx1_4.dll -xapofx1_5.dll -xapofxd1_5.dll -xaudio2_8.dll -xinput1_1.dll -xinput1_2.dll -xinput1_3.dll -xinput1_4.dll -xinput9_1_0.dll diff --git a/standard-dlls-mingw64 b/standard-dlls-mingw64 deleted file mode 100644 index 496a4a7..0000000 --- a/standard-dlls-mingw64 +++ /dev/null @@ -1,1232 +0,0 @@ -6to4svc.dll -aaaamon.dll -acledit.dll -aclui.dll -active.dll -activeds.dll -admparse.dll -admwprox.dll -adptif.dll -adrot.dll -adsiis.dll -adsiisex.dll -adsldpc.dll -adsldp.dll -adsmsext.dll -adsnt.dll -advapi32.dll -advpack.dll -aelupsvc.dll -agentanm.dll -agentctl.dll -agentdp2.dll -agentdpv.dll -agentmpx.dll -agentpsh.dll -agentsr.dll -agrmco64.dll -agtintl.dll -aksclass.dll -alrsvc.dll -amstream.dll -apcups.dll -apphelp.dll -appmgmts.dll -aqadmin.dll -aqueue.dll -asp.dll -aspperf.dll -asycfilt.dll -atkctrs.dll -atl.dll -atmlib.dll -atrace.dll -audiosrv.dll -authz.dll -autodial.dll -autodisc.dll -avicap32.dll -avifil32.dll -avrt.dll -azroles.dll -azroleui.dll -basesrv.dll -batmeter.dll -batt.dll -bcrypt.dll -bidispl.dll -bitsprx2.dll -bitsprx3.dll -bnts.dll -bootvid.dll -bprovider.dll -browscap.dll -browser.dll -browseui.dll -brp_sysinfo.dll -bthpanux.dll -bthprops.cpl -bthserv.dll -cabinet.dll -cabview.dll -camocx.dll -cards.dll -catsrv.dll -catsrvps.dll -catsrvut.dll -cdfview.dll -cdm.dll -cdosys.dll -certcli.dll -certmgr.dll -certobj.dll -cfgbkend.dll -cfgmgr32.dll -c_gb18030.dll -chsbrkr.dll -chtbrkr.dll -ciadmin.dll -cic.dll -cimwin32.dll -cintime.dll -ciodm.dll -c_is2022.dll -c_iscii.dll -classpnp.sys -clbcatq.dll -clb.dll -clfsw32.dll -cliconfg.dll -clusapi.dll -cmcfg32.dll -cmdial32.dll -cmpbk32.dll -cmprops.dll -cmsetacl.dll -cmutil.dll -cnbjmon.dll -cnetcfg.dll -coadmin.dll -colbact.dll -colbcat.dll -comaddin.dll -comadmin.dll -comcat.dll -comctl32.dll -comdlg32.dll -compatui.dll -compstui.dll -comrepl.dll -comres.dll -comsetup.dll -comsnap.dll -comsvcs.dll -comuid.dll -confmsp.dll -connect.dll -console.dll -controt.dll -corpol.dll -credui.dll -crtdll.dll -crypt32.dll -cryptdlg.dll -cryptdll.dll -cryptext.dll -cryptnet.dll -cryptsp.dll -cryptsvc.dll -cryptui.dll -cryptxml.dll -cscapi.dll -cscdll.dll -cscui.dll -csrsrv.dll -cufat.dll -d2d1.dll -d3d11.dll -d3d8thk.dll -d3d9.dll -d3dcompiler_37.dll -d3dcompiler_38.dll -d3dcompiler_39.dll -d3dcompiler_40.dll -d3dcompiler_41.dll -d3dcompiler_42.dll -d3dcompiler_43.dll -d3dcompiler_46.dll -d3dcompiler_47.dll -d3dcompiler.dll -d3dcsx_46.dll -d3dcsxd_43.dll -d3dx10_33.dll -d3dx10_34.dll -d3dx10_35.dll -d3dx10_36.dll -d3dx10_37.dll -d3dx10_38.dll -d3dx10_39.dll -d3dx10_40.dll -d3dx10_41.dll -d3dx10_42.dll -d3dx10_43.dll -d3dx11_42.dll -d3dx11_43.dll -d3dx9_24.dll -d3dx9_25.dll -d3dx9_26.dll -d3dx9_27.dll -d3dx9_28.dll -d3dx9_29.dll -d3dx9_30.dll -d3dx9_31.dll -d3dx9_32.dll -d3dx9_33.dll -d3dx9_34.dll -d3dx9_35.dll -d3dx9_36.dll -d3dx9_37.dll -d3dx9_38.dll -d3dx9_39.dll -d3dx9_40.dll -d3dx9_41.dll -d3dx9_42.dll -d3dx9_43.dll -d3dxof.dll -danim.dll -dataclen.dll -datime.dll -davclnt.dll -davcprox.dll -dbgeng.dll -dbghelp.dll -dbnetlib.dll -dbnmpntw.dll -dciman32.dll -ddraw.dll -ddrawex.dll -deskadp.dll -deskmon.dll -deskperf.dll -devenum.dll -devmgr.dll -devobj.dll -devrtl.dll -dfrgifcps.dll -dfrgsnap.dll -dfrgui.dll -dfsshlex.dll -dgnet.dll -dhcpcsvc6.dll -dhcpcsvc.dll -dhcpmon.dll -dhcpsapi.dll -diactfrm.dll -digest.dll -dimap.dll -dimsntfy.dll -dimsroam.dll -dinput8.dll -dinput.dll -directdb.dll -diskcopy.dll -dispex.dll -dmconfig.dll -dmdlgs.dll -dmdskmgr.dll -dmintf.dll -dmivcitf.dll -dmocx.dll -dmserver.dll -dmutil.dll -dnsapi.dll -dnsrslvr.dll -docprop2.dll -docprop.dll -dpnaddr.dll -dpnet.dll -dpnhpast.dll -dpnhupnp.dll -dpnlobby.dll -dpvacm.dll -dpvoice.dll -dpvvox.dll -drprov.dll -ds32gt.dll -dsauth.dll -dsdmo.dll -dsdmoprp.dll -dskquota.dll -dskquoui.dll -dsound3d.dll -dsound.dll -dsprop.dll -dsprov.dll -dsquery.dll -dssec.dll -dssenh.dll -dsuiext.dll -duser.dll -dwmapi.dll -dwrite.dll -dxdiagn.dll -dxgi.dll -dxtmsft.dll -dxtrans.dll -dxva2.dll -eappcfg.dll -eapphost.dll -eappprxy.dll -efsadu.dll -els.dll -encapi.dll -ersvc.dll -es.dll -esent.dll -esentprf.dll -esscli.dll -eventcls.dll -eventlog.dll -evntrprv.dll -evr.dll -evtgprov.dll -exports.dll -exprfdll.dll -exstrace.dll -extmgr.dll -f3ahvoas.dll -fastprox.dll -faultrep.dll -fcachdll.dll -fde.dll -fdeploy.dll -feclient.dll -filemgmt.dll -fldrclnr.dll -fltlib.dll -fmifs.dll -fontext.dll -fontsub.dll -framedyn.dll -fsusd.dll -ftpctrs2.dll -ftpmib.dll -ftpsvc2.dll -fwcfg.dll -fwpuclnt.dll -fx.dll -fxsapi.dll -fxscfgwz.dll -fxscom.dll -fxscomex.dll -fxsdrv.dll -fxsmon.dll -fxsocm.dll -fxsperf.dll -fxsroute.dll -fxsst.dll -fxst30.dll -fxstiff.dll -fxsui.dll -fxswzrd.dll -gcdef.dll -gdi32.dll -gdiplus.dll -genericui.dll -getuname.dll -glmf32.dll -glu32.dll -gpedit.dll -gpkcsp.dll -gptext.dll -guitrn.dll -gzip.dll -h323msp.dll -hal.dll -hbaapi.dll -hgfs.dll -hhsetup.dll -hidclass.sys -hid.dll -hidparse.sys -hlink.dll -hmmapi.dll -hnetcfg.dll -hnetmon.dll -hnetwiz.dll -hostmib.dll -hotplug.dll -hticons.dll -htrn_jis.dll -httpapi.dll -httpext.dll -httpmib.dll -httpodbc.dll -htui.dll -hypertrm.dll -iasacct.dll -iasads.dll -iashlpr.dll -iasnap.dll -iaspolcy.dll -iasrad.dll -iassam.dll -iassdo.dll -iassvcs.dll -icaapi.dll -icfgnt.dll -icm32.dll -icmp.dll -icmui.dll -icwconn.dll -icwdl.dll -icwhelp.dll -icwphbk.dll -icwutil.dll -idq.dll -ieakeng.dll -ieaksie.dll -iedkcs32.dll -iepeers.dll -iernonce.dll -iesetup.dll -ifmon.dll -ifsutil.dll -igmpagnt.dll -iisadmin.dll -iiscfg.dll -iisclex4.dll -iis.dll -iisext.dll -iislog.dll -iismap.dll -iisprov.dll -iisrstap.dll -iisrtl.dll -iisui.dll -iisuiobj.dll -iisutil.dll -iisw3adm.dll -imagehlp.dll -imedic.dll -imejpcus.dll -imekrcic.dll -imeshare.dll -imeskdic.dll -imeskdic.dll -imeskf.dll -imgutil.dll -imjp81k.dll -imjputyc.dll -imm32.dll -imsinsnt.dll -inetcfg.dll -inetcomm.dll -inetmgr.dll -inetmib1.dll -inetpp.dll -inetppui.dll -infoadmn.dll -infocomm.dll -infoctrs.dll -infosoft.dll -initpki.dll -input.dll -inseng.dll -iphlpapi.dll -ipmontr.dll -ipnathlp.dll -ippromon.dll -iprip.dll -iprop.dll -iprtprio.dll -iprtrmgr.dll -ipsecsnp.dll -ipsecspd.dll -ipsmsnap.dll -ipv6mon.dll -ipxsap.dll -irclass.dll -isapips.dll -isapitst.dll -isatq.dll -iscomlog.dll -iscsidsc.dll -isignup2.dll -itlocal.dll -itss.dll -ixsso.dll -iyuv_32.dll -jet500.dll -jscript.dll -jsproxy.dll -kbd101a.dll -kbd101b.dll -kbd101c.dll -kbd101.dll -kbd103.dll -kbd106.dll -kbd106n.dll -kbda1.dll -kbda2.dll -kbda3.dll -kbdal.dll -kbdarme.dll -kbdarmw.dll -kbdax2.dll -kbdaze.dll -kbdazel.dll -kbdbe.dll -kbdbene.dll -kbdblr.dll -kbdbr.dll -kbdbu.dll -kbdca.dll -kbdcan.dll -kbdcr.dll -kbdcz1.dll -kbdcz2.dll -kbdcz.dll -kbdda.dll -kbddiv1.dll -kbddiv2.dll -kbddv.dll -kbdes.dll -kbdest.dll -kbdfa.dll -kbdfc.dll -kbdfi.dll -kbdfo.dll -kbdfr.dll -kbdgae.dll -kbdgeo.dll -kbdgkl.dll -kbdgr1.dll -kbdgr.dll -kbdhe220.dll -kbdhe319.dll -kbdheb.dll -kbdhe.dll -kbdhela2.dll -kbdhela3.dll -kbdhept.dll -kbdhu1.dll -kbdhu.dll -kbdibm02.dll -kbdic.dll -kbdindev.dll -kbdinguj.dll -kbdinhin.dll -kbdinkan.dll -kbdinmar.dll -kbdinpun.dll -kbdintam.dll -kbdintel.dll -kbdir.dll -kbdit142.dll -kbdit.dll -kbdkaz.dll -kbdkor.dll -kbdkyr.dll -kbdla.dll -kbdlayout.dll -kbdlk41a.dll -kbdlk41j.dll -kbdlt1.dll -kbdlt.dll -kbdlv1.dll -kbdlv.dll -kbdmac.dll -kbdmon.dll -kbdnec95.dll -kbdnecat.dll -kbdnec.dll -kbdnecnt.dll -kbdne.dll -kbdno.dll -kbdpl1.dll -kbdpl.dll -kbdpo.dll -kbdro.dll -kbdru1.dll -kbdru.dll -kbdsf.dll -kbdsg.dll -kbdsl1.dll -kbdsl.dll -kbdsp.dll -kbdsw.dll -kbdsyr1.dll -kbdsyr2.dll -kbdtat.dll -kbdth0.dll -kbdth1.dll -kbdth2.dll -kbdth3.dll -kbdtuf.dll -kbdtuq.dll -kbduk.dll -kbdur.dll -kbdurdu.dll -kbdusa.dll -kbdus.dll -kbdusl.dll -kbdusr.dll -kbdusx.dll -kbduzb.dll -kbdvntc.dll -kbdycc.dll -kbdycl.dll -kd1394.dll -kdcom.dll -kerberos.dll -kernel32.dll -keymgr.dll -korwbrkr.dll -krnlprov.dll -ks.sys -ksuser.dll -ktmw32.dll -langwrbk.dll -licdll.dll -licmgr.dll -licwmi.dll -linkinfo.dll -lmhsvc.exe -lmmib2.dll -lmrt.dll -loadperf.dll -localsec.dll -localspl.dll -localui.dll -log.dll -loghours.dll -logscript.dll -lonsint.dll -lpdsvc.dll -lpk.dll -lprhelp.dll -lprmon.dll -lprui.dll -lsasrv.dll -lz32.dll -mag_hook.dll -mailmsg.dll -mapi32.dll -marscore.dll -mcastmib.dll -mcd32.dll -mcdsrv32.dll -mchgrcoi.dll -mciavi32.dll -mcicda.dll -mciole32.dll -mciqtz32.dll -mciseq.dll -mciwave.dll -mdhcp.dll -mdminst.dll -metadata.dll -mf3216.dll -mfc42.dll -mfc42u.dll -mfcsubs.dll -mf.dll -mfplat.dll -mgmtapi.dll -midimap.dll -migism.dll -miglibnt.dll -mimefilt.dll -mlang.dll -mll_hp.dll -mll_mtf.dll -mll_qic.dll -mmcbase.dll -mmcndmgr.dll -mmcshext.dll -mmfutil.dll -mmutilse.dll -mobsync.dll -modemui.dll -mofd.dll -mprapi.dll -mprddm.dll -mprdim.dll -mpr.dll -mprui.dll -mqad.dll -mqcertui.dll -mqdscli.dll -mqgentr.dll -mqise.dll -mqoa.dll -mqperf.dll -mqqm.dll -mqrtdep.dll -mqrt.dll -mqsec.dll -mqsnap.dll -mqupgrd.dll -mqutil.dll -msaatext.dll -msacm32.dll -msadcs.dll -msadds.dll -msado15.dll -msadomd.dll -msador15.dll -msadox.dll -msadrh15.dll -msafd.dll -msasn1.dll -mscandui.dll -mscat32.dll -mscms.dll -msctf.dll -msctfp.dll -msdadiag.dll -msdaosp.dll -msdaps.dll -msdart.dll -msdatl3.dll -msdfmap.dll -msdmo.dll -msdrm.dll -msdtclog.dll -msdtcprx.dll -msdtctm.dll -msdtcuiu.dll -msftedit.dll -msgina.dll -msgr3en.dll -msgsvc.dll -mshtml.dll -mshtmled.dll -msident.dll -msi.dll -msieftp.dll -msihnd.dll -msimg32.dll -msimtf.dll -msinfo32.dll -msiprov.dll -msir3jp.dll -msisip.dll -msjtes40.dll -mslbui.dll -msls31.dll -mslwvtts.dll -msmqocm.dll -msobcomm.dll -msobdl.dll -msobmain.dll -msobshel.dll -msobweb.dll -msoeacct.dll -msoe.dll -msoert2.dll -mspatcha.dll -mspmspsn.dll -msports.dll -msrating.dll -msremote.dll -msrle32.dll -mssign32.dll -mssip32.dll -mstask.dll -mstime.dll -mstlsapi.dll -mstscax.dll -msutb.dll -msv1_0.dll -msvcirt.dll -msvcp60.dll -msvcr100.dll -msvcr110.dll -msvcr120d.dll -msvcr120.dll -msvcr80.dll -msvcr90d.dll -msvcr90.dll -msvcrt.dll -msvfw32.dll -msvidc32.dll -msvidctl.dll -msw3prt.dll -mswsock.dll -msxactps.dll -msxml3.dll -msyuv.dll -mtxclu.dll -mtxdm.dll -mtxex.dll -mtxoci.dll -mycomput.dll -mydocs.dll -narrhook.dll -navdgf.dll -ncobjapi.dll -ncprov.dll -ncrypt.dll -ncxp.dll -nddeapi.dll -nddenb32.dll -ndfapi.dll -ndisnpp.dll -ndis.sys -netapi32.dll -netcfgx.dll -netid.dll -netlogon.dll -netman.dll -netobjs.dll -netoc.dll -netplwiz.dll -netrap.dll -netshell.dll -netui0.dll -netui1.dll -netui2.dll -newdev.dll -nextlink.dll -nlhtml.dll -nntpadm.dll -nntpapi.dll -nntpsnap.dll -normaliz.dll -npptools.dll -nshipsec.dll -ntdll.dll -ntdsapi.dll -ntdsbcli.dll -ntdtcsetup.dll -ntevt.dll -ntfsdrv.dll -ntlanman.dll -ntlanui.dll -ntlsapi.dll -ntmarta.dll -ntmsapi.dll -ntmsdba.dll -ntmsevt.dll -ntmsmgr.dll -ntmssvc.dll -ntoc.dll -ntoskrnl.exe -ntprint.dll -ntshrui.dll -ntvdm64.dll -nwprovau.dll -oakley.dll -objsel.dll -occache.dll -ocmanage.dll -ocmsn.dll -ocsbs.dll -odbc32.dll -odbc32gt.dll -odbcbcp.dll -odbcconf.dll -odbccp32.dll -odbccr32.dll -odbctrac.dll -oeimport.dll -oemiglib.dll -offfilt.dll -ole32.dll -oleacc.dll -oleaut32.dll -olecli32.dll -olecnv32.dll -oledb32.dll -oledb32r.dll -oledlg.dll -oleprn.dll -olesvr32.dll -opengl32.dll -osuninst.dll -ovprintmondll.dll -p2pcollab.dll -p2p.dll -p2pgraph.dll -panmap.dll -pautoenr.dll -pchsvc.dll -pcwum.dll -pdh.dll -perfctrs.dll -perfdisk.dll -perfnet.dll -perfos.dll -perfproc.dll -perfts.dll -persist.dll -photowiz.dll -pid.dll -pidgen.dll -pjlmon.dll -pngfilter.dll -policman.dll -polstore.dll -powrprof.dll -printui.dll -profmap.dll -proppage.dll -provthrd.dll -ps5ui.dll -psapi.dll -psbase.dll -pschdprf.dll -pscript5.dll -ps.dll -psnppagn.dll -pstorec.dll -pstorsvc.dll -qasf.dll -qcap.dll -qdvd.dll -qdv.dll -qedit.dll -qmgr.dll -qmgrprxy.dll -qosname.dll -quartz.dll -query.dll -qutil.dll -qwave.dll -rasadhlp.dll -rasapi32.dll -rasauto.dll -raschap.dll -rasctrs.dll -rasdlg.dll -rasman.dll -rasmans.dll -rasmontr.dll -rasmxs.dll -rasppp.dll -rasrad.dll -rassapi.dll -rasser.dll -rassistance.dll -rastapi.dll -rastls.dll -rcbdyctl.dll -rdchost.dll -rdpcfgex.dll -rdpsnd.dll -rdpwsx.dll -regapi.dll -regsvc.dll -regwizctrl.dll -remotepage.dll -rend.dll -resutils.dll -riched20.dll -rnr20.dll -routemsg.dll -routetab.dll -rpcdiag.dll -rpchttp.dll -rpcns4.dll -rpcnsh.dll -rpcref.dll -rpcrt4.dll -rpcss.dll -rsaenh.dll -rshx32.dll -rsmps.dll -rstrtmgr.dll -rtm.dll -rtutils.dll -rwnh.dll -safrcfiledlg.dll -safrdm.dll -safrslv.dll -samlib.dll -samsrv.dll -scarddlg.dll -sccbase.dll -sccsccp.dll -scecli.dll -scesrv.dll -schannel.dll -schedsvc.dll -sclgntfy.dll -scredir.dll -script.dll -scripto.dll -scriptpw.dll -scrobj.dll -scrptutl.dll -scrrun.dll -sdhcinst.dll -sdpblb.dll -seclogon.dll -secur32.dll -security.dll -sendcmsg.dll -sendmail.dll -sensapi.dll -senscfg.dll -sens.dll -seo.dll -seos.dll -serialui.dll -servdeps.dll -serwvdrv.dll -setupapi.dll -setupqry.dll -sfc.dll -sfcfiles.dll -sfc_os.dll -sfilter2.dll -sfmapi.dll -shdocvw.dll -shell32.dll -shfolder.dll -shgina.dll -shimeng.dll -shimgvw.dll -shlwapi.dll -shmedia.dll -shscrap.dll -shsvcs.dll -sigtab.dll -simptcp.exe -simx.dll -sisbkup.dll -skdll.dll -slayerxp.dll -slbcsp.dll -slbiop.dll -slc.dll -slcext.dll -slwga.dll -smlogcfg.dll -smtpadm.dll -smtpapi.dll -smtpcons.dll -smtpctrs.dll -smtpsnap.dll -smtpsvc.dll -snapin.dll -sniffpol.dll -snmpapi.dll -snmpcl.dll -snmpelea.dll -snmpincl.dll -snmpmib.exe -snmpsmir.dll -snmpsnap.dll -snmpstup.dll -snmpthrd.dll -softpub.dll -spcommon.dll -spoolss.dll -sptip.dll -spttseng.dll -sqlsrv32.dll -sqlxmlx.dll -srchctls.dll -srchui.dll -srclient.dll -srrstr.dll -srsvc.dll -srvsvc.dll -ssdpapi.dll -ssdpsrv.dll -ssinc.dll -sspicli.dll -sstub.dll -staxmem.dll -stclient.dll -stdprov.dll -sti_ci.dll -sti.dll -stobject.dll -streamci.dll -strmfilt.dll -subauth.dll -svcext.dll -svcpack.dll -sweeprx.dll -swprv.dll -sxs.dll -synceng.dll -syncui.dll -sysinv.dll -sysmod.dll -syssetup.dll -t2embed.dll -tapi32.dll -tapi3.dll -tapiperf.dll -tapisrv.dll -tbs.dll -tcpmib.dll -tcpmon.dll -tcpmonui.dll -tdh.dll -termmgr.dll -termsrv.dll -thawbrkr.dll -themeui.dll -tlntsvrps.dll -traffic.dll -trialoc.dll -trigobjs.dll -trkwks.dll -tsappcmp.dll -tsbyuv.dll -tscfgwmi.dll -tsd32.dll -tshoot.dll -tsoc.dll -twext.dll -txflogdll.dll -txfw32.dll -ufat.dll -uihelper.dll -ulib.dll -umandlg.dll -umdmxfrm.dll -umpnpmgr.dll -unidrv.dll -unidrvui.dll -uniime.dll -unimdmat.dll -uniplat.dll -untfs.dll -upnp.dll -upnphost.dll -upnpui.dll -ureg.dll -urlauth.dll -url.dll -urlmon.dll -usbcamd2.sys -usbd.sys -usbmon.dll -usbport.sys -user32.dll -userenv.dll -usp10.dll -utildll.dll -uxtheme.dll -vbscript.dll -vdsdyndr.dll -vds_ps.dll -vdsutil.dll -vdswmi.dll -verifier.dll -version.dll -vgx.dll -viewprov.dll -vmx_mode.dll -vssapi.dll -vss_ps.dll -vsstrace.dll -vsswmi.dll -w32time.dll -w32topl.dll -w3cache.dll -w3comlog.dll -w3core.dll -w3ctrlps.dll -w3ctrs.dll -w3dt.dll -w3ext.dll -w3isapi.dll -w3ssl.dll -w3tp.dll -wab32.dll -wabimp.dll -wamreg.dll -wamregps.dll -wbemcore.dll -wbemupgd.dll -wdigest.dll -wdmaud.drv -wdsclientapi.dll -wdsclient.dll -wdscore.dll -wdscsl.dll -wdsimage.dll -wdstptc.dll -wdsupgcompl.dll -wdsutil.dll -webcheck.dll -webclnt.dll -webhits.dll -wecapi.dll -wer.dll -wevtapi.dll -wevtfwd.dll -wiadss.dll -wiarpc.dll -wiaservc.dll -wiashext.dll -win32spl.dll -winfax.dll -winhttp.dll -wininet.dll -winipsec.dll -winmm.dll -winrnr.dll -winscard.dll -winspool.drv -winsrv.dll -winsta.dll -wintrust.dll -winusb.dll -wkssvc.dll -wlanapi.dll -wlanui.dll -wlanutil.dll -wldap32.dll -wlnotify.dll -wlstore.dll -wmi2xml.dll -wmiaprpl.dll -wmi.dll -wmilib.sys -wmiprop.dll -wmisvc.dll -wow64cpu.dll -wow64.dll -wow64mib.dll -wow64win.dll -wpd_ci.dll -ws2_32.dll -ws2help.dll -wscsvc.dll -wsdapi.dll -wshatm.dll -wshbth.dll -wshcon.dll -wsock32.dll -wtsapi32.dll -x3daudio1_2.dll -x3daudio1_3.dll -x3daudio1_4.dll -x3daudio1_5.dll -x3daudio1_6.dll -x3daudio1_7.dll -x3daudiod1_7.dll -xapofx1_0.dll -xapofx1_1.dll -xapofx1_2.dll -xapofx1_3.dll -xapofx1_4.dll -xapofx1_5.dll -xapofxd1_5.dll -xaudio2_8.dll -xfiles.dll -xinput1_1.dll -xinput1_2.dll -xinput1_3.dll -xinput1_4.dll -xinput9_1_0.dll -zoneoc.dll diff --git a/toolchain-mingw32.cmake b/toolchain-mingw32.cmake deleted file mode 100644 index 70f6441..0000000 --- a/toolchain-mingw32.cmake +++ /dev/null @@ -1,27 +0,0 @@ -SET(CMAKE_SYSTEM_NAME Windows) -SET(CMAKE_SYSTEM_PROCESSOR x86) - -# specify the cross compiler -SET(CMAKE_C_COMPILER /usr/bin/i686-w64-mingw32-gcc) -SET(CMAKE_CXX_COMPILER /usr/bin/i686-w64-mingw32-g++) - -# 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 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/i686-w64-mingw32/bin /usr/bin) - -# set the resource compiler (RHBZ #652435) -SET(CMAKE_RC_COMPILER /usr/bin/i686-w64-mingw32-windres) - -# These are needed for compiling lapack (RHBZ #753906) -SET(CMAKE_Fortran_COMPILER /usr/bin/i686-w64-mingw32-gfortran) -SET(CMAKE_AR:FILEPATH /usr/bin/i686-w64-mingw32-ar) -SET(CMAKE_RANLIB:FILEPATH /usr/bin/i686-w64-mingw32-ranlib) - diff --git a/toolchain-mingw64.cmake b/toolchain-mingw64.cmake deleted file mode 100644 index b323e11..0000000 --- a/toolchain-mingw64.cmake +++ /dev/null @@ -1,27 +0,0 @@ -SET(CMAKE_SYSTEM_NAME Windows) -SET(CMAKE_SYSTEM_PROCESSOR x86_64) - -# specify the cross compiler -SET(CMAKE_C_COMPILER /usr/bin/x86_64-w64-mingw32-gcc) -SET(CMAKE_CXX_COMPILER /usr/bin/x86_64-w64-mingw32-g++) - -# 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 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-mingw32/bin /usr/bin) - -# set the resource compiler (RHBZ #652435) -SET(CMAKE_RC_COMPILER /usr/bin/x86_64-w64-mingw32-windres) - -# These are needed for compiling lapack (RHBZ #753906) -SET(CMAKE_Fortran_COMPILER /usr/bin/x86_64-w64-mingw32-gfortran) -SET(CMAKE_AR:FILEPATH /usr/bin/x86_64-w64-mingw32-ar) -SET(CMAKE_RANLIB:FILEPATH /usr/bin/x86_64-w64-mingw32-ranlib) -