BR java-devel 1.6.0.

This commit is contained in:
Alexander Kurtakov 2009-12-23 11:19:49 +00:00
parent 644775fc31
commit dc9e0f1aa8

View File

@ -34,7 +34,7 @@
Name: plexus-i18n
Version: 1.0
Release: 0.b10.1%{?dist}
Release: 0.b10.2%{?dist}
Epoch: 0
Summary: Plexus I18N Component
License: ASL 2.0
@ -51,6 +51,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: jpackage-utils >= 0:1.7.2
BuildRequires: ant >= 0:1.6
BuildRequires: java-devel >= 1.6.0
%if %{with_maven}
BuildRequires: maven2 >= 2.0.4-10jpp
BuildRequires: maven2-plugin-compiler
@ -181,6 +182,9 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_javadocdir}/%{name}
%changelog
* Wed Dec 23 2009 Alexander Kurtakov <akurtako@redhat.com> 0:1.0-0.b10.2
- BR java-devel 1.6.0.
* Wed Dec 23 2009 Alexander Kurtakov <akurtako@redhat.com> 0:1.0-0.b10.1
- Update to beta 10.
- Drop gcj and fix BRs.