mirror of
https://abf.rosa.ru/djam/wine.git
synced 2025-02-23 14:22:46 +00:00
Update to stable - 5.4, stage - 6.4, winetricks - 20210206, off patches
This commit is contained in:
parent
05f015bd83
commit
8a6623645d
2 changed files with 15 additions and 14 deletions
7
.abf.yml
7
.abf.yml
|
@ -1,8 +1,7 @@
|
|||
sources:
|
||||
icons-4.0.tar.xz: 3063b6fcf8d9aeedcb9ecaab9c522bed88a21c0a
|
||||
rosa-wine-desktop-4.4.1.tar.xz: 299d6a589af1e4db705f0e09190a8b388bb74b95
|
||||
wine-5.0.3.tar.xz: b9bcb22cb2e5777cdd8f16bee60e6080e18dae5b
|
||||
wine-6.0.tar.xz: b9959c261029014c1a4d7f507e7791f3e58495fc
|
||||
wine-6.4.tar.xz: 459f7b646f5b67d21788e4f08b0ceac292d1c542
|
||||
wine-nine-standalone-0.7.tar.gz: b8dc24015d5445c8ab8a83682f039172f57a1663
|
||||
wine-staging-6.0.tar.gz: 1159f0f6f4df2fa6ef370f283b721c54c3da0e7b
|
||||
winetricks-20201206.tar.gz: 41c21b38b90e472e935d1de4038ae03f4006058d
|
||||
wine-staging-6.4.tar.gz: 548daf5ec03b0aee541349ac516114b5123f5726
|
||||
winetricks-20210206.tar.gz: fe513ab6a60b471d4f6289f0a945800b7dfe889d
|
||||
|
|
22
wine.spec
22
wine.spec
|
@ -9,13 +9,13 @@
|
|||
%bcond_without systemd
|
||||
|
||||
# wine-staging tarball version
|
||||
%define stagver 6.0
|
||||
%define stagver 6.4
|
||||
|
||||
# wine-stable tarball version
|
||||
%define stabver 5.0.3
|
||||
%define stabver 5.0.4
|
||||
|
||||
%define winenine_ver 0.7
|
||||
%define winetricks_ver 20201206
|
||||
%define winetricks_ver 20210206
|
||||
|
||||
%if %{with unstable}
|
||||
%define wine wine
|
||||
|
@ -536,6 +536,8 @@ from the 32-bit repository to be able to run 32-bit applications.
|
|||
%{_libdir}/wine/ucrtbase.so
|
||||
%{_libdir}/wine/user32.so
|
||||
%{_libdir}/wine/windowscodecs.so
|
||||
%{_libdir}/wine/winegstreamer.so
|
||||
%{_libdir}/wine/wmphoto.so
|
||||
%else
|
||||
%{_datadir}/wine/l_intl.nls
|
||||
%{_datadir}/wine/winebus.inf
|
||||
|
@ -701,15 +703,15 @@ systemctl stop systemd-binfmt.service
|
|||
%prep
|
||||
%setup -qn wine-%{version} -b5 -a6 -a11 -a12
|
||||
%if %{with unstable}
|
||||
%patch0 -p1 -b .conf
|
||||
%patch1 -p1 -b .staging-localization
|
||||
%patch2 -p2 -b .winetricks
|
||||
%patch9 -p1 -b .assert
|
||||
#patch0 -p1 -b .conf
|
||||
#patch1 -p1 -b .staging-localization
|
||||
#patch2 -p2 -b .winetricks
|
||||
#patch9 -p1 -b .assert
|
||||
%else
|
||||
%patch7 -p1 -b .civ3
|
||||
%patch8 -p1 -b .conf
|
||||
#patch7 -p1 -b .civ3
|
||||
#patch8 -p1 -b .conf
|
||||
%endif
|
||||
%patch511 -p1 -b .cjk
|
||||
#patch511 -p1 -b .cjk
|
||||
|
||||
%if %{with unstable}
|
||||
# Wine-staging
|
||||
|
|
Loading…
Add table
Reference in a new issue