Fix FTBFS due to zip BR - RHBZ #661011

This commit is contained in:
mbooth 2010-12-12 16:23:14 +00:00
parent 59b0ded8d5
commit 0361517d29

View File

@ -50,7 +50,7 @@
Name: hamcrest
Version: 1.1
Release: 9.3%{?dist}
Release: 9.4%{?dist}
Epoch: 0
Summary: Library of matchers for building test expressions
License: BSD
@ -78,6 +78,7 @@ BuildRequires: jpackage-utils >= 0:1.7.4
BuildRequires: java-1.6.0-devel
BuildRequires: ant >= 0:1.6.5
BuildRequires: ant-junit
BuildRequires: zip
%if %with integration
BuildRequires: easymock2
%endif
@ -277,6 +278,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/%{name}
%changelog
* Sun Dec 12 2010 Mat Booth <fedora@matbooth.co.uk> 0:1.1-9.4
- Fix FTBFS due to zip BR - RHBZ #661011.
* Thu Oct 7 2010 Alexander Kurtakov <akurtako@redhat.com> 0:1.1-9.3
- Drop gcj support.