From 29767fb2ce69e81dab82a6527703d81b61aa0727 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 04:19:23 +0000 Subject: [PATCH] auto-import changelog data from docbook-style-dsssl-1.75-1.src.rpm Thu Feb 21 2002 Tim Waugh 1.75-1 - 1.75. - Rebuild in new environment. Mon Jan 28 2002 Tim Waugh 1.74b-3 - Prepare for openjade 1.3.1. Wed Jan 09 2002 Tim Powers 1.74b-2 - automated rebuild Mon Dec 03 2001 Tim Waugh 1.74b-1 - 1.74b. Fri Nov 02 2001 Tim Waugh 1.73-3 - Conflict with docbook-utils if its custom stylesheet hasn't been updated to work with version 1.72 or later of this package. Fri Oct 19 2001 Tim Waugh 1.73-2 - Shut the scripts up. Mon Oct 01 2001 Tim Waugh 1.73-1 - 1.73. Fri Sep 28 2001 Tim Waugh 1.72-1 - 1.72. --- .cvsignore | 2 +- docbook-style-dsssl.spec | 60 +++++++++++++++++++++++++++------------- sources | 2 +- 3 files changed, 43 insertions(+), 21 deletions(-) diff --git a/.cvsignore b/.cvsignore index d9b6452..52e5649 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -db164.zip +docbook-dsssl-1.75.tar.gz diff --git a/docbook-style-dsssl.spec b/docbook-style-dsssl.spec index d9d493e..7d5e8ba 100644 --- a/docbook-style-dsssl.spec +++ b/docbook-style-dsssl.spec @@ -1,22 +1,24 @@ Name: docbook-style-dsssl -Version: 1.64 -Release: 3 +Version: 1.75 +Release: 1 Group: Applications/Text Summary: Norman Walsh's modular stylesheets for DocBook. License: Distributable -URL: http://www.nwalsh.com/docbook/dsssl/ +URL: http://docbook.sourceforge.net/ -Requires: openjade = 1.3 +%define openjadever 1.3.1 +Requires: openjade = %{openjadever} PreReq: docbook-dtd-sgml PreReq: sgml-common >= 0.5 -PreReq: openjade >= 1.3-12 +PreReq: openjade = %{openjadever} +Conflicts: docbook-utils < 0.6.9-4 BuildRoot: %{_tmppath}/%{name}-%{version} BuildArch: noarch -Source0: http://www.nwalsh.com/docbook/dsssl/db164.zip +Source0: http://prdownloads.sourceforge.net/docbook/docbook-dsssl-%{version}.tar.gz Source1: %{name}-%{version}.Makefile @@ -26,13 +28,8 @@ printed (for example, RTF or PostScript) or online (for example, HTML) format. They are highly customizable. %prep -%setup -c -T -unzip %{SOURCE0} -if [ `id -u` -eq 0 ]; then - chown -R root.root . - chmod -R a+rX,g-w,o-w . -fi -cp %{SOURCE1} docbook/Makefile +%setup -q -n docbook-dsssl-%{version} +cp %{SOURCE1} Makefile %build @@ -41,7 +38,6 @@ cp %{SOURCE1} docbook/Makefile %install DESTDIR=$RPM_BUILD_ROOT 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 @@ -54,7 +50,7 @@ rm -rf $DESTDIR %files %defattr (-,root,root) -%doc docbook/BUGS docbook/TODO docbook/README docbook/ChangeLog docbook/WhatsNew +%doc BUGS TODO README ChangeLog WhatsNew /usr/bin/collateindex.pl /usr/share/sgml/docbook/dsssl-stylesheets-%{version} /usr/share/sgml/docbook/dsssl-stylesheets @@ -62,21 +58,47 @@ rm -rf $DESTDIR %post for centralized in /etc/sgml/*-docbook-*.cat -do /usr/bin/install-catalog --add $centralized /usr/share/sgml/openjade-1.3/catalog > /dev/null +do /usr/bin/install-catalog --add $centralized /usr/share/sgml/openjade-%{openjadever}/catalog > /dev/null 2>/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 + /usr/bin/install-catalog --add $centralized /usr/share/sgml/docbook/dsssl-stylesheets-%{version}/catalog > /dev/null 2>/dev/null done %preun if [ "$1" = "0" ]; then for centralized in /etc/sgml/*-docbook-*.cat - do /usr/bin/install-catalog --remove $centralized /usr/share/sgml/openjade-1.3/catalog > /dev/null - /usr/bin/install-catalog --remove $centralized /usr/share/sgml/docbook/dsssl-stylesheets-%{version}/catalog > /dev/null + do /usr/bin/install-catalog --remove $centralized /usr/share/sgml/openjade-%{openjadever}/catalog > /dev/null 2>/dev/null + /usr/bin/install-catalog --remove $centralized /usr/share/sgml/docbook/dsssl-stylesheets-%{version}/catalog > /dev/null 2>/dev/null done fi %changelog +* Thu Feb 21 2002 Tim Waugh 1.75-1 +- 1.75. +- Rebuild in new environment. + +* Mon Jan 28 2002 Tim Waugh 1.74b-3 +- Prepare for openjade 1.3.1. + +* Wed Jan 09 2002 Tim Powers 1.74b-2 +- automated rebuild + +* Mon Dec 3 2001 Tim Waugh 1.74b-1 +- 1.74b. + +* Fri Nov 2 2001 Tim Waugh 1.73-3 +- Conflict with docbook-utils if its custom stylesheet hasn't been + updated to work with version 1.72 or later of this package. + +* Fri Oct 19 2001 Tim Waugh 1.73-2 +- Shut the scripts up. + +* Mon Oct 1 2001 Tim Waugh 1.73-1 +- 1.73. + +* Fri Sep 28 2001 Tim Waugh 1.72-1 +- 1.72. + * Wed Jul 25 2001 Bill Nottingham 1.64-3 - bump release diff --git a/sources b/sources index af85dd7..b4961c0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -07a93d468ddf2efca1d2aa92132b38bf db164.zip +64f6aaebb726ea3fb527dbd5ebbbcfa8 docbook-dsssl-1.75.tar.gz