diff --git a/jakarta-commons-beanutils.spec b/jakarta-commons-beanutils.spec index 88cfc42..a8c77be 100644 --- a/jakarta-commons-beanutils.spec +++ b/jakarta-commons-beanutils.spec @@ -2,7 +2,7 @@ %define short_name commons-%{base_name} %define name jakarta-%{short_name} %define version 1.7.0 -%define release 1jpp_2fc +%define release 1jpp_3fc %define section free Name: %{name} @@ -12,8 +12,6 @@ Epoch: 0 Summary: Jakarta Commons BeanUtils Package License: Apache Software License Group: Development/Libraries/Java -#Vendor: JPackage Project -#Distribution: JPackage Source0: http://www.apache.org/dist/jakarta/commons/beanutils/source/commons-beanutils-1.7.0-src.tar.gz Url: http://jakarta.apache.org/commons/%{base_name}/ BuildRequires: ant @@ -21,14 +19,16 @@ BuildRequires: jakarta-commons-collections >= 0:2.0 BuildRequires: jakarta-commons-logging >= 0:1.0 BuildRequires: jpackage-utils > 0:1.5 BuildRequires: coreutils -BuildRequires: gcc-java >= 4.0.0-0.43 - Requires: jakarta-commons-collections >= 0:2.0 Requires: jakarta-commons-logging >= 0:1.0 -ExclusiveArch: i386 x86_64 ppc BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot # RHEL3 and FC2 Obsoletes: %{short_name} <= 1.6.1 +# libgcj aot-compiled native libraries +BuildRequires: gcc-java >= 4.0.0-0.43 +BuildRequires: java-1.4.2-gcj-compat >= 1.4.2.0-40jpp_16rh +Requires(post,postun): java-1.4.2-gcj-compat >= 1.4.2.0-40jpp_16rh +ExclusiveArch: i386 x86_64 ppc %description The scope of this package is to create a package of Java utility methods @@ -120,6 +120,9 @@ fi %{_javadocdir}/%{name}-%{version} %changelog +* Thu May 5 2005 Gary Benson - 0:1.7.0-1jpp_3fc +- Add dependencies for %post and %postun scriptlets (#156901). + * Wed May 4 2005 Gary Benson - 0:1.7.0-1jpp_2fc - BC-compile.