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.