|
|
@ -3,8 +3,8 @@
|
|
|
|
%{?mingw_package_header}
|
|
|
|
%{?mingw_package_header}
|
|
|
|
|
|
|
|
|
|
|
|
Name: wine-mono
|
|
|
|
Name: wine-mono
|
|
|
|
Version: 8.1.0
|
|
|
|
Version: 9.0.0
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}.inferit
|
|
|
|
Summary: Mono library required for Wine
|
|
|
|
Summary: Mono library required for Wine
|
|
|
|
|
|
|
|
|
|
|
|
License: GPL-2.0-or-later AND LGPL-2.1-only AND MIT AND BSD-4-Clause-UC AND MS-PL AND MPL-1.1
|
|
|
|
License: GPL-2.0-or-later AND LGPL-2.1-only AND MIT AND BSD-4-Clause-UC AND MS-PL AND MPL-1.1
|
|
|
@ -78,6 +78,7 @@ rm -rf llvm-mingw-20210423-ucrt-ubuntu-18.04-x86_64/*
|
|
|
|
sed -i 's/$CPPFLAGS_FOR_BTLS $btls_cflags/$CPPFLAGS_FOR_BTLS -fPIC $btls_cflags/' mono/configure.ac
|
|
|
|
sed -i 's/$CPPFLAGS_FOR_BTLS $btls_cflags/$CPPFLAGS_FOR_BTLS -fPIC $btls_cflags/' mono/configure.ac
|
|
|
|
sed -i 's/-gcodeview //' GNUmakefile
|
|
|
|
sed -i 's/-gcodeview //' GNUmakefile
|
|
|
|
sed -i 's/-Wl,-pdb=//' GNUmakefile
|
|
|
|
sed -i 's/-Wl,-pdb=//' GNUmakefile
|
|
|
|
|
|
|
|
sed -i 's/WINE=wine/WINE=wine64/g' GNUmakefile
|
|
|
|
|
|
|
|
|
|
|
|
# workaround coreutils 9.2 behavior change to "cp -n" option (RHBZ#2208129)
|
|
|
|
# workaround coreutils 9.2 behavior change to "cp -n" option (RHBZ#2208129)
|
|
|
|
# https://github.com/madewokherd/wine-mono/issues/164
|
|
|
|
# https://github.com/madewokherd/wine-mono/issues/164
|
|
|
@ -120,6 +121,10 @@ cp mono-basic/LICENSE mono-basic-LICENSE
|
|
|
|
%{_datadir}/wine/mono/wine-mono-%{version}/
|
|
|
|
%{_datadir}/wine/mono/wine-mono-%{version}/
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Mar 05 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 9.0.0-1.inferit
|
|
|
|
|
|
|
|
- Update to 9.0.0
|
|
|
|
|
|
|
|
- Fix build by sed -i 's/WINE=wine/WINE=wine64/g' GNUmakefile
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Oct 30 2023 Michael Cronenworth <mike@cchtml.com> - 8.1.0-1
|
|
|
|
* Mon Oct 30 2023 Michael Cronenworth <mike@cchtml.com> - 8.1.0-1
|
|
|
|
- version upgrade
|
|
|
|
- version upgrade
|
|
|
|
|
|
|
|
|
|
|
|