auto-import changelog data from docbook-style-dsssl-1.64-2.src.rpm

Wed May 09 2001 Tim Waugh <twaugh@redhat.com> 1.64-2
- Make an unversioned dsssl-stylesheets symbolic link.
Wed May 02 2001 Tim Waugh <twaugh@redhat.com> 1.64-1
- 1.64 (fixes #38095).
- Fix up post/preun scripts so that we don't get duplicate entries with
    different versions on upgrade.
This commit is contained in:
cvsdist 2004-09-09 04:18:40 +00:00
parent ada1bd3f2f
commit 0b8649dc83
3 changed files with 17 additions and 6 deletions

View File

@ -1 +1 @@
db159.zip
db164.zip

View File

@ -1,6 +1,6 @@
Name: docbook-style-dsssl
Version: 1.59
Release: 10
Version: 1.64
Release: 2
Group: Applications/Text
Summary: Norman Walsh's modular stylesheets for DocBook.
@ -16,7 +16,7 @@ PreReq: openjade >= 1.3-12
BuildRoot: %{_tmppath}/%{name}-%{version}
BuildArch: noarch
Source0: http://www.nwalsh.com/docbook/dsssl/db159.zip
Source0: http://www.nwalsh.com/docbook/dsssl/db164.zip
Source1: %{name}-%{version}.Makefile
@ -45,6 +45,7 @@ rm -rf $DESTDIR
cd docbook
make install BINDIR=$DESTDIR/usr/bin DESTDIR=$DESTDIR/usr/share/sgml/docbook/dsssl-stylesheets-%{version}
cd ..
ln -s dsssl-stylesheets-%{version} $DESTDIR/usr/share/sgml/docbook/dsssl-stylesheets
%clean
@ -57,11 +58,13 @@ rm -rf $DESTDIR
%doc docbook/BUGS docbook/TODO docbook/README docbook/ChangeLog docbook/WhatsNew
/usr/bin/collateindex.pl
/usr/share/sgml/docbook/dsssl-stylesheets-%{version}
/usr/share/sgml/docbook/dsssl-stylesheets
%post
for centralized in /etc/sgml/*-docbook-*.cat
do /usr/bin/install-catalog --add $centralized /usr/share/sgml/openjade-1.3/catalog > /dev/null
/usr/bin/install-catalog --remove $centralized /usr/share/sgml/docbook/dsssl-stylesheets-*/catalog >/dev/null 2>/dev/null
/usr/bin/install-catalog --add $centralized /usr/share/sgml/docbook/dsssl-stylesheets-%{version}/catalog > /dev/null
done
@ -75,7 +78,15 @@ if [ "$1" = "0" ]; then
fi
%changelog
* Sun Mar 25 2001 Tim Waugh <twaugh@redhat.com>
* Thu May 9 2001 Tim Waugh <twaugh@redhat.com> 1.64-2
- Make an unversioned dsssl-stylesheets symbolic link.
* Wed May 2 2001 Tim Waugh <twaugh@redhat.com> 1.64-1
- 1.64 (fixes #38095).
- Fix up post/preun scripts so that we don't get duplicate entries with
different versions on upgrade.
* Sun Mar 25 2001 Tim Waugh <twaugh@redhat.com> 1.59-10
- Fix up Makefile (patch from SATO Satoru).
- Change postun to preun.
- Make preun conditional on remove rather than upgrade.

View File

@ -1 +1 @@
498838cb8bc0c2ffe578e05473b7de5f db159.zip
07a93d468ddf2efca1d2aa92132b38bf db164.zip