automatic version update by autodist [release 1.8-1mamba;Fri Jan 29 2016]
This commit is contained in:
parent
f66807d5a7
commit
e000a00dbc
29
wine.spec
29
wine.spec
@ -1,11 +1,11 @@
|
|||||||
%define _use_internal_dependency_generator 1
|
%define _use_internal_dependency_generator 1
|
||||||
%define wine_gecko_ver 2.40
|
%define wine_gecko_ver 2.40
|
||||||
%define wine_mono_ver 4.5.2
|
%define wine_mono_ver 4.5.6
|
||||||
%define WINE_GECKO_CHECKED_FOR_VERSION 1.7.52
|
%define WINE_GECKO_CHECKED_FOR_VERSION 1.8
|
||||||
%define wine_patchset_date 20140427
|
%define wine_patchset_date 20140427
|
||||||
Name: wine
|
Name: wine
|
||||||
Version: 1.7.52
|
Version: 1.8
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Epoch: 3
|
Epoch: 3
|
||||||
Summary: An open source implementation of the Windows API on top of X and Unix
|
Summary: An open source implementation of the Windows API on top of X and Unix
|
||||||
Group: Applications/Emulators
|
Group: Applications/Emulators
|
||||||
@ -35,7 +35,7 @@ Source21: wine-ldconfig-64
|
|||||||
Source30: http://downloads.sourceforge.net/project/wine/Wine%20Gecko/%{wine_gecko_ver}/wine_gecko-%{wine_gecko_ver}-x86.msi
|
Source30: http://downloads.sourceforge.net/project/wine/Wine%20Gecko/%{wine_gecko_ver}/wine_gecko-%{wine_gecko_ver}-x86.msi
|
||||||
Source31: http://downloads.sourceforge.net/project/wine/Wine%20Gecko/%{wine_gecko_ver}/wine_gecko-%{wine_gecko_ver}-x86_64.msi
|
Source31: http://downloads.sourceforge.net/project/wine/Wine%20Gecko/%{wine_gecko_ver}/wine_gecko-%{wine_gecko_ver}-x86_64.msi
|
||||||
# see: http://wiki.winehq.org/Mono
|
# see: http://wiki.winehq.org/Mono
|
||||||
Source40: http://downloads.sourceforge.net/wine/wine-mono-%{wine_mono_ver}.msi
|
Source40: http://downloads.sourceforge.net/project/wine/Wine%20Mono/%{wine_mono_ver}/wine-mono-%{wine_mono_ver}.tar.gz
|
||||||
# pipelight patchset, see http://fds-team.de/cms/pipelight-compile-wine.html
|
# pipelight patchset, see http://fds-team.de/cms/pipelight-compile-wine.html
|
||||||
#Source41: http://fds-team.de/mirror/wine-patches-minimal-%{version}.tar.gz
|
#Source41: http://fds-team.de/mirror/wine-patches-minimal-%{version}.tar.gz
|
||||||
Source42: wine-autoupdate
|
Source42: wine-autoupdate
|
||||||
@ -364,18 +364,16 @@ exit 0
|
|||||||
|
|
||||||
%files core
|
%files core
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%ifarch %{ix86} %{arm}
|
|
||||||
%{_bindir}/wine
|
|
||||||
%{_bindir}/wine-preloader
|
|
||||||
%endif
|
|
||||||
%ifarch x86_64
|
%ifarch x86_64
|
||||||
%{_bindir}/wine64
|
%{_bindir}/wine64
|
||||||
%{_bindir}/wine64-preloader
|
%{_bindir}/wine64-preloader
|
||||||
%{_mandir}/pl.UTF-8/man1/wine64.1*
|
#%{_mandir}/pl.UTF-8/man1/wine64.1*
|
||||||
%{_mandir}/de.UTF-8/man1/wine64.1*
|
#%{_mandir}/de.UTF-8/man1/wine64.1*
|
||||||
%{_mandir}/fr.UTF-8/man1/wine64.1*
|
#%{_mandir}/fr.UTF-8/man1/wine64.1*
|
||||||
%{_mandir}/man1/wine64.1*
|
#%{_mandir}/man1/wine64.1*
|
||||||
%else
|
%else
|
||||||
|
%{_bindir}/wine
|
||||||
|
%{_bindir}/wine-preloader
|
||||||
%{_mandir}/pl.UTF-8/man1/wine.1*
|
%{_mandir}/pl.UTF-8/man1/wine.1*
|
||||||
%{_mandir}/de.UTF-8/man1/wine.1*
|
%{_mandir}/de.UTF-8/man1/wine.1*
|
||||||
%{_mandir}/fr.UTF-8/man1/wine.1*
|
%{_mandir}/fr.UTF-8/man1/wine.1*
|
||||||
@ -404,7 +402,7 @@ exit 0
|
|||||||
%dir %{_datadir}/wine/gecko
|
%dir %{_datadir}/wine/gecko
|
||||||
%{_datadir}/wine/gecko/wine_gecko-*.msi
|
%{_datadir}/wine/gecko/wine_gecko-*.msi
|
||||||
%dir %{_datadir}/wine/mono
|
%dir %{_datadir}/wine/mono
|
||||||
%{_datadir}/wine/mono/wine-mono-%{wine_mono_ver}.msi
|
%{_datadir}/wine/mono/wine-mono-%{wine_mono_ver}.tar.gz
|
||||||
%{_mandir}/man1/msiexec.1*
|
%{_mandir}/man1/msiexec.1*
|
||||||
%{_mandir}/man1/notepad.1*
|
%{_mandir}/man1/notepad.1*
|
||||||
%{_mandir}/man1/regedit.1*
|
%{_mandir}/man1/regedit.1*
|
||||||
@ -494,6 +492,9 @@ exit 0
|
|||||||
%doc documentation/README.*
|
%doc documentation/README.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 29 2016 Automatic Build System <autodist@mambasoft.it> 1.8-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Mon Oct 12 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.7.52-2mamba
|
* Mon Oct 12 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.7.52-2mamba
|
||||||
- ... add a changelog entry
|
- ... add a changelog entry
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user