SHA256
1
0
forked from pool/docbook_4
OBS User unknown 2007-01-12 15:12:57 +00:00 committed by Git OBS Bridge
parent 33ae0ed1ff
commit 74ba713a67
2 changed files with 10 additions and 3 deletions

View File

@ -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

View File

@ -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