Rebase to Fedora Rawhide
resolves: rhbz#2080168
This commit is contained in:
parent
30e10b661b
commit
11f0f87e25
@ -138,7 +138,6 @@
|
||||
-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
|
||||
|
@ -138,7 +138,6 @@
|
||||
-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
|
||||
|
@ -6,7 +6,7 @@
|
||||
%global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
|
||||
|
||||
Name: mingw-filesystem
|
||||
Version: 136
|
||||
Version: 139
|
||||
Release: 1%{?dist}
|
||||
Summary: MinGW cross compiler base filesystem and environment
|
||||
|
||||
@ -363,6 +363,10 @@ echo ".so man1/pkgconf.1" > %{buildroot}%{_mandir}/man1/x86_64-w64-mingw32ucrt-p
|
||||
%dir %{_prefix}/lib/debug/%{_prefix}/x86_64-w64-mingw32ucrt
|
||||
|
||||
%changelog
|
||||
* Thu Jul 21 2022 Richard W.M. Jones <rjones@redhat.com> - 139-1
|
||||
- Rebase to Fedora Rawhide
|
||||
resolves: rhbz#2080168
|
||||
|
||||
* Fri May 06 2022 Richard W.M. Jones <rjones@redhat.com> - 136-1
|
||||
- Rebase to Fedora Rawhide
|
||||
resolves: rhbz#2080168
|
||||
|
@ -17,9 +17,10 @@ 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
|
||||
# for libraries, headers and packages in the target directories
|
||||
SET(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)
|
||||
SET(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)
|
||||
SET(CMAKE_FIND_ROOT_PATH_MODE_PACKAGE ONLY)
|
||||
|
||||
# Make sure Qt can be detected by CMake
|
||||
SET(QT_BINARY_DIR /usr/i686-w64-mingw32/bin /usr/bin)
|
||||
|
@ -10,6 +10,7 @@ strip = '/usr/bin/i686-w64-mingw32-strip'
|
||||
windres = '/usr/bin/i686-w64-mingw32-windres'
|
||||
dlltool = '/usr/bin/i686-w64-mingw32-dlltool'
|
||||
libgcrypt-config = '/usr/i686-w64-mingw32/sys-root/mingw/bin/libgcrypt-config'
|
||||
glib-mkenums = '/usr/i686-w64-mingw32/sys-root/mingw/bin/glib-mkenums'
|
||||
|
||||
[properties]
|
||||
root = '/usr/i686-w64-mingw32/sys-root/mingw'
|
||||
|
@ -17,9 +17,10 @@ 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
|
||||
# for libraries, headers and packages in the target directories
|
||||
SET(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)
|
||||
SET(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)
|
||||
SET(CMAKE_FIND_ROOT_PATH_MODE_PACKAGE ONLY)
|
||||
|
||||
# Make sure Qt can be detected by CMake
|
||||
SET(QT_BINARY_DIR /usr/x86_64-w64-mingw32/bin /usr/bin)
|
||||
|
@ -10,6 +10,7 @@ strip = '/usr/bin/x86_64-w64-mingw32-strip'
|
||||
windres = '/usr/bin/x86_64-w64-mingw32-windres'
|
||||
dlltool = '/usr/bin/x86_64-w64-mingw32-dlltool'
|
||||
libgcrypt-config = '/usr/x86_64-w64-mingw32/sys-root/mingw/bin/libgcrypt-config'
|
||||
glib-mkenums = '/usr/x86_64-w64-mingw32/sys-root/mingw/bin/glib-mkenums'
|
||||
|
||||
[properties]
|
||||
root = '/usr/x86_64-w64-mingw32/sys-root/mingw'
|
||||
|
Loading…
Reference in New Issue
Block a user