From f179ad78d26eaf976dac42797621518d87a139e1 Mon Sep 17 00:00:00 2001 From: Vivek Lakshmanan Date: Fri, 18 Aug 2006 16:11:49 +0000 Subject: [PATCH] - Resync with latest from JPP. --- xalan-j2.spec | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/xalan-j2.spec b/xalan-j2.spec index e6e0658..05895b1 100644 --- a/xalan-j2.spec +++ b/xalan-j2.spec @@ -37,7 +37,7 @@ Name: xalan-j2 Version: 2.7.0 -Release: 5jpp.3 +Release: 6jpp.1 Epoch: 0 Summary: Java XSLT processor License: Apache Software License @@ -234,6 +234,14 @@ then fi %endif +%if %{gcj_support} +%postun +if [ -x %{_bindir}/rebuild-gcj-db ] +then + %{_bindir}/rebuild-gcj-db +fi +%endif + %preun { [ $1 = 0 ] || exit 0 @@ -334,6 +342,9 @@ fi %endif %changelog +* Fri Aug 18 2006 Vivek Lakshmanan - 0:2.7.0-6jpp.1 +- Resync with latest from JPP. + * Fri Aug 11 2006 Vivek Lakshmanan - 0:2.7.0-5jpp.3 - Rebuild.