diff --git a/plexus-i18n.spec b/plexus-i18n.spec index 8caf311..9c9f182 100644 --- a/plexus-i18n.spec +++ b/plexus-i18n.spec @@ -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 0:1.0-0.b10.2 +- BR java-devel 1.6.0. + * Wed Dec 23 2009 Alexander Kurtakov 0:1.0-0.b10.1 - Update to beta 10. - Drop gcj and fix BRs.