From dd97226cac602fd5a753def11f31febff1d0a7c8 Mon Sep 17 00:00:00 2001 From: rafaels Date: Feb 22 2006 04:03:51 +0000 Subject: Updated to 1.1.4 and aot compiled. --- diff --git a/.cvsignore b/.cvsignore index c532da2..af27907 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,5 +1,2 @@ -commons-validator-1.1.3-src-RHCLEAN.tar.bz2 -commons-validator-1.1.3-conf.tar.gz -commons-validator-1.1.3 -noarch -*.src.rpm +commons-validator-1.1.4-conf.tar.gz +commons-validator-1.1.4-src.tar.gz diff --git a/jakarta-commons-validator-1.1.4-build.patch b/jakarta-commons-validator-1.1.4-build.patch new file mode 100644 index 0000000..a423a1c --- /dev/null +++ b/jakarta-commons-validator-1.1.4-build.patch @@ -0,0 +1,11 @@ +--- build.xml.orig 2004-11-26 17:17:14.000000000 -0500 ++++ build.xml 2004-11-26 17:17:57.000000000 -0500 +@@ -266,7 +266,7 @@ + + +- + + = 0:1.3 Requires: jakarta-commons-logging >= 0:1.0.2 Requires: oro >= 0:2.0.6 Requires: xml-commons-apis -BuildArch: noarch +BuildRequires: java-gcj-compat-devel >= 1.0.31 +Requires(post): java-gcj-compat >= 1.0.31 +Requires(postun): java-gcj-compat >= 1.0.31 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot %description @@ -96,6 +98,8 @@ cp -p conf/share/{*.dtd,catalog} $RPM_BUILD_ROOT%{_datadir}/sgml/%{name} mkdir -p $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version} cp -pr dist/docs/api/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version} +aot-compile-rpm + # ----------------------------------------------------------------------------- %clean @@ -111,6 +115,8 @@ if [ -x %{_bindir}/install-catalog -a -d %{_sysconfdir}/sgml ]; then %{_datadir}/sgml/%{name}/catalog > /dev/null || : fi +%{_bindir}/rebuild-gcj-db + %postun # Note that we're using versioned catalog, so this is always ok. if [ -x %{_bindir}/install-catalog -a -d %{_sysconfdir}/sgml ]; then @@ -119,6 +125,8 @@ if [ -x %{_bindir}/install-catalog -a -d %{_sysconfdir}/sgml ]; then %{_datadir}/sgml/%{name}/catalog > /dev/null || : fi +%{_bindir}/rebuild-gcj-db + # ----------------------------------------------------------------------------- %files @@ -126,6 +134,7 @@ fi %doc LICENSE.txt NOTICE.txt %{_javadir}/* %{_datadir}/sgml/%{name} +%attr(-,root,root) %{_libdir}/gcj/%{name} %files javadoc %defattr(0644,root,root,0755) @@ -134,6 +143,9 @@ fi # ----------------------------------------------------------------------------- %changelog +* Tue Feb 21 2006 Rafael Schloming - 0:1.1.4-1jpp_5fc +- Updated to 1.1.4 and aot compiled. + * Wed Dec 21 2005 Jesse Keating - 0:1.1.3-1jpp_4fc - rebuilt again diff --git a/sources b/sources index c6bd725..b994266 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -88278f153862b7464d9e575af28d2a76 commons-validator-1.1.3-src-RHCLEAN.tar.bz2 -2c738bfbd840eeda89e2c911bea7a8ad commons-validator-1.1.3-conf.tar.gz +2c738bfbd840eeda89e2c911bea7a8ad commons-validator-1.1.4-conf.tar.gz +6a4ef07da77dd86223e80870999448e8 commons-validator-1.1.4-src.tar.gz