Accepting request 1222910 from home:rrahl0:wine
- update to 9.21 release: - More support for network sessions in DirectPlay. - Header fixes for C++ compilation. - I/O completion fixes. - More formats supported in D3DX9. - Various bug fixes. - update staging to 9.21 release - remove wisotool, as it should not be useful anymore - remove dosbox as a runtime dependency - remove desktop integration, as most users who use wine directly, don't use them, and most people use wine bottle managers - spec file overhauled, using pkgconfig, removing Leap < 1500 OBS-URL: https://build.opensuse.org/request/show/1222910 OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=1156
This commit is contained in:
commit
b5ab0459f2
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
55
README.SUSE
Normal file
55
README.SUSE
Normal file
@ -0,0 +1,55 @@
|
||||
Start wine:
|
||||
-----------
|
||||
Check whether wine runs by entering (e.g.) 'wine notepad.exe' or
|
||||
'wine progman'.
|
||||
|
||||
General Notes:
|
||||
--------------
|
||||
1. All configuration data is in the registry, and can be accessed
|
||||
directly by editing system.reg or user.reg, "wine regedit.exe" or
|
||||
with the graphical configuration frontend "winecfg".
|
||||
|
||||
2. Drives are configured by symlinking in ~/.wine/dosdevices/,
|
||||
or by using "winecfg".
|
||||
|
||||
3. You have to set the WINEPREFIX variable to the wine base dir,
|
||||
if it is different than ~/.wine.
|
||||
|
||||
There usually is no need for additionaly configuring wine.
|
||||
|
||||
If no ~/.wine is present, Wine will setup a fake windows
|
||||
environment in ~/.wine by itself, including all necessary config
|
||||
file and registry settings using the "wine.inf" file.
|
||||
|
||||
|
||||
Windows DLLs not supported by Wine:
|
||||
--------------------------------------
|
||||
A shell script called "winetricks" is included in this RPM which
|
||||
can be used to quickly install missing DLLs from public redistributable
|
||||
archives.
|
||||
|
||||
winetricks help shows all installation possibilities
|
||||
|
||||
winetricks gecko Installs the Mozilla Gecko rendering engine, which
|
||||
provides generic HTML rendering support to Wine.
|
||||
|
||||
This engine is also in the wine-gecko RPM.
|
||||
|
||||
winetricks mfc40 installs the MFC40.DLL
|
||||
winetricks mfc42 installs the MFC42.DLL (Applications might need it)
|
||||
|
||||
|
||||
Violation of existing windows:
|
||||
------------------------------
|
||||
Wine can corrupt MS Windows installation.
|
||||
|
||||
It is not recommended to point Wine to an existing Windows
|
||||
installation. Also it should no longer be necessary to copy
|
||||
stuff from Windows installations.
|
||||
|
||||
|
||||
Error and warning messages:
|
||||
---------------------------
|
||||
Wine is intensively developed but is not always complete.
|
||||
Therefore things might not work and wine might print error and
|
||||
warning messages.
|
7
_constraints
Normal file
7
_constraints
Normal file
@ -0,0 +1,7 @@
|
||||
<constraints>
|
||||
<hardware>
|
||||
<disk>
|
||||
<size unit="G">10</size>
|
||||
</disk>
|
||||
</hardware>
|
||||
</constraints>
|
5
_multibuild
Normal file
5
_multibuild
Normal file
@ -0,0 +1,5 @@
|
||||
<multibuild>
|
||||
<package>wow64</package>
|
||||
<package>staging</package>
|
||||
<package>staging-wow64</package>
|
||||
</multibuild>
|
14
_service
Normal file
14
_service
Normal file
@ -0,0 +1,14 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="url">https://github.com/wine-staging/wine-staging.git</param>
|
||||
<param name="revision">refs/tags/v9.20</param>
|
||||
<param name="match-tag">v*.*</param>
|
||||
<param name="scm">git</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
</services>
|
31
baselibs.conf
Normal file
31
baselibs.conf
Normal file
@ -0,0 +1,31 @@
|
||||
# this file is autregenerated by the .spec file.
|
||||
wine
|
||||
+^/usr/bin/wine$
|
||||
+^/usr/bin/wine-preloader$
|
||||
/usr/lib/wine/*.acm
|
||||
/usr/lib/wine/*.com
|
||||
/usr/lib/wine/*.cpl
|
||||
/usr/lib/wine/*.dll
|
||||
/usr/lib/wine/*.dll16
|
||||
/usr/lib/wine/*.drv
|
||||
/usr/lib/wine/*.drv16
|
||||
/usr/lib/wine/*.exe
|
||||
/usr/lib/wine/*.exe16
|
||||
/usr/lib/wine/*.mod16
|
||||
/usr/lib/wine/*.ocx
|
||||
/usr/lib/wine/*.sys
|
||||
/usr/lib/wine/*.tlb
|
||||
/usr/lib/wine/*.vxd
|
||||
requires "libX11.so.6"
|
||||
requires "libXext.so.6"
|
||||
requires "libXcursor.so.1"
|
||||
requires "libXi.so.6"
|
||||
requires "libXxf86vm.so.1"
|
||||
requires "libXrender.so.1"
|
||||
requires "libXrandr.so.2"
|
||||
requires "libXinerama.so.1"
|
||||
requires "libXcomposite.so.1"
|
||||
requires "libGL.so.1"
|
||||
requires "libGLU.so.1"
|
||||
provides "wine-<targettype> = <version>-<release>"
|
||||
conflicts "otherproviders(wine-<targettype>)"
|
22
get-sources.sh
Normal file
22
get-sources.sh
Normal file
@ -0,0 +1,22 @@
|
||||
#!/usr/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
if [[ -z "$1" ]]; then
|
||||
echo "Please enter the version you want to update to";
|
||||
exit 1;
|
||||
fi
|
||||
|
||||
VERSION="$1"
|
||||
|
||||
echo "++++++++++++++++++++++++++++++++++++++++++++++"
|
||||
echo "patching spec file and downloading the tarball"
|
||||
echo "++++++++++++++++++++++++++++++++++++++++++++++"
|
||||
|
||||
sed -i -e 's|Version: .*|Version: '${VERSION}'|g' wine.spec
|
||||
osc service mr download_files
|
||||
curl -L -o wine-staging-${VERSION}.tar.gz https://github.com/wine-staging/wine-staging/archive/refs/tags/v${VERSION}.tar.gz
|
||||
|
||||
echo "++++++++++++++++++++++++++++++++++++++++++++++"
|
||||
echo "Done! Have fun building and testing"
|
||||
echo "++++++++++++++++++++++++++++++++++++++++++++++"
|
3
ubuntuwine.tar.bz2
Normal file
3
ubuntuwine.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:787f52cd668e644a7a5e2eea85ff0025b7163f449dd9b9867b6eb91fb624c238
|
||||
size 26725
|
3
wine-9.13.tar.xz
Normal file
3
wine-9.13.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d79651d0fe38defe84cbd9e345f001c02ffc125979e29ebf203d6d487abf7348
|
||||
size 30542188
|
16
wine-9.13.tar.xz.sign
Normal file
16
wine-9.13.tar.xz.sign
Normal file
@ -0,0 +1,16 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQIzBAABCgAdFiEE2iNXmnTUrZr50/lFzvrI6q8XUZ0FAmaUOA0ACgkQzvrI6q8X
|
||||
UZ0UTg//eCZ8UojBbKWVjorV2EXIGQuP8nutSERnq4IVYV8J3gcMbXupy/WApmPM
|
||||
QDHJiIpQY0vF3nj3AV20fNRRXx0L3CNSRWH/qPoP1RMhilLTbfBP/NxzICjMMZ+x
|
||||
9/sQwy89SqICqJqsYSitMZv6Y9Gc77G4yJhmlHqSHg7soXaXBopT/1uTVqWS6aQ6
|
||||
xotMITLjTTxHMVKGZDo6Q4Zk4zqQEfR05OLEfLp2P87H4qRIRLozX8AP8h/sy+b2
|
||||
UqGaNR1vDI6Ik7nqNqLrVMWQDs2SGffay39vcoKSKTHstoHlNzNY/c82ABoTsUAU
|
||||
DuPR8+ToQlLdTL5aRQkeLZr+xF3hUN6GkDn3lt0HwPGjnaiKIlJm3rEC0Zd6cBcV
|
||||
s4BAODf9Eeh1WwIloDy0FgVQQs+EPNuDnof4bW+3D4zNZzg//PO2cppevVxz+yPz
|
||||
huy0XnJBuzDjKwH2+c0x7J6PBSwzaA9CSpQ0keV8/Tra3xVmZ4Ca4BZeafqPLz0Q
|
||||
JFKzW6sqLtASxa+5GoTQO5vuGjB7Bu5yj8qpf3Owdtor+iOkNIZMuqhtAA8M4L5n
|
||||
hfnn1OZ4Qno7b634BcMzTe5FTqY6zzFzcprBFfYMDMEUZ9MmMBpTcxcoO/8jxquq
|
||||
XRgAyuqLFL6TcWkXat+X8oDwwqHMCPdLE5luuuXMx6LmbF1osJA=
|
||||
=A0H5
|
||||
-----END PGP SIGNATURE-----
|
3
wine-9.14.tar.xz
Normal file
3
wine-9.14.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:24572f49cf3473fc9ef2a1ad1cddf511ce0ef43daa55413b4720a6c3e3c89ea6
|
||||
size 30561796
|
16
wine-9.14.tar.xz.sign
Normal file
16
wine-9.14.tar.xz.sign
Normal file
@ -0,0 +1,16 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQIzBAABCgAdFiEE2iNXmnTUrZr50/lFzvrI6q8XUZ0FAmamo/8ACgkQzvrI6q8X
|
||||
UZ2/CQ/+KEEsluiZAqAeSPRyiKMNWEHTlummXvHNmtXGcp5S3enF8zkv2N9HXB6o
|
||||
jb8gcktyscX2LdcVG8OvbRp82uZeUckio2dhgyBVpP62ML1BYrGoh8e6s16xIb9C
|
||||
wGMyAozkOav75uL6Y774kYheZZJY0KfCk3cD7mITnBXiX83ZS5wHLehBkBizCFtI
|
||||
Sekod1X7H2oETouJwNynyjlvJGUA+PCp6XB5IwWtigaC4X/sYA0xhCbFMrr/cuOR
|
||||
PJtprn5WuRX1pTlXwC7YVFLR90Mw+tsOZjnMx7b2YqtkH09F4huJgX+ORoD7i8y4
|
||||
yBtaMk6nLmZIp2d1Tl1d4paiOBo3O+NyP0kc0ktpCImivfiO39xt066HYjkMh39/
|
||||
FImgQ+EmFrJxW6ARfVx3RNEyDgbz5DHBv52i94bogy7gtoaztIj1HKitmt+ZSqis
|
||||
eIhuzo5gvXDmjbKugBsA9bfaVzL+wpKSuGpoUX7XbYbraJJJWwBrHgDSvWF9j1+4
|
||||
q4i0jnxnapbRZzOmSqm5vJkt4EBd4xsHbRr/oBEFX1SXtI8aH24szL5xQBCQtzAV
|
||||
dZGoTDZbkg90Zd+F1pN+TYLw/ZH1uv1cdhAga0ENgqXtePRlb9/OhwZhniuuxnJY
|
||||
81mrXvESyla+sasPvkZtnZRjhaXoxjv9EiL+/X0d1AMEwjxyT2w=
|
||||
=CIv2
|
||||
-----END PGP SIGNATURE-----
|
3
wine-9.16.tar.xz
Normal file
3
wine-9.16.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:89042ae8c80b2333f8a7d18877fc4179c07d6357ab7f28ccbda6d06f3c330c50
|
||||
size 30638928
|
16
wine-9.16.tar.xz.sign
Normal file
16
wine-9.16.tar.xz.sign
Normal file
@ -0,0 +1,16 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQIzBAABCgAdFiEE2iNXmnTUrZr50/lFzvrI6q8XUZ0FAmbI8LQACgkQzvrI6q8X
|
||||
UZ0mXw//aY19aJv3pmRNrfjjwZ0JUzzOHQWluooS6VAr8ksypzzgBq1bgYL3Ybtg
|
||||
rOi8wQVZQbTUmf4NbsssM7wM5f6rOR7SNd/JU631p1gsI5waVLZAKQ1Cohufx6lq
|
||||
YS4vyz9UcGUwE/kWaMFnTKBo9O7tdELSMY+paLKCzzFysI/b88HJx13Mx53xYJd1
|
||||
BILYzxzZz9PNCX+ePghSOqD5JTdomkT8HCnOGIetvZuNdlTON9RlKlh+qgLJUavw
|
||||
XGrFNqPYVD3DYu5EHqnG5kmhGZQ0R2D1CI5YUnV6LymSk1DEMx5qiXOy2jp6Kc+O
|
||||
xWl8ntdlDDxczA40kNF9U5IWJ6orfQyRfdCNlvQTcMgojDXx/jhuSptaGwyyjO+t
|
||||
7lTxjij5uQvTD5hgsnUZhb1BMgqt8MsdKUDqqQwtzrN64mkIpJiMpKubPeh7zzq+
|
||||
aXQ7WtDFk5CyhjlEMjdCTWLVGbUVbs34QVgUeIEvB9PCOAQZcghVFntd6PA3s4Ep
|
||||
Jp8CpRaps1bD8/ddekfJCrppgMUe9Syq3FBROosf7fAkJ6qiE34FZlNa4+1wM290
|
||||
OC7X6iMH7vCZQ9sZE9M5/ShOmQswF89tG+ycsdyVSNWfCaHm2JRKDDCsj5+b+jPJ
|
||||
soN5Iea87nUyfyakmg7IneMVo7o5OXnyp9GDPXqIJQkVtQqBc7M=
|
||||
=gloa
|
||||
-----END PGP SIGNATURE-----
|
3
wine-9.17.tar.xz
Normal file
3
wine-9.17.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3edb7eb6f31bb5c3f7378dd5623da9d95f7d4d6d7c8378afd89c8e3a30aa080c
|
||||
size 30684564
|
16
wine-9.17.tar.xz.sign
Normal file
16
wine-9.17.tar.xz.sign
Normal file
@ -0,0 +1,16 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQIzBAABCgAdFiEE2iNXmnTUrZr50/lFzvrI6q8XUZ0FAmbbZ2IACgkQzvrI6q8X
|
||||
UZ3Tow//dybRiUPYZRq3jgHNHNwOGMpYTrVXOrc/BmEUwWsLGOkwWqd2hPoP1lQd
|
||||
RYn5p8Mx6UKH+O7mK8wjlzjMl4NEta+0D66oLRLj/di2AG7hIf1sSwgFVGDeRWVj
|
||||
z+mVdt7L3qD5hKx4fDq272keIfuPRcNsenEgrTcu8nqigdYnG7qBJ+zWNGs3O67c
|
||||
1o1oiRr/xqL/U/PbQmf54JwdAy5GBR3Hew1CkeZq2a6G5d3osTSIansb6cnK9l2+
|
||||
xvbemr/Zdua0yCD4pdWOWMUM2fhrZEXFhcvOUjI+swo4vb8lqiFEsguUadjxISL5
|
||||
lYjo+3/83u1KA08QSKUVAVv0+RBhuMMN/ELZVAtvucVD91Hy7J8Sa6+Z1S6K0A0b
|
||||
Lk7JfNAmHGAdUpYhxfW8yBoQjrcGeI9cQsWqn9JH5Guf8rGVzfN9j47HkTARs1Hu
|
||||
05m8SAMV8uEHj/epemzNRQwazYdlpjeh/tyJzOG3aFWy/FHqQak86KoPJUl6Fmqk
|
||||
k1P2fmkl3OjGvtxcmmhvL97f4IAZNf04c0jzXZ5A4fCd3F7sEsQENzvjz3Gbr/vM
|
||||
L/FbjjtPaI25jaH1BHAuXccNNy+BxlA97YgvXBrDeuYbaH9z1Jpke2U7pSNy+DI3
|
||||
XdugPLXCoxcXkxhLpTvJI92n4vGNxdLS/66Pwe76OaOsF7SwjWI=
|
||||
=KPQU
|
||||
-----END PGP SIGNATURE-----
|
3
wine-9.18.tar.xz
Normal file
3
wine-9.18.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6526f5211c085453bcb642946eb2ce8d1d42a8a4a68168bf2a0d73f32612dd1c
|
||||
size 30760808
|
16
wine-9.18.tar.xz.sign
Normal file
16
wine-9.18.tar.xz.sign
Normal file
@ -0,0 +1,16 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQIzBAABCgAdFiEE2iNXmnTUrZr50/lFzvrI6q8XUZ0FAmbt3t8ACgkQzvrI6q8X
|
||||
UZ1MqA/9F1sW6iv0mccVdIAIxDThrjbCRvqiK66kZ7PPWzvexTaez2DYQeXNv1Xv
|
||||
A1qUxQ76uiZVDPtXIFY70BwSGJgrsyWyd3hzzbtKtes1iufFV49M8TkXh7iHyzIM
|
||||
6BJOjNKehAuQB+qC4key0TdalwcxAvHTxbXscO3/UA62OoCBPIUTytsDo40igZl8
|
||||
DtJAeJFF63FKDfOdC4yZ1Hbbp7jyVs1U9noyRrTC83xhC5sE/LTHVdR7oTwXS4d1
|
||||
R9688AmvDv7iJdVsshzs5ZU+HsKmBT2vN6A0t9KzfSj7elF0BiTpsUl5QFbFK/J9
|
||||
ULn9JsATN/Ifn+8rnJmsLYzGkK6c9Ksisq3VUQOmOBbMTPgKy5lqRteA2J+cxZDm
|
||||
FJWjE6z9uFfNYetPGLmYK4l1URRsTuxl6fHUYOZSojyoJlTsgDSJmCHVD91kUN7t
|
||||
aUUiOoDy0cd/VCa53uKoE/qjihGqYex7uznxwhy8sMWO98LO8wyt2VHfD1BsiFSq
|
||||
D3iihmaKAkXFZypZM/SVzA3gtTmkYAMDgRtgeQS1MIi9+PZefssQfB3Am8cmmTEO
|
||||
O7aKcf1iF06+WzDLtD6Sq0lePC+GPFtzIic09iaIuH2QHGaCSJXOqdSeWyPrxWF+
|
||||
374/bnzozIdNA1gWf0QHlmSQTb4gIe5RSu6hk7h3kSRt4AanAxc=
|
||||
=YWiS
|
||||
-----END PGP SIGNATURE-----
|
3
wine-9.19.tar.xz
Normal file
3
wine-9.19.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2c13a0c3f31f25a54d415d86785a1ad46ef8a07ae973b6b699345a45206ac015
|
||||
size 30812468
|
16
wine-9.19.tar.xz.sign
Normal file
16
wine-9.19.tar.xz.sign
Normal file
@ -0,0 +1,16 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQIzBAABCgAdFiEE2iNXmnTUrZr50/lFzvrI6q8XUZ0FAmcAS0YACgkQzvrI6q8X
|
||||
UZ3i/w/+PBV0s1krHHl0RzHDlmry7D6UhukiTjkloCEJfxo9txLLlg3Z/SOZpcsd
|
||||
n3eldIm4sUNuNe1xhzNvfVIFPCogRtiAWZIgPc6PBLBq/jHVmVpYVjOmmTntU+/T
|
||||
G0K1jH/g3QiIIVP4l8bNEP4pevyhLqOH4/1biCppc2h0rt23xecJB3ofvntl3MxD
|
||||
zuTZIDZ5HvKyGW1yYUjF0yoQRdLDGWt2r5DEu7jvY9TE1VnWj1X0L6C6vEodOJz6
|
||||
uHxaPW6QJNPElzZ1FesDJwTMxgxVrAInPpg7CnTuAob2w/B9ICujEZvkJW0ixAod
|
||||
c9/bPSIXFCUe0W+5X3lnO5wlbGl2S/pvY06B8qvEThGRE4aX2cU/um4RQlq7mWP+
|
||||
rcoCDaZwJxC4HwnVI/0XSTolzepu/CdsHA/p76vWidLbg7sSkmeomuDd15OuzEpw
|
||||
yx8lP9X3OAtetRbA4DxRgB8OhBn1UmPYb3Fcq+A6GHt7ph6HNRJl/u0a9qDyYf93
|
||||
NSmuDW+VdMrRThscnfRxnDach1JYUHp2awfkiAhrxEi38PuLakAri2oPhKDVNMQL
|
||||
Uwwn9DgzPItvXsFQgKiis9zeGTSNcYsk+SmQ2hDGLiVltSrnCgMd9Qn9Lo0ED/oM
|
||||
1iZ8ikaPuwD98UuSie+Q14VoG4QF2INb5rrnr2SZAhvp0XVZc94=
|
||||
=Ydd3
|
||||
-----END PGP SIGNATURE-----
|
3
wine-9.20.tar.xz
Normal file
3
wine-9.20.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:95f2b45b1458125be7d9fccc94ca5f8cce0a5e4ae11d0d193cfb7dddb35e7a86
|
||||
size 31807848
|
16
wine-9.20.tar.xz.sign
Normal file
16
wine-9.20.tar.xz.sign
Normal file
@ -0,0 +1,16 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQIzBAABCgAdFiEE2iNXmnTUrZr50/lFzvrI6q8XUZ0FAmcSwWYACgkQzvrI6q8X
|
||||
UZ2O5BAAjolzuPXioyQcLcu/uEbYQLCTJ6sNDSk7B7CdvXK6sY9tDJioDjOlx+8Z
|
||||
upLhYXJrAm0hJKaJrwwEv79cE8Clt6qDynpwJqL9t6kmyICdtySMfi+GDqiTcULC
|
||||
OEQiKZoBTjV8WtidVokLVsZpnw5Ynipam5Th+EwlvZuEC97v2uxYVaJ3jO9WW2jU
|
||||
ln/Z62DtPjwUmNHs5lC8z1+SCgk452SwWMZBinx5drvB5BJeHNi33C3bqr3LhCCl
|
||||
vdWmedfKn0SdioLnlo+y66y40lnZOZzBqqRxoG6QiSWDbYE50qgYRJ4MQObilHFc
|
||||
A2ZlkBIykY9n0O8Ia2w5d4CH3aqq9DZe0SmNBIBEDKsRGmosYfAkh5YbFFre04MZ
|
||||
g2R4yK1IqWXwjD3OAblB6ZeivsTMZGEKOnCD0RksTd52tWbDbvyTYhaQkMhZoD2h
|
||||
Rt4RuKi3nwt2maCa7ESf5zdYy46qMRkkbje/S+HthqzfvoDRvYlMiIL3f9FE+kR9
|
||||
bymRqjBdqWhXO3cPWxPBs+e9YOmgpP1BwrrfNyJWThWUWnDvswhtQLo1os3lQvNi
|
||||
Ber8zTRI5ZD3UfkBQujlvbixjAWW3gu2qxqat177gAg1mTsqIYhBmsriL//d9wXx
|
||||
opghMXfBTXzhBvfS/RoiWdpTAP964BK/Ir6HYcbOJit9eaxm5kg=
|
||||
=jTYW
|
||||
-----END PGP SIGNATURE-----
|
3
wine-9.21.tar.xz
Normal file
3
wine-9.21.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4442b47ffd9b2ea457100e36ed5fd4e6f4d829d9db79a25e605175a988ca2fff
|
||||
size 31888916
|
16
wine-9.21.tar.xz.sign
Normal file
16
wine-9.21.tar.xz.sign
Normal file
@ -0,0 +1,16 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQIzBAABCgAdFiEE2iNXmnTUrZr50/lFzvrI6q8XUZ0FAmcudg8ACgkQzvrI6q8X
|
||||
UZ0dnA//Zw+nWFCIa64gzmgj1GNqd7xAfxIv55cxt6UJ4ViXl5MoLCBPQU+CSGQZ
|
||||
P4YT7KPNCd5C17fK71sTD7HmlD6rn0o/VgxNttpHbXYnPwGCD9ktE+TqnMH11QUk
|
||||
IW1Lf31ZyzVH6W7Zjf+eqKWy/RUxR7xJXsu7cqOsPTLgSDLmYZtooeCm6AeDvGan
|
||||
Tu8ApRcT+Rtx0kBRM4vonTm4N3IFAGTtapNSI2+gffbW0kxXti6ZhYWD17iRusoX
|
||||
dz3Hqj0s1VTHtHE0J+QvfJ7Da9Kh3kQK0YUnzvOhO81OqJZWYrsDOYsOLN6VY31r
|
||||
Tmd2VC42MH6AACAzj8kBeJ9YtY7ln7NUvdJVMIjjWMABTbmvdfTG+1qlNZvDaE3K
|
||||
E7xVzzNYfjVCzJrIyaN1tYbQH+DE3wfs8uLqI2NrwBhVwVJN3QnKVVVMVJPKEJnX
|
||||
Avv0MnrHoGi5FptmNOneusQ+/yUi6eXBDmiKIrv+RLJZeQryrx+ySTCayEc+O69w
|
||||
3PB+L9kfpC2lH/gR5INIguLzb1QePJScJIXQrfHrtLeJAliH6HXudmHdZXYq/p7l
|
||||
lDrfrhA/EZaw2XSLWXgD64Wy+x/fP3dkpgdJhdhKYg/KoZTmw6Or/pN0UgJ2fY+n
|
||||
kZARSPYWZjc4Pu3SEhxGx7A86H7NsYZY+gIRYdslMpJNA/qSi08=
|
||||
=oRta
|
||||
-----END PGP SIGNATURE-----
|
10
wine-msi.desktop
Normal file
10
wine-msi.desktop
Normal file
@ -0,0 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Exec=msiexec /i %f
|
||||
Name=Wine MSI Installer
|
||||
NoDisplay=true
|
||||
GenericName=Run MSI Installers
|
||||
Icon=wine
|
||||
Type=Application
|
||||
MimeType=application/x-msi;
|
||||
Encoding=UTF-8
|
||||
X-KDE-StartupNotify=false
|
4
wine-rpmlintrc
Normal file
4
wine-rpmlintrc
Normal file
@ -0,0 +1,4 @@
|
||||
# Some of our .a files are data only, rpmlint check does not cover that
|
||||
addFilter("lto-no-text-in-archive")
|
||||
# we have a libwine.so.1, but it is really just for wine usage only.
|
||||
addFilter("shlib-policy-name-error")
|
3
wine-staging-9.13.tar.xz
Normal file
3
wine-staging-9.13.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:48727aef1f43e6235c254dd3bb8fbf115558b2b83f7787d335445d2631014e21
|
||||
size 7217336
|
3
wine-staging-9.14.tar.xz
Normal file
3
wine-staging-9.14.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4d08d437ee79cc7143c4016fcf06e82e96ee91124b26d7e8f1dd499740d15eaf
|
||||
size 7200088
|
3
wine-staging-9.16.tar.xz
Normal file
3
wine-staging-9.16.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d5616264f01b99fa1811563407d91206deeee30968492184322bded8b73b12ad
|
||||
size 7240692
|
3
wine-staging-9.17.tar.xz
Normal file
3
wine-staging-9.17.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b43b951c3bf603b2819488b5aa52989ea63cbba7e8bbc1acffaa6644a4dd2940
|
||||
size 7156036
|
3
wine-staging-9.18.tar.xz
Normal file
3
wine-staging-9.18.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:64a00f49aedc8b9975a99af2c5324a7d033d7b1cf3b294f57b5729b183805a58
|
||||
size 7188488
|
3
wine-staging-9.19.tar.xz
Normal file
3
wine-staging-9.19.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:06e325187c71723802a3466fd07f05d60f75c29ca5a48f839dc9e8e9b552ce56
|
||||
size 7200172
|
3
wine-staging-9.20.tar.xz
Normal file
3
wine-staging-9.20.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1a338e36656f1aa182d5ac172773c4ec8587b24b8175874a77b5a192128371f8
|
||||
size 7237044
|
3
wine-staging-9.21.tar.gz
Normal file
3
wine-staging-9.21.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2e8c9cf9e378f99de133c7d86f9f0d5d506305869f4c802cb598f97b2f6bf8a6
|
||||
size 9564841
|
7074
wine.changes
Normal file
7074
wine.changes
Normal file
File diff suppressed because it is too large
Load Diff
63
wine.desktop
Normal file
63
wine.desktop
Normal file
@ -0,0 +1,63 @@
|
||||
[Desktop Entry]
|
||||
Exec=wine start /unix %f
|
||||
Name=Wine
|
||||
NoDisplay=true
|
||||
Name[af]=Wyn
|
||||
Name[lo]=ເຄືອ
|
||||
Name[ta]=¨Åý
|
||||
Name[ven]=Veini
|
||||
Name[zu]=Iwayini
|
||||
GenericName=Run Windows Programs
|
||||
GenericName[af]=Hardloop Vensters Programme
|
||||
GenericName[be]=Выканаць Windows праграмы
|
||||
GenericName[bg]=Програма за Изпълнение на Windows Програми
|
||||
GenericName[bs]=Pokretanje Windows programa
|
||||
GenericName[ca]=Engega programes Windows
|
||||
GenericName[cs]=Provozujte programy z Windows
|
||||
GenericName[da]=Kører Windows programmer
|
||||
GenericName[de]=Windows-Programme ausführen
|
||||
GenericName[el]=Εκτέλεση προγραμμάτων Windows
|
||||
GenericName[eo]=Lanĉu Vindozaj Programoj
|
||||
GenericName[es]=Ejecución de programas de Windows
|
||||
GenericName[et]=Windows rakenduste käivitamine
|
||||
GenericName[eu]=Windows Programak Abiarazten Ditu
|
||||
GenericName[fa]=اجرای برنامههای ویندوز
|
||||
GenericName[fi]=Aja Windows ohjelmia
|
||||
GenericName[fr]=Fait fonctionner des programmes Windows
|
||||
GenericName[he]=הפעלת תוכניות של Windows
|
||||
GenericName[hu]=Windows-emulátor
|
||||
GenericName[is]=Keyra Windows forrit
|
||||
GenericName[it]=Esecuzione programmi windows
|
||||
GenericName[ja]=Windowsプログラム実行
|
||||
GenericName[lo]=ໂປຣແກຣມວາດພາບທຳມະດາ
|
||||
GenericName[lt]=Leisti Windows programas
|
||||
GenericName[lv]=Darbina Windows Programmas
|
||||
GenericName[mk]=Стартувај Windows програми
|
||||
GenericName[mn]=Виндовсын-Програм ажиллуулах
|
||||
GenericName[nb]=Kjør Windows-programmer
|
||||
GenericName[nl]=Windows-programma's draaien
|
||||
GenericName[nn]=Køyr Windows-program
|
||||
GenericName[nso]=Tsamaisa Mananeo a di-Window
|
||||
GenericName[pl]=Środowisko do uruchamiania programów Windows
|
||||
GenericName[pt]=Executar Programas de Windows
|
||||
GenericName[pt_BR]=Executar Programas do Windows
|
||||
GenericName[ro]=Rulează programe de Windows
|
||||
GenericName[ru]=Выполнение программ Windows
|
||||
GenericName[se]=Vuoje Windows-prográmmaid
|
||||
GenericName[sk]=Beh aplikácií Windows
|
||||
GenericName[sl]=Poganjanje programov za Windows
|
||||
GenericName[sv]=Kör Windows-program
|
||||
GenericName[ta]=Å¢ý§¼¡Š ¿¢Ãø¸¨Ç þÂìÌ
|
||||
GenericName[tr]=Windows Programlarını Çalıştır
|
||||
GenericName[uk]=Запуск програм Windows
|
||||
GenericName[ven]=Mbekanyamushumo yau tshimbidza dziwindow
|
||||
GenericName[vi]=Chạy chương trình của Windows
|
||||
GenericName[xh]=Sebenzisa Udweliso lweenkqubo lwe Windows
|
||||
GenericName[zh_CN]=运行 Windows 程序
|
||||
GenericName[zh_TW]=執行 Windows 程式
|
||||
GenericName[zu]=Sebenzisa izinhlelo zemisebenzi zama-WIndow
|
||||
Icon=wine
|
||||
Type=Application
|
||||
MimeType=application/x-msdos-program;application/x-ms-dos-executable;application/x-msi;application/x-win-lnk;application/x-ms-shortcut;
|
||||
Encoding=UTF-8
|
||||
X-KDE-StartupNotify=false
|
123
wine.keyring
Normal file
123
wine.keyring
Normal file
@ -0,0 +1,123 @@
|
||||
-----BEGIN PGP PUBLIC KEY BLOCK-----
|
||||
Comment: Hostname:
|
||||
Version: Hockeypuck 2.2
|
||||
|
||||
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
|
||||
LJqsDPRRw5hiWE0BNVm1WbuIGQ==
|
||||
=x8N0
|
||||
-----END PGP PUBLIC KEY BLOCK-----
|
1
wine.rpmlintrc
Normal file
1
wine.rpmlintrc
Normal file
@ -0,0 +1 @@
|
||||
addFilter('lto-no-text-in-archive')
|
395
wine.spec
Normal file
395
wine.spec
Normal file
@ -0,0 +1,395 @@
|
||||
#
|
||||
# spec file for package wine
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%global flavor @BUILD_FLAVOR@%{nil}
|
||||
%define psuffix %{nil}
|
||||
%define wow64 0
|
||||
%define staging 0
|
||||
%if "%{flavor}" == "wow64"
|
||||
%define psuffix -wow64
|
||||
%define wow64 1
|
||||
%endif
|
||||
%if "%{flavor}" == "staging"
|
||||
%define psuffix -staging
|
||||
%define staging 1
|
||||
%endif
|
||||
%if "%{flavor}" == "staging-wow64"
|
||||
%define psuffix -staging-wow64
|
||||
%define wow64 1
|
||||
%define staging 1
|
||||
%endif
|
||||
|
||||
%define _lto_cflags %{nil}
|
||||
Name: wine%{psuffix}
|
||||
Version: 9.21
|
||||
Release: 0
|
||||
Summary: An MS Windows Emulator
|
||||
License: LGPL-2.1-or-later
|
||||
URL: https://winehq.org
|
||||
Source0: https://dl.winehq.org/wine/source/9.x/wine-%{version}.tar.xz
|
||||
Source1: https://dl.winehq.org/wine/source/9.x/wine-%{version}.tar.xz.sign
|
||||
Source2: https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xda23579a74d4ad9af9d3f945cefac8eaaf17519d#/wine.keyring
|
||||
%if %{staging}
|
||||
Source3: https://github.com/wine-staging/wine-staging/archive/v%{version}.tar.gz#/wine-staging-%{version}.tar.gz
|
||||
%endif
|
||||
Source97: baselibs.conf
|
||||
Source98: wine.rpmlintrc
|
||||
Source99: get-sources.sh
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: bison
|
||||
BuildRequires: flex
|
||||
BuildRequires: giflib-devel
|
||||
BuildRequires: libgsm-devel
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(OpenCL)
|
||||
BuildRequires: pkgconfig(alsa)
|
||||
BuildRequires: pkgconfig(dbus-1)
|
||||
BuildRequires: pkgconfig(fontconfig)
|
||||
BuildRequires: pkgconfig(freetype2)
|
||||
BuildRequires: pkgconfig(gl)
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(glut)
|
||||
BuildRequires: pkgconfig(gnutls)
|
||||
BuildRequires: pkgconfig(gstreamer-1.0)
|
||||
BuildRequires: pkgconfig(gstreamer-plugins-base-1.0)
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(krb5)
|
||||
BuildRequires: pkgconfig(lcms2)
|
||||
BuildRequires: pkgconfig(ldap)
|
||||
BuildRequires: pkgconfig(libavcodec)
|
||||
BuildRequires: pkgconfig(libgphoto2)
|
||||
BuildRequires: pkgconfig(libjpeg)
|
||||
BuildRequires: pkgconfig(libmpg123)
|
||||
BuildRequires: pkgconfig(libpcap)
|
||||
BuildRequires: pkgconfig(libpcsclite)
|
||||
BuildRequires: pkgconfig(libpng)
|
||||
BuildRequires: pkgconfig(libpulse)
|
||||
BuildRequires: pkgconfig(libsystemd)
|
||||
BuildRequires: pkgconfig(libtiff-4)
|
||||
BuildRequires: pkgconfig(libudev)
|
||||
BuildRequires: pkgconfig(libunwind)
|
||||
BuildRequires: pkgconfig(libusb-1.0)
|
||||
BuildRequires: pkgconfig(libv4l2)
|
||||
BuildRequires: pkgconfig(libvkd3d)
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
BuildRequires: pkgconfig(libxslt)
|
||||
BuildRequires: pkgconfig(ncurses)
|
||||
BuildRequires: pkgconfig(odbc)
|
||||
BuildRequires: pkgconfig(openal)
|
||||
BuildRequires: pkgconfig(openssl)
|
||||
BuildRequires: pkgconfig(osmesa)
|
||||
BuildRequires: pkgconfig(sane-backends)
|
||||
BuildRequires: pkgconfig(sdl2)
|
||||
BuildRequires: pkgconfig(smbclient)
|
||||
BuildRequires: pkgconfig(valgrind)
|
||||
BuildRequires: pkgconfig(vulkan)
|
||||
BuildRequires: pkgconfig(wayland-egl)
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xcomposite)
|
||||
BuildRequires: pkgconfig(xcursor)
|
||||
BuildRequires: pkgconfig(xext)
|
||||
BuildRequires: pkgconfig(xfixes)
|
||||
BuildRequires: pkgconfig(xi)
|
||||
BuildRequires: pkgconfig(xinerama)
|
||||
BuildRequires: pkgconfig(xkbcommon)
|
||||
BuildRequires: pkgconfig(xkbregistry)
|
||||
BuildRequires: pkgconfig(xrandr)
|
||||
BuildRequires: pkgconfig(xrender)
|
||||
BuildRequires: pkgconfig(xxf86vm)
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
%ifarch aarch64
|
||||
BuildRequires: clang >= 5
|
||||
BuildRequires: lld
|
||||
BuildRequires: llvm
|
||||
%endif
|
||||
%ifarch %{ix86}
|
||||
BuildRequires: mingw32-cross-gcc
|
||||
%endif
|
||||
%ifarch x86_64
|
||||
BuildRequires: mingw64-cross-gcc
|
||||
%if %{wow64}
|
||||
BuildRequires: mingw32-cross-gcc
|
||||
%endif
|
||||
%endif
|
||||
%if 0%{?suse_version} < 1600
|
||||
BuildRequires: gcc14-c++
|
||||
%endif
|
||||
%if 0%{?suse_version} >= 1600
|
||||
BuildRequires: pkgconfig(FAudio)
|
||||
BuildRequires: pkgconfig(capi20)
|
||||
BuildRequires: pkgconfig(cups)
|
||||
BuildRequires: pkgconfig(libattr)
|
||||
%else
|
||||
BuildRequires: FAudio-devel
|
||||
BuildRequires: cups-devel
|
||||
BuildRequires: libattr-devel
|
||||
%ifnarch %{ix86}
|
||||
BuildRequires: libcapi20-devel
|
||||
%endif
|
||||
%endif
|
||||
%if %{staging}
|
||||
BuildRequires: git-core
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(libva)
|
||||
%endif
|
||||
%ifarch x86_64
|
||||
Requires: wine-32bit = %{version}
|
||||
%endif
|
||||
Requires: samba-winbind
|
||||
Recommends: wine-gecko >= 2.47.4
|
||||
Recommends: wine-mono >= 9.2.0
|
||||
Recommends: winetricks
|
||||
Conflicts: wine-gecko < 2.47.4
|
||||
Conflicts: wine-mono < 9.2.0
|
||||
Conflicts: otherproviders(wine)
|
||||
Provides: wine-mp3 = %version
|
||||
Obsoletes: wine-mp3 < %version
|
||||
%if "%{flavor}" != ""
|
||||
Provides: wine = %{version}-%{release}
|
||||
%endif
|
||||
%if "%{flavor}" == "wow64" || "%{flavor}" == "staging-wow64"
|
||||
Conflicts: otherproviders(wine-32bit)
|
||||
Provides: wine-32bit = %{version}-%{release}
|
||||
%endif
|
||||
ExclusiveArch: aarch64 %{ix86} x86_64
|
||||
|
||||
%description
|
||||
Wine is a compatibility layer capable of running Windows
|
||||
applications. Instead of simulating internal Windows logic like a
|
||||
virtual machine or emulator, Wine translates Windows API calls into
|
||||
POSIX calls on-the-fly, eliminating the performance and memory
|
||||
penalties of other methods and allowing you to cleanly integrate
|
||||
Windows applications into your desktop.
|
||||
|
||||
%if %{staging}
|
||||
This WINE flavor contains the "staging" development patchset
|
||||
on top of the regular Wine release.
|
||||
%endif
|
||||
|
||||
%package devel
|
||||
Summary: Files for Wine development
|
||||
%if "%{flavor}" != ""
|
||||
Provides: wine-devel = %{version}
|
||||
%endif
|
||||
Conflicts: otherproviders(wine-devel)
|
||||
|
||||
%description devel
|
||||
This RPM contains the header files and development tools for the WINE
|
||||
libraries.
|
||||
|
||||
%prep
|
||||
%autosetup -n wine-%{version}
|
||||
%if %{staging}
|
||||
tar xf %{SOURCE3}
|
||||
python3 wine-staging-%{version}/staging/patchinstall.py --all
|
||||
%endif
|
||||
|
||||
%build
|
||||
%if 0%{?suse_version} < 1600
|
||||
export CC="/usr/bin/gcc-14"
|
||||
export CXX="/usr/bin/g++-14"
|
||||
%endif
|
||||
%ifarch %{ix86}
|
||||
export CFLAGS="%{optflags} -fno-omit-frame-pointer"
|
||||
export CXXFLAGS="%{optflags} -fno-omit-frame-pointer"
|
||||
%endif
|
||||
export WIDL_TIME_OVERRIDE="0" # for reproducible builds.
|
||||
%if %{staging}
|
||||
autoreconf -i -f
|
||||
%endif
|
||||
%configure \
|
||||
--with-x \
|
||||
--with-wayland \
|
||||
--with-gstreamer \
|
||||
%ifarch aarch64 x86_64
|
||||
--enable-win64 \
|
||||
%if %{wow64}
|
||||
--enable-archs=x86_64,i386 \
|
||||
%endif
|
||||
%endif
|
||||
--verbose || cat config.log
|
||||
grep "have_x=yes" config.log || exit 1
|
||||
# generate baselibs.conf
|
||||
%ifarch %ix86 aarch64
|
||||
echo "# autogenerated in .spec file" >%SOURCE97
|
||||
echo "%name" >> %SOURCE97
|
||||
echo " +^/usr/bin/wine\$" >> %SOURCE97
|
||||
echo " +^/usr/bin/wine-preloader\$" >> %SOURCE97
|
||||
echo " +^/usr/lib/wine/i386-windows" >> %SOURCE97
|
||||
echo " +^/usr/lib/wine/i386-unix" >> %SOURCE97
|
||||
grep SONAME_ config.log
|
||||
grep SONAME_ config.log|grep -v 'so"'|sed -e 's/^.*\(".*"\).*$/ requires \1/;'|sort -u >>%SOURCE97
|
||||
echo " recommends \"libpulse0-32bit\"" >> %SOURCE97
|
||||
echo " recommends \"pipewire-alsa-32bit\"" >> %SOURCE97
|
||||
echo " recommends \"alsa-plugins-32bit\"" >> %SOURCE97
|
||||
echo " recommends \"Mesa-libGL1-32bit\"" >> %SOURCE97
|
||||
# indirect deps of libvulkan
|
||||
echo " requires \"libvulkan_intel-32bit\"" >> %SOURCE97
|
||||
echo " requires \"libvulkan_radeon-32bit\"" >> %SOURCE97
|
||||
# now included
|
||||
echo " obsoletes \"wine-mp3-32bit\"" >> %SOURCE97
|
||||
echo " requires \"p11-kit-32bit\"" >> %SOURCE97
|
||||
%if "%{flavor}" != ""
|
||||
echo " provides \"wine-<targettype> = <version>\"" >> %SOURCE97
|
||||
%endif
|
||||
echo " conflicts \"otherproviders(wine-<targettype>)\"" >> %SOURCE97
|
||||
echo "%name-devel" >> %SOURCE97
|
||||
echo " +^/usr/lib/wine/.*def" >> %SOURCE97
|
||||
%if "%{flavor}" != ""
|
||||
echo " provides \"wine-devel-<targettype> = <version>\"" >> %SOURCE97
|
||||
%endif
|
||||
echo " conflicts \"otherproviders(wine-devel-<targettype>)\"" >> %SOURCE97
|
||||
|
||||
cat %SOURCE97
|
||||
%endif
|
||||
%make_build all
|
||||
|
||||
%install
|
||||
%make_install DESTDIR=%{buildroot}
|
||||
|
||||
%ifarch %{ix86} x86_64
|
||||
find %{buildroot}/usr/lib*/wine/*-windows/ -type f -exec strip --strip-debug {} +
|
||||
%endif
|
||||
|
||||
rm -rf %{buildroot}%{_mandir}/{pl,de,fr}.UTF-8
|
||||
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%files
|
||||
%license LICENSE LICENSE.OLD
|
||||
%doc ANNOUNCE.md AUTHORS README.md
|
||||
%{_bindir}/function_grep.pl
|
||||
%{_bindir}/msidb
|
||||
%{_bindir}/msiexec
|
||||
%{_bindir}/notepad
|
||||
%{_bindir}/regedit
|
||||
%{_bindir}/regsvr32
|
||||
%{_bindir}/wineboot
|
||||
%{_bindir}/winecfg
|
||||
%{_bindir}/wineconsole
|
||||
%{_bindir}/winedbg
|
||||
%{_bindir}/winefile
|
||||
%{_bindir}/winemine
|
||||
%{_bindir}/winepath
|
||||
%{_bindir}/wineserver
|
||||
%{_datadir}/applications/wine.desktop
|
||||
%{_mandir}/man?/winedbg.?%{?ext_man}
|
||||
%{_mandir}/man?/wineserver.?%{?ext_man}
|
||||
%{_mandir}/man?/msiexec.?%{?ext_man}
|
||||
%{_mandir}/man?/notepad.?%{?ext_man}
|
||||
%{_mandir}/man?/regedit.?%{?ext_man}
|
||||
%{_mandir}/man?/regsvr32.?%{?ext_man}
|
||||
%{_mandir}/man?/wineboot.?%{?ext_man}
|
||||
%{_mandir}/man?/winebuild.?%{?ext_man}
|
||||
%{_mandir}/man?/winecfg.?%{?ext_man}
|
||||
%{_mandir}/man?/wineconsole.?%{?ext_man}
|
||||
%{_mandir}/man?/winecpp.?%{?ext_man}
|
||||
%{_mandir}/man?/winefile.?%{?ext_man}
|
||||
%{_mandir}/man?/winemine.?%{?ext_man}
|
||||
%{_mandir}/man?/winepath.?%{?ext_man}
|
||||
%{_datadir}/wine
|
||||
%dir %{_libdir}/wine
|
||||
%ifarch aarch64
|
||||
%{_bindir}/wine
|
||||
%{_bindir}/wine-preloader
|
||||
%{_mandir}/man?/wine.?%{?ext_man}
|
||||
%if !%{wow64}
|
||||
%{_libdir}/wine/aarch64-windows
|
||||
%exclude %{_libdir}/wine/aarch64-windows/*.a
|
||||
%endif
|
||||
%{_libdir}/wine/aarch64-unix
|
||||
%if %{wow64}
|
||||
%{_libdir}/wine/i386-windows
|
||||
%exclude %{_libdir}/wine/i386-windows/*.a
|
||||
%{_libdir}/wine/x86_64-windows
|
||||
%exclude %{_libdir}/wine/x86_64-windows/*.a
|
||||
%endif
|
||||
%endif
|
||||
%ifarch %{ix86}
|
||||
%{_bindir}/wine
|
||||
%{_bindir}/wine-preloader
|
||||
%{_mandir}/man?/wine.?%{?ext_man}
|
||||
%{_libdir}/wine/i386-windows
|
||||
%exclude %{_libdir}/wine/i386-windows/*.a
|
||||
%{_libdir}/wine/i386-unix
|
||||
%exclude %{_libdir}/wine/i386-unix/*.a
|
||||
%endif
|
||||
%ifarch x86_64
|
||||
%if %{wow64}
|
||||
%{_bindir}/wine
|
||||
%{_bindir}/wine-preloader
|
||||
%{_mandir}/man?/wine.?%{?ext_man}
|
||||
%{_libdir}/wine/i386-windows
|
||||
%exclude %{_libdir}/wine/i386-windows/*.a
|
||||
%{_libdir}/wine/x86_64-windows
|
||||
%exclude %{_libdir}/wine/x86_64-windows/*.a
|
||||
%{_libdir}/wine/x86_64-unix
|
||||
%exclude %{_libdir}/wine/x86_64-unix/*.a
|
||||
%else
|
||||
%{_bindir}/wine64
|
||||
%{_bindir}/wine64-preloader
|
||||
%{_libdir}/wine/x86_64-unix
|
||||
%exclude %{_libdir}/wine/x86_64-unix/*.a
|
||||
%{_libdir}/wine/x86_64-windows
|
||||
%exclude %{_libdir}/wine/x86_64-windows/*.a
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%files devel
|
||||
%{_includedir}/wine
|
||||
%{_bindir}/widl
|
||||
%{_bindir}/winebuild
|
||||
%{_bindir}/winecpp
|
||||
%{_bindir}/winedump
|
||||
%{_bindir}/wineg++
|
||||
%{_bindir}/winegcc
|
||||
%{_bindir}/winemaker
|
||||
%{_bindir}/wmc
|
||||
%{_bindir}/wrc
|
||||
%{_mandir}/man?/winemaker.?%{?ext_man}
|
||||
%{_mandir}/man?/widl.?%{?ext_man}
|
||||
%{_mandir}/man?/winedump.?%{?ext_man}
|
||||
%{_mandir}/man?/wineg++.?%{?ext_man}
|
||||
%{_mandir}/man?/winegcc.?%{?ext_man}
|
||||
%{_mandir}/man?/wmc.?%{?ext_man}
|
||||
%{_mandir}/man?/wrc.?%{?ext_man}
|
||||
%ifarch aarch64
|
||||
%if !%{wow64}
|
||||
%{_libdir}/wine/aarch64-windows/*.a
|
||||
%endif
|
||||
%if %{wow64}
|
||||
%{_libdir}/wine/i386-windows/*.a
|
||||
%{_libdir}/wine/x86_64-windows/*.a
|
||||
%endif
|
||||
%endif
|
||||
%ifarch %{ix86}
|
||||
%{_libdir}/wine/i386-unix/*.a
|
||||
%if 0%{?suse_version} >= 1600
|
||||
%{_libdir}/wine/i386-windows/*.a
|
||||
%endif
|
||||
%endif
|
||||
%ifarch x86_64
|
||||
%if %{wow64}
|
||||
%{_libdir}/wine/i386-windows/*.a
|
||||
%{_libdir}/wine/x86_64-windows/*.a
|
||||
%else
|
||||
%{_libdir}/wine/x86_64-windows/*.a
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%changelog
|
Loading…
Reference in New Issue
Block a user