Disable .net for rhel builds.

This commit is contained in:
Alexander Kurtakov 2012-01-27 16:41:13 +02:00
parent 0b74717bb4
commit 9ae65bc330

View File

@ -4,7 +4,7 @@
Summary: ANother Tool for Language Recognition
Name: antlr
Version: 2.7.7
Release: 17%{?dist}
Release: 18%{?dist}
Epoch: 0
License: Public Domain
URL: http://www.antlr.org/
@ -16,9 +16,11 @@ Patch1: %{name}-%{version}-newgcc.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
%ifarch %ix86 x86_64 ia64 armv4l sparcv9 alpha s390x ppc ppc64
%if ! 0%{?rhel} >= 6
BuildRequires: mono-core
BuildRequires: mono-winforms
%endif
%endif
BuildRequires: ant
BuildRequires: java-javadoc
BuildRequires: jpackage-utils
@ -191,6 +193,9 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/antlr-*
%changelog
* Fri Jan 27 2012 Alexander Kurtakov <akurtako@redhat.com> 0:2.7.7-18
- Disable c# part for rhel builds.
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:2.7.7-17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild