update to 6.0 [release 6.0-1mamba;Fri Jan 22 2021]
This commit is contained in:
parent
9c48880ad9
commit
2e27698ab0
39
wine.spec
39
wine.spec
@ -1,15 +1,17 @@
|
||||
%define MAJver %(echo %version | cut -d. -f1)
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
%define _use_internal_dependency_generator 1
|
||||
|
||||
# see https://wiki.winehq.org/Gecko
|
||||
%define wine_gecko_ver 2.47
|
||||
%define wine_gecko_ver 2.47.2
|
||||
# see: http://wiki.winehq.org/Mono
|
||||
%define wine_mono_ver 4.7.1
|
||||
%define wine_mono_ver 5.1.1
|
||||
%define wine_staging_ver %{version}
|
||||
|
||||
%define WINE_GECKO_CHECKED_FOR_VERSION 4.13
|
||||
%define WINE_GECKO_CHECKED_FOR_VERSION 6.0
|
||||
|
||||
Name: wine
|
||||
Version: 4.13
|
||||
Version: 6.0
|
||||
Release: 1mamba
|
||||
Epoch: 3
|
||||
Summary: An open source implementation of the Windows API on top of X and Unix
|
||||
@ -18,7 +20,7 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||
URL: http://www.winehq.org
|
||||
Source0: http://dl.winehq.org/wine/source/4.x/wine-%{version}.tar.xz
|
||||
Source0: http://dl.winehq.org/wine/source/%{MAJver}.0/wine-%{version}.tar.xz
|
||||
Source1: wine-systemd-32
|
||||
Source2: wine-systemd-64
|
||||
Source3: wine_hidden_kde-desktop
|
||||
@ -36,12 +38,12 @@ Source15: wine-oleview.desktop
|
||||
Source16: wine-iexplore.desktop
|
||||
Source20: wine-ldconfig-32
|
||||
Source21: wine-ldconfig-64
|
||||
Source30: http://dl.winehq.org/wine/wine-gecko/%{wine_gecko_ver}/wine_gecko-%{wine_gecko_ver}-x86.msi
|
||||
Source31: http://dl.winehq.org/wine/wine-gecko/%{wine_gecko_ver}/wine_gecko-%{wine_gecko_ver}-x86_64.msi
|
||||
Source40: http://dl.winehq.org/wine/wine-mono/%{wine_mono_ver}/wine-mono-%{wine_mono_ver}.msi
|
||||
Source30: http://dl.winehq.org/wine/wine-gecko/%{wine_gecko_ver}/wine-gecko-%{wine_gecko_ver}-x86.msi
|
||||
Source31: http://dl.winehq.org/wine/wine-gecko/%{wine_gecko_ver}/wine-gecko-%{wine_gecko_ver}-x86_64.msi
|
||||
Source40: http://dl.winehq.org/wine/wine-mono/%{wine_mono_ver}/wine-mono-%{wine_mono_ver}-x86.msi
|
||||
Source42: wine-autoupdate
|
||||
# Staging repository for Wine
|
||||
Source100: https://github.com/wine-staging/wine-staging.git/v%{wine_staging_ver}/wine-staging-%{wine_staging_ver}.tar.bz2
|
||||
Source100: https://github.com/wine-staging/wine-staging.git/v%{wine_staging_ver}/wine-staging-%{version}.tar.bz2
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: desktop-file-utils
|
||||
@ -97,7 +99,6 @@ BuildRequires: fontforge
|
||||
BuildRequires: libicu-devel
|
||||
BuildRequires: dbus-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: /bin/true
|
||||
BuildRequires: icoutils
|
||||
BuildRequires: chrpath
|
||||
#BuildRequires: docbook-dtds >= 1.0
|
||||
@ -110,7 +111,6 @@ Requires: samba-winbind
|
||||
Conflicts: winetools < 1:0.9
|
||||
Requires: wine-core
|
||||
ExclusiveArch: %{ix86} x86_64 %{arm}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
# FIXME:
|
||||
# configure: OpenCL development files not found, OpenCL won't be supported.
|
||||
@ -409,12 +409,14 @@ exit 0
|
||||
%{_bindir}/winepath
|
||||
%{_bindir}/wineserver
|
||||
%dir %{_datadir}/wine/fonts
|
||||
%{_datadir}/wine/l_intl.nls
|
||||
#%{_datadir}/wine/l_intl.nls
|
||||
%{_datadir}/wine/wine*.inf
|
||||
%dir %{_datadir}/wine/gecko
|
||||
%{_datadir}/wine/gecko/wine_gecko-*.msi
|
||||
%{_datadir}/wine/gecko/wine-gecko-*.msi
|
||||
%dir %{_datadir}/wine/mono
|
||||
%{_datadir}/wine/mono/wine-mono-*.msi
|
||||
%dir %{_datadir}/wine/nls
|
||||
%{_datadir}/wine/nls/*
|
||||
%{_mandir}/man1/msiexec.1*
|
||||
%{_mandir}/man1/notepad.1*
|
||||
%{_mandir}/man1/regedit.1*
|
||||
@ -479,8 +481,9 @@ exit 0
|
||||
%{_bindir}/winemaker
|
||||
%{_bindir}/wmc
|
||||
%{_bindir}/wrc
|
||||
%{_includedir}/*
|
||||
%{_libdir}/libwine.so
|
||||
%dir %{_includedir}/wine
|
||||
%{_includedir}/wine/*
|
||||
#%{_libdir}/libwine.so
|
||||
%{_libdir}/wine/*.a
|
||||
%{_libdir}/wine/*.def
|
||||
%{_mandir}/man1/winebuild.1*
|
||||
@ -498,6 +501,12 @@ exit 0
|
||||
%doc documentation/README.*
|
||||
|
||||
%changelog
|
||||
* Fri Jan 22 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 6.0-1mamba
|
||||
- update to 6.0
|
||||
|
||||
* Sun Sep 06 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 5.16-1mamba
|
||||
- update to 5.16
|
||||
|
||||
* Sun Aug 18 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 4.13-1mamba
|
||||
- update to 4.13
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user