- sync the architecture list in BR with the mono package

This commit is contained in:
Dan Horák 2010-12-13 16:13:17 +01:00
parent 8d4ccae77b
commit 51f8ba56f9

View File

@ -4,7 +4,7 @@
Summary: ANother Tool for Language Recognition
Name: antlr
Version: 2.7.7
Release: 11%{?dist}
Release: 12%{?dist}
Epoch: 0
License: Public Domain
URL: http://www.antlr.org/
@ -15,7 +15,7 @@ Source2: %{name}-script
Patch1: %{name}-%{version}-newgcc.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
%ifnarch sparc64
%ifarch %ix86 x86_64 ia64 armv4l sparcv9 alpha s390x ppc ppc64
BuildRequires: mono-core
BuildRequires: mono-winforms
%endif
@ -165,6 +165,9 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_javadocdir}/%{name}
%changelog
* Mon Dec 13 2010 Dan Horák <dan[at]danny.cz> - 0:2.7.7-12
- sync the architecture list in BR with the mono package
* Tue Nov 23 2010 Rex Dieter <rdieter@fedoraproject.org> - 0:2.7.7-11
- -tool: +Requires: java jpackage-utils (#595504)