- Resync with latest from JPP.
This commit is contained in:
parent
e0e683ae1b
commit
f179ad78d2
@ -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 <vivekl@redhat.com> - 0:2.7.0-6jpp.1
|
||||
- Resync with latest from JPP.
|
||||
|
||||
* Fri Aug 11 2006 Vivek Lakshmanan <vivekl@redhat.com> - 0:2.7.0-5jpp.3
|
||||
- Rebuild.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user