update to 7.8 [release 7.8-1mamba;Fri May 20 2022]
This commit is contained in:
parent
11cbe65989
commit
24461b5e44
40
wine.spec
40
wine.spec
@ -5,13 +5,16 @@
|
||||
# see https://wiki.winehq.org/Gecko
|
||||
%define wine_gecko_ver 2.47.2
|
||||
# see: http://wiki.winehq.org/Mono
|
||||
%define wine_mono_ver 5.1.1
|
||||
%define wine_mono_ver 7.2.0
|
||||
%define wine_staging_ver %(echo %version | cut -d. -f1-2)
|
||||
|
||||
%define WINE_GECKO_CHECKED_FOR_VERSION 6.0.2
|
||||
%define WINE_GECKO_CHECKED_FOR_VERSION 7.8
|
||||
|
||||
#% global __brp_strip_lto %nil
|
||||
%global __brp_strip_static_archive %nil
|
||||
|
||||
Name: wine
|
||||
Version: 6.0.2
|
||||
Version: 7.8
|
||||
Release: 1mamba
|
||||
Epoch: 3
|
||||
Summary: An open source implementation of the Windows API on top of X and Unix
|
||||
@ -20,7 +23,7 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://www.winehq.org/
|
||||
Source0: http://dl.winehq.org/wine/source/%{MAJver}.0/wine-%{version}.tar.xz
|
||||
Source0: http://dl.winehq.org/wine/source/%{MAJver}.x/wine-%{version}.tar.xz
|
||||
Source1: wine-systemd-32
|
||||
Source2: wine-systemd-64
|
||||
Source3: wine_hidden_kde-desktop
|
||||
@ -51,20 +54,20 @@ BuildRequires: glibc-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXext-devel
|
||||
BuildRequires: libalsa-devel
|
||||
BuildRequires: libcapi20-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgphoto2-devel
|
||||
BuildRequires: libgst-plugins-base-devel
|
||||
BuildRequires: libgstreamer-devel
|
||||
BuildRequires: liblcms2-devel
|
||||
BuildRequires: libmpg123-devel
|
||||
BuildRequires: libopenal-devel
|
||||
BuildRequires: libopenldap-devel
|
||||
BuildRequires: libpcap-devel
|
||||
BuildRequires: libperl
|
||||
BuildRequires: libpulseaudio-devel
|
||||
BuildRequires: libsane-backends-devel
|
||||
BuildRequires: libudev-devel
|
||||
BuildRequires: libunwind-devel
|
||||
BuildRequires: libusb-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: ocl-icd-devel
|
||||
BuildRequires: perl-devel
|
||||
## AUTOBUILDREQ-END
|
||||
@ -199,7 +202,7 @@ Header, include files and library definition files for developing applications w
|
||||
exit 1
|
||||
%endif
|
||||
|
||||
%patch0 -p1 -b .fix-conflict-ldap_contact
|
||||
#%patch0 -p1 -b .fix-conflict-ldap_contact
|
||||
|
||||
# 6.0.2: wine-staging patches do not apply, temporary disabled
|
||||
#tar xvf %{SOURCE100} --strip-components 1
|
||||
@ -441,11 +444,12 @@ exit 0
|
||||
|
||||
%files -n libwine
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/*.so.*
|
||||
#%{_libdir}/*.so.*
|
||||
%dir %{_libdir}/wine
|
||||
%{_libdir}/wine/*.so
|
||||
%dir %{_libdir}/wine/fakedlls
|
||||
%{_libdir}/wine/fakedlls/*
|
||||
%dir %{_libdir}/wine/*-unix
|
||||
%{_libdir}/wine/*-unix/*
|
||||
%dir %{_libdir}/wine/*-windows
|
||||
%{_libdir}/wine/*-windows/*
|
||||
|
||||
%files desktop
|
||||
%defattr(-,root,root)
|
||||
@ -485,9 +489,8 @@ exit 0
|
||||
%{_bindir}/wrc
|
||||
%dir %{_includedir}/wine
|
||||
%{_includedir}/wine/*
|
||||
#%{_libdir}/libwine.so
|
||||
%{_libdir}/wine/*.a
|
||||
%{_libdir}/wine/*.def
|
||||
#%{_libdir}/wine/*.a
|
||||
#%{_libdir}/wine/*.def
|
||||
%{_mandir}/man1/winebuild.1*
|
||||
%{_mandir}/man1/winecpp.1*
|
||||
%{_mandir}/man1/winedump.1*
|
||||
@ -499,10 +502,13 @@ exit 0
|
||||
%{_mandir}/man1/wrc.1*
|
||||
%{_mandir}/de.UTF-8/man1/winemaker.1*
|
||||
%{_mandir}/fr.UTF-8/man1/winemaker.1*
|
||||
%doc ANNOUNCE AUTHORS README
|
||||
%doc documentation/README.*
|
||||
#%doc ANNOUNCE AUTHORS README
|
||||
#%doc documentation/README.*
|
||||
|
||||
%changelog
|
||||
* Fri May 20 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 7.8-1mamba
|
||||
- update to 7.8
|
||||
|
||||
* Sat Nov 27 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 6.0.2-1mamba
|
||||
- update to 6.0.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user