forked from pool/docbook_4
This commit is contained in:
parent
33ae0ed1ff
commit
74ba713a67
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 12 15:44:39 CET 2007 - ke@suse.de
|
||||
|
||||
- Remove 'exit 0' from %post and %postun; reported by Klaus Kaempf
|
||||
[# 216944].
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 11 14:40:42 CET 2007 - ke@suse.de
|
||||
|
||||
|
@ -24,7 +24,7 @@ PreReq: sed grep awk
|
||||
Autoreqprov: on
|
||||
Summary: DocBook DTD Version 4.x
|
||||
Version: 4.4
|
||||
Release: 44
|
||||
Release: 45
|
||||
Source0: http://www.oasis-open.org/docbook/sgml/4.1/docbk41.zip
|
||||
Source1: http://www.oasis-open.org/docbook/xml/4.1/docbkx412.zip
|
||||
Source2: docbook_4-README.SuSE
|
||||
@ -320,7 +320,6 @@ if [ -x %{regcat} ]; then
|
||||
fi
|
||||
edit-xml-catalog --group --catalog /etc/xml/suse-catalog.xml \
|
||||
--add /etc/xml/%{FOR_ROOT_CAT}
|
||||
exit 0
|
||||
|
||||
%postun
|
||||
if [ "$1" = "0" -a -x %{regcat} ]; then
|
||||
@ -331,7 +330,6 @@ if [ "$1" = "0" -a -x %{regcat} ]; then
|
||||
fi
|
||||
edit-xml-catalog --group --catalog /etc/xml/suse-catalog.xml \
|
||||
--del %{name}-%{version}-%{release}
|
||||
exit 0
|
||||
|
||||
%clean
|
||||
rm -fr $RPM_BUILD_ROOT
|
||||
@ -365,6 +363,9 @@ rm -fr $RPM_BUILD_ROOT
|
||||
%dir %{xml_docbook_rng_dir}
|
||||
|
||||
%changelog -n docbook_4
|
||||
* Fri Jan 12 2007 - ke@suse.de
|
||||
- Remove 'exit 0' from %%post and %%postun; reported by Klaus Kaempf
|
||||
[# 216944].
|
||||
* Thu Jan 11 2007 - ke@suse.de
|
||||
- Remove /usr/share/xml from the files list.
|
||||
* Mon Aug 14 2006 - ke@suse.de
|
||||
|
Loading…
x
Reference in New Issue
Block a user