Fix ant-trax and ant-nodeps BR on RHEL
This commit is contained in:
parent
62f5b4996e
commit
90d9291de2
7
jna.spec
7
jna.spec
@ -1,6 +1,6 @@
|
||||
Name: jna
|
||||
Version: 3.5.2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Pure Java access to native libraries
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -37,7 +37,7 @@ Requires(post): jpackage-utils
|
||||
Requires(postun): jpackage-utils
|
||||
BuildRequires: java-devel, jpackage-utils, libffi-devel
|
||||
BuildRequires: ant, ant-junit, junit
|
||||
%if 0%{?rhel}
|
||||
%if 0%{?rhel} < 7
|
||||
BuildRequires: ant-nodeps, ant-trax
|
||||
%endif
|
||||
BuildRequires: libX11-devel, libXt-devel
|
||||
@ -208,6 +208,9 @@ rm -rf %{buildroot}
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jun 28 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.5.2-2
|
||||
- Fix ant-trax and ant-nodeps BR on RHEL
|
||||
|
||||
* Thu Apr 25 2013 Levente Farkas <lfarkas@lfarkas.org> - 3.5.2-1
|
||||
- Update to 3.5.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user