Compare commits
16 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
623fdfe7ed | ||
|
|
db082f083a | ||
|
|
b44dc29930 | ||
|
|
af6c1782a2 | ||
|
|
e8364c165f | ||
|
|
e6559db2a3 | ||
|
|
93da4dc922 | ||
|
|
a64cc2643d | ||
|
|
ac54b336e3 | ||
|
|
f30e696159 | ||
|
|
64e0d3f26e | ||
|
|
cb3a9e84ce | ||
|
|
1a90d98aba | ||
|
|
533469bd7f | ||
|
|
fde00fdab1 | ||
|
|
39b67234f3 |
3 changed files with 188 additions and 76 deletions
6
sources
6
sources
|
|
@ -1,3 +1,3 @@
|
|||
SHA512 (wine-10.15.tar.xz) = 56fe84b18b95a09ea213c31e7380d1eb171c2e6d3f04fceacf269aca7420d41ea9fee3307976e20bb02334e09ee87d1cc8fb7ac78189a1880a8e2b710217994a
|
||||
SHA512 (wine-10.15.tar.xz.sign) = 4d61983859b57103fa2fe8e4de4c18b57a8d8f97d275b8369c873df613ae8b7603fe3ec6258e8b610c2541e3da4ecf3772a077e07bfb423846d1d626d778e92b
|
||||
SHA512 (wine-staging-10.15.tar.gz) = 3fa2d5d3b228dea9772eea4e30062f138a17d8a41f587c1d9b00b0c5788a43eea98dc7cf3f57e9bbee21ed66c053f08da208f8556b4de352ace5cdd4eefa9d00
|
||||
SHA512 (wine-11.0.tar.xz) = a2c3db14f8cf0d19927466805c8f17c68ee7e93d1196d1162dd2279af497c21ec611a63f7a9de59953bbdfdb44c87d7bf55373c6533224a5d54e434c29428d1b
|
||||
SHA512 (wine-11.0.tar.xz.sign) = b37064b787e4cff05b01f0d04fe2af8ff341e274a41a0238b5e58e392223bcd3574eb593f78ba7de8fb8caea7c27abf2a1259527807a2bec2413aa9ce027e183
|
||||
SHA512 (wine-staging-11.0.tar.gz) = 27eecce0cc1974e97d2aaffc0bf5a5d114f5fd8d3d6a349d9f984058a316b6654dd07bc2223c38df16fd2862f59aa79518d2d109ea0ac41c957144377ddd39a7
|
||||
|
|
|
|||
1
wine-ntsync.conf
Normal file
1
wine-ntsync.conf
Normal file
|
|
@ -0,0 +1 @@
|
|||
ntsync
|
||||
257
wine.spec
257
wine.spec
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
%global no64bit 0
|
||||
%global winegecko 2.47.4
|
||||
%global winemono 10.2.0
|
||||
%global winemono 10.4.1
|
||||
%if 0%{?fedora}
|
||||
%global opencl 1
|
||||
%endif
|
||||
|
|
@ -46,8 +46,8 @@
|
|||
# 0%%{?fedora}
|
||||
|
||||
Name: wine
|
||||
Version: 10.15
|
||||
Release: 1%{?dist}
|
||||
Version: 11.0
|
||||
Release: 4%{?dist}
|
||||
Summary: A compatibility layer for windows applications
|
||||
|
||||
License: LGPL-2.1-or-later
|
||||
|
|
@ -82,6 +82,9 @@ Source201: wine.directory
|
|||
# mime types
|
||||
Source300: wine-mime-msi.desktop
|
||||
|
||||
# kernel module ntsync
|
||||
Source400: wine-ntsync.conf
|
||||
|
||||
# smooth tahoma (#693180)
|
||||
# disable embedded bitmaps
|
||||
Source501: wine-tahoma.conf
|
||||
|
|
@ -203,7 +206,8 @@ BuildRequires: mingw64-zlib
|
|||
|
||||
Requires: wine-common = %{version}-%{release}
|
||||
Requires: wine-desktop = %{version}-%{release}
|
||||
Requires: wine-fonts = %{version}-%{release}
|
||||
#Requires: ntsync-autoload = %{version}-%{release}
|
||||
Requires: wine-winefonts = %{version}-%{release}
|
||||
|
||||
# x86-32 parts
|
||||
%ifarch %{ix86} x86_64
|
||||
|
|
@ -220,13 +224,13 @@ Requires: mesa-dri-drivers(x86-32)
|
|||
Recommends: wine-dxvk(x86-32)
|
||||
Recommends: gstreamer1-plugins-good(x86-32)
|
||||
%endif
|
||||
%endif
|
||||
Requires: mingw32-wine-gecko = %winegecko
|
||||
Requires: wine-mono = %winemono
|
||||
# wait for rhbz#968860 to require arch-specific samba-winbind-clients
|
||||
Requires: /usr/bin/ntlm_auth
|
||||
Recommends: dosbox-staging
|
||||
%endif
|
||||
%endif
|
||||
|
||||
# x86-64 parts
|
||||
%ifarch x86_64
|
||||
|
|
@ -369,12 +373,8 @@ Requires: libva
|
|||
%endif
|
||||
%endif
|
||||
|
||||
Provides: bundled(libjpeg) = 9f
|
||||
Provides: bundled(mpg123-libs) = 1.32.9
|
||||
|
||||
# removed as of 7.21
|
||||
Obsoletes: wine-openal < 7.21
|
||||
Provides: wine-openal = %{version}-%{release}
|
||||
Provides: bundled(mingw-libjpeg) = 9f
|
||||
Provides: bundled(mingw-mpg123-libs) = 1.33.0
|
||||
|
||||
%description core
|
||||
Wine core package includes the basic wine stuff needed by all other packages.
|
||||
|
|
@ -385,7 +385,6 @@ Requires: systemd >= 23
|
|||
BuildArch: noarch
|
||||
Requires(post): systemd
|
||||
Requires(postun): systemd
|
||||
Obsoletes: wine-sysvinit < %{version}-%{release}
|
||||
|
||||
%description systemd
|
||||
Register the wine binary handler for windows executables via systemd binfmt
|
||||
|
|
@ -420,112 +419,126 @@ BuildArch: noarch
|
|||
Desktop integration features for wine, including mime-types and a binary format
|
||||
handler service.
|
||||
|
||||
%package fonts
|
||||
%package -n ntsync-autoload
|
||||
Summary: Kernel module load file for ntsync
|
||||
BuildArch: noarch
|
||||
Provides: wine-ntsync = %{version}-%{release}
|
||||
Obsoletes: wine-ntsync < %{version}-%{release}
|
||||
|
||||
%description -n ntsync-autoload
|
||||
Kernel module load file for ntsync
|
||||
|
||||
%package winefonts
|
||||
Summary: Wine font files
|
||||
BuildArch: noarch
|
||||
Obsoletes: wine-fonts < 10.16
|
||||
# arial-fonts are available with wine-staging patchset, only.
|
||||
%if 0%{?wine_staging}
|
||||
Requires: wine-arial-fonts = %{version}-%{release}
|
||||
Requires: wine-arial-winefonts = %{version}-%{release}
|
||||
%else
|
||||
# 0%%{?wine_staging}
|
||||
Obsoletes: wine-arial-fonts <= %{version}-%{release}
|
||||
Obsoletes: wine-arial-winefonts <= %{version}-%{release}
|
||||
%endif
|
||||
# 0%%{?wine_staging}
|
||||
Requires: wine-courier-fonts = %{version}-%{release}
|
||||
Requires: wine-fixedsys-fonts = %{version}-%{release}
|
||||
Requires: wine-small-fonts = %{version}-%{release}
|
||||
Requires: wine-system-fonts = %{version}-%{release}
|
||||
Requires: wine-marlett-fonts = %{version}-%{release}
|
||||
Requires: wine-ms-sans-serif-fonts = %{version}-%{release}
|
||||
Requires: wine-tahoma-fonts = %{version}-%{release}
|
||||
Requires: wine-courier-winefonts = %{version}-%{release}
|
||||
Requires: wine-fixedsys-winefonts = %{version}-%{release}
|
||||
Requires: wine-small-winefonts = %{version}-%{release}
|
||||
Requires: wine-system-winefonts = %{version}-%{release}
|
||||
Requires: wine-marlett-winefonts = %{version}-%{release}
|
||||
Requires: wine-ms-sans-serif-winefonts = %{version}-%{release}
|
||||
Requires: wine-tahoma-winefonts = %{version}-%{release}
|
||||
# times-new-roman-fonts are available with wine_staging-patchset, only.
|
||||
%if 0%{?wine_staging}
|
||||
Requires: wine-times-new-roman-fonts = %{version}-%{release}
|
||||
%else
|
||||
# 0%%{?wine_staging}
|
||||
Obsoletes: wine-times-new-roman-fonts <= %{version}-%{release}
|
||||
Obsoletes: wine-times-new-roman-fonts-system <= %{version}-%{release}
|
||||
Requires: wine-times-new-roman-winefonts = %{version}-%{release}
|
||||
%endif
|
||||
# 0%%{?wine_staging}
|
||||
Requires: wine-symbol-fonts = %{version}-%{release}
|
||||
Requires: wine-webdings-fonts = %{version}-%{release}
|
||||
Requires: wine-wingdings-fonts = %{version}-%{release}
|
||||
Requires: wine-symbol-winefonts = %{version}-%{release}
|
||||
Requires: wine-webdings-winefonts = %{version}-%{release}
|
||||
Requires: wine-wingdings-winefonts = %{version}-%{release}
|
||||
# intermediate fix for #593140
|
||||
Requires: liberation-sans-fonts liberation-serif-fonts liberation-mono-fonts
|
||||
Requires: liberation-narrow-fonts
|
||||
|
||||
%description fonts
|
||||
%description winefonts
|
||||
%{summary}
|
||||
|
||||
%if 0%{?wine_staging}
|
||||
%package arial-fonts
|
||||
%package arial-winefonts
|
||||
Summary: Wine Arial font family
|
||||
BuildArch: noarch
|
||||
Requires: fontpackages-filesystem
|
||||
Obsoletes: wine-arial-fonts < 10.16
|
||||
|
||||
%description arial-fonts
|
||||
%description arial-winefonts
|
||||
%{summary}
|
||||
%endif
|
||||
# 0%%{?wine_staging}
|
||||
|
||||
%package courier-fonts
|
||||
%package courier-winefonts
|
||||
Summary: Wine Courier font family
|
||||
BuildArch: noarch
|
||||
Requires: fontpackages-filesystem
|
||||
Obsoletes: wine-courier-fonts < 10.16
|
||||
|
||||
%description courier-fonts
|
||||
%description courier-winefonts
|
||||
%{summary}
|
||||
|
||||
%package fixedsys-fonts
|
||||
%package fixedsys-winefonts
|
||||
Summary: Wine Fixedsys font family
|
||||
BuildArch: noarch
|
||||
Requires: fontpackages-filesystem
|
||||
Obsoletes: wine-fixedsys-fonts < 10.16
|
||||
|
||||
%description fixedsys-fonts
|
||||
%description fixedsys-winefonts
|
||||
%{summary}
|
||||
|
||||
%package small-fonts
|
||||
%package small-winefonts
|
||||
Summary: Wine Small font family
|
||||
BuildArch: noarch
|
||||
Requires: fontpackages-filesystem
|
||||
Obsoletes: wine-small-fonts < 10.16
|
||||
|
||||
%description small-fonts
|
||||
%description small-winefonts
|
||||
%{summary}
|
||||
|
||||
%package system-fonts
|
||||
%package system-winefonts
|
||||
Summary: Wine System font family
|
||||
BuildArch: noarch
|
||||
Requires: fontpackages-filesystem
|
||||
Obsoletes: wine-system-fonts < 10.16
|
||||
|
||||
%description system-fonts
|
||||
%description system-winefonts
|
||||
%{summary}
|
||||
|
||||
|
||||
%package marlett-fonts
|
||||
%package marlett-winefonts
|
||||
Summary: Wine Marlett font family
|
||||
BuildArch: noarch
|
||||
Requires: fontpackages-filesystem
|
||||
Obsoletes: wine-marlett-fonts < 10.16
|
||||
|
||||
%description marlett-fonts
|
||||
%description marlett-winefonts
|
||||
%{summary}
|
||||
|
||||
|
||||
%package ms-sans-serif-fonts
|
||||
%package ms-sans-serif-winefonts
|
||||
Summary: Wine MS Sans Serif font family
|
||||
BuildArch: noarch
|
||||
Requires: fontpackages-filesystem
|
||||
Obsoletes: wine-ms-sans-serif-fonts < 10.16
|
||||
|
||||
%description ms-sans-serif-fonts
|
||||
%description ms-sans-serif-winefonts
|
||||
%{summary}
|
||||
|
||||
# rhbz#693180
|
||||
# http://lists.fedoraproject.org/pipermail/devel/2012-June/168153.html
|
||||
%package tahoma-fonts
|
||||
%package tahoma-winefonts
|
||||
Summary: Wine Tahoma font family
|
||||
BuildArch: noarch
|
||||
Requires: wine-filesystem = %{version}-%{release}
|
||||
Obsoletes: wine-tahoma-fonts < 10.16
|
||||
|
||||
%description tahoma-fonts
|
||||
%description tahoma-winefonts
|
||||
%{summary}
|
||||
Please note: If you want system integration for wine tahoma fonts install the
|
||||
wine-tahoma-fonts-system package.
|
||||
|
|
@ -534,18 +547,19 @@ wine-tahoma-fonts-system package.
|
|||
Summary: Wine Tahoma font family system integration
|
||||
BuildArch: noarch
|
||||
Requires: fontpackages-filesystem
|
||||
Requires: wine-tahoma-fonts = %{version}-%{release}
|
||||
Requires: wine-tahoma-winefonts = %{version}-%{release}
|
||||
|
||||
%description tahoma-fonts-system
|
||||
%{summary}
|
||||
|
||||
%if 0%{?wine_staging}
|
||||
%package times-new-roman-fonts
|
||||
%package times-new-roman-winefonts
|
||||
Summary: Wine Times New Roman font family
|
||||
BuildArch: noarch
|
||||
Requires: wine-filesystem = %{version}-%{release}
|
||||
Obsoletes: wine-times-new-roman-fonts < 10.16
|
||||
|
||||
%description times-new-roman-fonts
|
||||
%description times-new-roman-winefonts
|
||||
%{summary}
|
||||
Please note: If you want system integration for wine times new roman fonts install the
|
||||
wine-times-new-roman-fonts-system package.
|
||||
|
|
@ -554,34 +568,37 @@ wine-times-new-roman-fonts-system package.
|
|||
Summary: Wine Times New Roman font family system integration
|
||||
BuildArch: noarch
|
||||
Requires: fontpackages-filesystem
|
||||
Requires: wine-times-new-roman-fonts = %{version}-%{release}
|
||||
Requires: wine-times-new-roman-winefonts = %{version}-%{release}
|
||||
|
||||
%description times-new-roman-fonts-system
|
||||
%{summary}
|
||||
%endif
|
||||
|
||||
%package symbol-fonts
|
||||
%package symbol-winefonts
|
||||
Summary: Wine Symbol font family
|
||||
BuildArch: noarch
|
||||
Requires: fontpackages-filesystem
|
||||
Obsoletes: wine-symbol-fonts < 10.16
|
||||
|
||||
%description symbol-fonts
|
||||
%description symbol-winefonts
|
||||
%{summary}
|
||||
|
||||
%package webdings-fonts
|
||||
%package webdings-winefonts
|
||||
Summary: Wine Webdings font family
|
||||
BuildArch: noarch
|
||||
Requires: fontpackages-filesystem
|
||||
Obsoletes: wine-webdings-fonts < 10.16
|
||||
|
||||
%description webdings-fonts
|
||||
%description webdings-winefonts
|
||||
%{summary}
|
||||
|
||||
%package wingdings-fonts
|
||||
%package wingdings-winefonts
|
||||
Summary: Wine Wingdings font family
|
||||
BuildArch: noarch
|
||||
Requires: fontpackages-filesystem
|
||||
Obsoletes: wine-wingdings-fonts < 10.16
|
||||
|
||||
%description wingdings-fonts
|
||||
%description wingdings-winefonts
|
||||
%{summary}
|
||||
Please note: If you want system integration for wine wingdings fonts install the
|
||||
wine-wingdings-fonts-system package.
|
||||
|
|
@ -590,7 +607,7 @@ wine-wingdings-fonts-system package.
|
|||
Summary: Wine Wingdings font family system integration
|
||||
BuildArch: noarch
|
||||
Requires: fontpackages-filesystem
|
||||
Requires: wine-wingdings-fonts = %{version}-%{release}
|
||||
Requires: wine-wingdings-winefonts = %{version}-%{release}
|
||||
|
||||
%description wingdings-fonts-system
|
||||
%{summary}
|
||||
|
|
@ -621,7 +638,7 @@ Smart card support for wine
|
|||
Summary: Twain support for wine
|
||||
Requires: wine-core = %{version}-%{release}
|
||||
%ifarch %{ix86}
|
||||
Requires: sane-backends-libs(x86-32)
|
||||
Requires: sane-backends-libs(x86-32)
|
||||
%endif
|
||||
%ifarch x86_64
|
||||
Requires: sane-backends-libs(x86-64)
|
||||
|
|
@ -711,9 +728,15 @@ sed -i 's/-Wl,-WX//g' configure
|
|||
# required so that both Linux and Windows development files can be found
|
||||
unset PKG_CONFIG_PATH
|
||||
|
||||
# _libdir was restructured and must use a new prefix until at least Fedora 45
|
||||
%global _x_libdir %{_libdir}
|
||||
%if %{with new_wow64}
|
||||
%global _libdir %{_libdir}/wine-wow64
|
||||
%endif
|
||||
|
||||
%configure \
|
||||
--sysconfdir=%{_sysconfdir}/wine \
|
||||
--x-includes=%{_includedir} --x-libraries=%{_libdir} \
|
||||
--x-includes=%{_includedir} --x-libraries=%{_x_libdir} \
|
||||
--with-dbus \
|
||||
--with-x \
|
||||
%ifarch x86_64 aarch64
|
||||
|
|
@ -781,6 +804,9 @@ touch %{buildroot}%{_libdir}/wine/i386-windows/d3d11.dll
|
|||
%endif
|
||||
|
||||
# setup new wow64
|
||||
%if %{with new_wow64}
|
||||
# foobar
|
||||
%else
|
||||
%ifarch x86_64
|
||||
ln -sf /usr/lib/wine/i386-unix %{buildroot}%{_libdir}/wine/i386-unix
|
||||
ln -sf /usr/lib/wine/i386-windows %{buildroot}%{_libdir}/wine/i386-windows
|
||||
|
|
@ -789,6 +815,7 @@ ln -sf /usr/lib/wine/i386-windows %{buildroot}%{_libdir}/wine/i386-windows
|
|||
ln -sf /usr/lib64/wine/x86_64-unix %{buildroot}%{_libdir}/wine/x86_64-unix
|
||||
ln -sf /usr/lib64/wine/x86_64-windows %{buildroot}%{_libdir}/wine/x86_64-windows
|
||||
%endif
|
||||
%endif
|
||||
|
||||
# remove rpath
|
||||
chrpath --delete %{buildroot}%{_bindir}/wmc
|
||||
|
|
@ -978,6 +1005,9 @@ mkdir -p %{buildroot}/%{_metainfodir}/
|
|||
install -p -m 0644 %{SOURCE150} %{buildroot}/%{_metainfodir}/%{name}.appdata.xml
|
||||
appstream-util validate-relax --nonet %{buildroot}/%{_metainfodir}/%{name}.appdata.xml
|
||||
|
||||
mkdir -p %{buildroot}%{_modulesloaddir}
|
||||
install -m 644 -p %{SOURCE400} %{buildroot}%{_modulesloaddir}/ntsync.conf
|
||||
|
||||
%post systemd
|
||||
%binfmt_apply wine.conf
|
||||
|
||||
|
|
@ -988,6 +1018,31 @@ fi
|
|||
|
||||
%ldconfig_post core
|
||||
|
||||
%pretrans -p <lua> core
|
||||
%if %[ "x86_64" == "%{_target_cpu}"]
|
||||
%define _oldlibdir /usr/lib64
|
||||
%else
|
||||
%define _oldlibdir /usr/lib
|
||||
%endif
|
||||
oldPath = "%{_oldlibdir}/wine/%{winepedir}/wine-dxgi.dll"
|
||||
opStat = posix.stat(oldPath)
|
||||
if opStat and opStat.type == "regular" then
|
||||
os.execute("%{_sbindir}/alternatives --remove 'wine-dxgi%{?_isa}' %{_oldlibdir}/wine/%{winepedir}/wine-dxgi.dll")
|
||||
os.execute("%{_sbindir}/alternatives --remove 'wine-d3d8%{?_isa}' %{_oldlibdir}/wine/%{winepedir}/wine-d3d8.dll")
|
||||
os.execute("%{_sbindir}/alternatives --remove 'wine-d3d9%{?_isa}' %{_oldlibdir}/wine/%{winepedir}/wine-d3d9.dll")
|
||||
os.execute("%{_sbindir}/alternatives --remove 'wine-d3d10core%{?_isa}' %{_oldlibdir}/wine/%{winepedir}/wine-d3d10core.dll")
|
||||
os.execute("%{_sbindir}/alternatives --remove 'wine-d3d10_1%{?_isa}' %{_oldlibdir}/wine/%{winepedir}/wine-d3d10_1.dll")
|
||||
os.execute("%{_sbindir}/alternatives --remove 'wine-d3d10%{?_isa}' %{_oldlibdir}/wine/%{winepedir}/wine-d3d10.dll")
|
||||
os.execute("%{_sbindir}/alternatives --remove 'wine-d3d11%{?_isa}' %{_oldlibdir}/wine/%{winepedir}/wine-d3d11.dll")
|
||||
%if %[ "x86_64" == "%{_target_cpu}" && %{with new_wow64} ]
|
||||
os.execute("%{_sbindir}/alternatives --remove 'wine-dxgi(x86-32)' %{_oldlibdir}/wine/i386-windows/wine-dxgi.dll")
|
||||
os.execute("%{_sbindir}/alternatives --remove 'wine-d3d9(x86-32)' %{_oldlibdir}/wine/i386-windows/wine-d3d9.dll")
|
||||
os.execute("%{_sbindir}/alternatives --remove 'wine-d3d10_1(x86-32)' %{_oldlibdir}/wine/i386-windows/wine-d3d10_1.dll")
|
||||
os.execute("%{_sbindir}/alternatives --remove 'wine-d3d10(x86-32)' %{_oldlibdir}/wine/i386-windows/wine-d3d10.dll")
|
||||
os.execute("%{_sbindir}/alternatives --remove 'wine-d3d11(x86-32)' %{_oldlibdir}/wine/i386-windows/wine-d3d11.dll")
|
||||
%endif
|
||||
end
|
||||
|
||||
%posttrans core
|
||||
# handle upgrades for a few package updates
|
||||
rm -f %{_libdir}/wine/%{winepedirs}/d3d8.dll
|
||||
|
|
@ -1045,6 +1100,7 @@ if [ $1 -eq 0 ] ; then
|
|||
%{_sbindir}/alternatives --remove 'wine-d3d8%{?_isa}' %{_libdir}/wine/%{winepedir}/wine-d3d8.dll
|
||||
%{_sbindir}/alternatives --remove 'wine-d3d9%{?_isa}' %{_libdir}/wine/%{winepedir}/wine-d3d9.dll
|
||||
%{_sbindir}/alternatives --remove 'wine-d3d10core%{?_isa}' %{_libdir}/wine/%{winepedir}/wine-d3d10core.dll
|
||||
%{_sbindir}/alternatives --remove 'wine-d3d10_1%{?_isa}' %{_libdir}/wine/%{winepedir}/wine-d3d10_1.dll
|
||||
%{_sbindir}/alternatives --remove 'wine-d3d10%{?_isa}' %{_libdir}/wine/%{winepedir}/wine-d3d10.dll
|
||||
%{_sbindir}/alternatives --remove 'wine-d3d11%{?_isa}' %{_libdir}/wine/%{winepedir}/wine-d3d11.dll || :
|
||||
%if %[ "x86_64" == "%{_target_cpu}" && %{with new_wow64} ]
|
||||
|
|
@ -1087,6 +1143,7 @@ fi
|
|||
%{_libdir}/wine/%{winepedirs}/notepad.exe
|
||||
%{_libdir}/wine/%{winepedirs}/plugplay.exe
|
||||
%{_libdir}/wine/%{winepedirs}/progman.exe
|
||||
%{_libdir}/wine/%{winepedirs}/runas.exe
|
||||
%{_libdir}/wine/%{winepedirs}/taskmgr.exe
|
||||
%{_libdir}/wine/%{winepedirs}/winedbg.exe
|
||||
%{_libdir}/wine/%{winepedirs}/winefile.exe
|
||||
|
|
@ -1182,6 +1239,9 @@ fi
|
|||
%{_libdir}/wine/%{winepedirs}/wscript.exe
|
||||
%{_libdir}/wine/%{winepedirs}/uninstaller.exe
|
||||
|
||||
%if %{with new_wow64}
|
||||
#%%global winepedirs %["{i386-windows,%{winepedir}}"]
|
||||
%else
|
||||
%ifarch %{ix86}
|
||||
%{_libdir}/wine/x86_64-unix
|
||||
%{_libdir}/wine/x86_64-windows
|
||||
|
|
@ -1190,6 +1250,7 @@ fi
|
|||
%{_libdir}/wine/i386-unix
|
||||
%{_libdir}/wine/i386-windows
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%{_libdir}/wine/%{winepedirs}/acledit.dll
|
||||
%{_libdir}/wine/%{winepedirs}/aclui.dll
|
||||
|
|
@ -1237,6 +1298,7 @@ fi
|
|||
%{_libdir}/wine/%{winepedirs}/combase.dll
|
||||
%{_libdir}/wine/%{winepedirs}/comcat.dll
|
||||
%{_libdir}/wine/%{winepedirs}/comctl32.dll
|
||||
%{_libdir}/wine/%{winepedirs}/comctl32_v6.dll
|
||||
%{_libdir}/wine/%{winepedirs}/comdlg32.dll
|
||||
%{_libdir}/wine/%{winepedirs}/coml2.dll
|
||||
%{_libdir}/wine/%{winepedirs}/compstui.dll
|
||||
|
|
@ -1521,6 +1583,7 @@ fi
|
|||
%{_libdir}/wine/%{winepedirs}/msvcrt20.dll
|
||||
%{_libdir}/wine/%{winepedirs}/msvcrt40.dll
|
||||
%{_libdir}/wine/%{winepedirs}/msvcrtd.dll
|
||||
%{_libdir}/wine/%{winepedirs}/msvdsp.dll
|
||||
%{_libdir}/wine/%{winepedirs}/msvfw32.dll
|
||||
%{_libdir}/wine/%{winepedirs}/msvidc32.dll
|
||||
%{_libdir}/wine/%{winepedirs}/msvproc.dll
|
||||
|
|
@ -1701,6 +1764,7 @@ fi
|
|||
%{_libdir}/wine/%{winepedirs}/vdmdbg.dll
|
||||
%{_libdir}/wine/%{winepedirs}/version.dll
|
||||
%{_libdir}/wine/%{winepedirs}/vga.dll
|
||||
%{_libdir}/wine/%{winepedirs}/vidreszr.dll
|
||||
%{_libdir}/wine/%{winepedirs}/virtdisk.dll
|
||||
%{_libdir}/wine/%{winepedirs}/vssapi.dll
|
||||
%{_libdir}/wine/%{winepedirs}/vulkan-1.dll
|
||||
|
|
@ -1719,6 +1783,7 @@ fi
|
|||
%endif
|
||||
%{_libdir}/wine/%{winepedirs}/win32u.dll
|
||||
%{_libdir}/wine/%{winepedirs}/winbio.dll
|
||||
%{_libdir}/wine/%{winepedirs}/winbrand.dll
|
||||
%{_libdir}/wine/%{winepedirs}/windows.applicationmodel.dll
|
||||
%{_libdir}/wine/%{winepedirs}/windows.devices.bluetooth.dll
|
||||
%{_libdir}/wine/%{winepedirs}/windows.devices.enumeration.dll
|
||||
|
|
@ -1745,6 +1810,7 @@ fi
|
|||
%{_libdir}/wine/%{winepedirs}/windows.system.profile.systemid.dll
|
||||
%{_libdir}/wine/%{winepedirs}/windows.system.profile.systemmanufacturers.dll
|
||||
%{_libdir}/wine/%{winepedirs}/windows.ui.dll
|
||||
%{_libdir}/wine/%{winepedirs}/windows.ui.core.textinput.dll
|
||||
%{_libdir}/wine/%{winepedirs}/windows.ui.xaml.dll
|
||||
%{_libdir}/wine/%{winepedirs}/windows.web.dll
|
||||
%{_libdir}/wine/%{winepedirs}/windowscodecs.dll
|
||||
|
|
@ -2050,6 +2116,7 @@ fi
|
|||
%{_bindir}/wineboot
|
||||
%{_bindir}/wineconsole
|
||||
%{_bindir}/winecfg
|
||||
%{_datadir}/wine/winmd/
|
||||
%{_mandir}/man1/wine.1*
|
||||
%{_mandir}/man1/wineserver.1*
|
||||
%{_mandir}/man1/msiexec.1*
|
||||
|
|
@ -2068,25 +2135,25 @@ fi
|
|||
%lang(fr) %{_mandir}/fr.UTF-8/man1/wineserver.1*
|
||||
%lang(pl) %{_mandir}/pl.UTF-8/man1/wine.1*
|
||||
|
||||
%files fonts
|
||||
%files winefonts
|
||||
# meta package
|
||||
|
||||
%if 0%{?wine_staging}
|
||||
%files arial-fonts
|
||||
%files arial-winefonts
|
||||
%license COPYING.LIB
|
||||
%{_datadir}/wine/fonts/arial*
|
||||
%endif
|
||||
#0%%{?wine_staging}
|
||||
|
||||
%files courier-fonts
|
||||
%files courier-winefonts
|
||||
%license COPYING.LIB
|
||||
%{_datadir}/wine/fonts/cou*
|
||||
|
||||
%files fixedsys-fonts
|
||||
%files fixedsys-winefonts
|
||||
%license COPYING.LIB
|
||||
%{_datadir}/wine/fonts/*vgafix.fon
|
||||
|
||||
%files system-fonts
|
||||
%files system-winefonts
|
||||
%license COPYING.LIB
|
||||
%{_datadir}/wine/fonts/cvgasys.fon
|
||||
%{_datadir}/wine/fonts/hvgasys.fon
|
||||
|
|
@ -2102,23 +2169,23 @@ fi
|
|||
%{_datadir}/wine/fonts/vgasysr.fon
|
||||
%{_datadir}/wine/fonts/vgasyst.fon
|
||||
|
||||
%files small-fonts
|
||||
%files small-winefonts
|
||||
%license COPYING.LIB
|
||||
%{_datadir}/wine/fonts/sma*
|
||||
%{_datadir}/wine/fonts/jsma*
|
||||
|
||||
%files marlett-fonts
|
||||
%files marlett-winefonts
|
||||
%license COPYING.LIB
|
||||
%{_datadir}/wine/fonts/marlett.ttf
|
||||
|
||||
%files ms-sans-serif-fonts
|
||||
%files ms-sans-serif-winefonts
|
||||
%license COPYING.LIB
|
||||
%{_datadir}/wine/fonts/sse*
|
||||
%if 0%{?wine_staging}
|
||||
%{_datadir}/wine/fonts/msyh.ttf
|
||||
%endif
|
||||
|
||||
%files tahoma-fonts
|
||||
%files tahoma-winefonts
|
||||
%license COPYING.LIB
|
||||
%{_datadir}/wine/fonts/tahoma*ttf
|
||||
|
||||
|
|
@ -2129,7 +2196,7 @@ fi
|
|||
%{_fontconfig_templatedir}/20-wine-tahoma*conf
|
||||
|
||||
%if 0%{?wine_staging}
|
||||
%files times-new-roman-fonts
|
||||
%files times-new-roman-winefonts
|
||||
%license COPYING.LIB
|
||||
%{_datadir}/wine/fonts/times.ttf
|
||||
|
||||
|
|
@ -2137,15 +2204,15 @@ fi
|
|||
%{_datadir}/fonts/wine-times-new-roman-fonts
|
||||
%endif
|
||||
|
||||
%files symbol-fonts
|
||||
%files symbol-winefonts
|
||||
%license COPYING.LIB
|
||||
%{_datadir}/wine/fonts/symbol.ttf
|
||||
|
||||
%files webdings-fonts
|
||||
%files webdings-winefonts
|
||||
%license COPYING.LIB
|
||||
%{_datadir}/wine/fonts/webdings.ttf
|
||||
|
||||
%files wingdings-fonts
|
||||
%files wingdings-winefonts
|
||||
%license COPYING.LIB
|
||||
%{_datadir}/wine/fonts/wingding.ttf
|
||||
|
||||
|
|
@ -2170,6 +2237,9 @@ fi
|
|||
%{_metainfodir}/%{name}.appdata.xml
|
||||
%{_datadir}/icons/hicolor/scalable/apps/*svg
|
||||
|
||||
%files -n ntsync-autoload
|
||||
%{_modulesloaddir}/ntsync.conf
|
||||
|
||||
%files systemd
|
||||
%config %{_binfmtdir}/wine.conf
|
||||
|
||||
|
|
@ -2189,6 +2259,7 @@ fi
|
|||
# twain subpackage
|
||||
%files twain
|
||||
%{_libdir}/wine/%{winepedirs}/twain_32.dll
|
||||
%{_libdir}/wine/%{winepedirs}/twaindsm.dll
|
||||
%{_libdir}/wine/%{winepedirs}/sane.ds
|
||||
%{_libdir}/wine/%{winesodir}/sane.so
|
||||
|
||||
|
|
@ -2240,6 +2311,46 @@ fi
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 11.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 11.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Wed Jan 14 2026 Michael Cronenworth <mike@cchtml.com> - 11.0-2
|
||||
- wine-mono 10.4.1
|
||||
|
||||
* Tue Jan 13 2026 Michael Cronenworth <mike@cchtml.com> - 11.0-1
|
||||
- version update
|
||||
|
||||
* Fri Dec 26 2025 Michael Cronenworth <mike@cchtml.com> - 10.20-5
|
||||
- Fix x86_64 alternatives upgrade path
|
||||
|
||||
* Tue Dec 23 2025 Michael Cronenworth <mike@cchtml.com> - 10.20-4
|
||||
- Account for alternatives in upgrade path
|
||||
|
||||
* Tue Dec 09 2025 Michael Cronenworth <mike@cchtml.com> - 10.20-3
|
||||
- Bring sanity to the upgrade path, credit Gordon Messmer (RHBZ#2401666)
|
||||
|
||||
* Mon Dec 01 2025 Michael Cronenworth <mike@cchtml.com> - 10.20-2
|
||||
- remove Conflicts
|
||||
|
||||
* Mon Dec 01 2025 Michael Cronenworth <mike@cchtml.com> - 10.20-1
|
||||
- version update
|
||||
|
||||
* Fri Nov 21 2025 Michael Cronenworth <mike@cchtml.com> - 10.19-2
|
||||
- wine-ntsync rename to ntsync-autoload
|
||||
|
||||
* Tue Nov 18 2025 Michael Cronenworth <mike@cchtml.com> - 10.19-1
|
||||
- version update
|
||||
|
||||
* Sun Nov 02 2025 Michael Cronenworth <mike@cchtml.com> - 10.18-2
|
||||
- wine-mono 10.3.0
|
||||
|
||||
* Sun Nov 02 2025 Michael Cronenworth <mike@cchtml.com> - 10.18-1
|
||||
- version update
|
||||
- reorganize fonts packages (RHBZ#2372648)
|
||||
|
||||
* Wed Sep 17 2025 Michael Cronenworth <mike@cchtml.com> - 10.15-1
|
||||
- version update
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue