Fix up the Wine / mono supported arch cross section

f38
Peter Robinson 9 years ago
parent 80ef1fca01
commit 6367cc0190

@ -3,7 +3,7 @@
Name: wine-mono Name: wine-mono
Version: 4.6.0 Version: 4.6.0
Release: 1%{?dist} Release: 2%{?dist}
Summary: Mono library required for Wine Summary: Mono library required for Wine
License: GPLv2 and LGPLv2 and MIT and BSD and MS-PL and MPLv1.1 License: GPLv2 and LGPLv2 and MIT and BSD and MS-PL and MPLv1.1
@ -19,7 +19,7 @@ Patch2: wine-mono-build-inline.patch
# see git://github.com/madewokherd/wine-mono # see git://github.com/madewokherd/wine-mono
BuildArch: noarch BuildArch: noarch
ExcludeArch: armv7hl ppc s390x ExcludeArch: aarch64 %{power64} s390x s390
# 64 # 64
BuildRequires: mingw64-filesystem >= 95 BuildRequires: mingw64-filesystem >= 95
@ -94,6 +94,9 @@ cp mono-basic/LICENSE mono-basic-LICENSE
%{_datadir}/wine/mono/wine-mono-%{version}.msi %{_datadir}/wine/mono/wine-mono-%{version}.msi
%changelog %changelog
* Sun Mar 13 2016 Peter Robinson <pbrobinson@fedoraproject.org> 4.6.0-2
- Fix up the Wine / mono supported arch cross section
* Tue Mar 08 2016 Michael Cronenworth <mike@cchtml.com> - 4.6.0-1 * Tue Mar 08 2016 Michael Cronenworth <mike@cchtml.com> - 4.6.0-1
- version upgrade - version upgrade

Loading…
Cancel
Save