auto-import changelog data from docbook-style-dsssl-1.75-1.src.rpm

Thu Feb 21 2002 Tim Waugh <twaugh@redhat.com> 1.75-1
- 1.75.
- Rebuild in new environment.
Mon Jan 28 2002 Tim Waugh <twaugh@redhat.com> 1.74b-3
- Prepare for openjade 1.3.1.
Wed Jan 09 2002 Tim Powers <timp@redhat.com> 1.74b-2
- automated rebuild
Mon Dec 03 2001 Tim Waugh <twaugh@redhat.com> 1.74b-1
- 1.74b.
Fri Nov 02 2001 Tim Waugh <twaugh@redhat.com> 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 <twaugh@redhat.com> 1.73-2
- Shut the scripts up.
Mon Oct 01 2001 Tim Waugh <twaugh@redhat.com> 1.73-1
- 1.73.
Fri Sep 28 2001 Tim Waugh <twaugh@redhat.com> 1.72-1
- 1.72.
This commit is contained in:
cvsdist 2004-09-09 04:19:23 +00:00
parent 8d4e77229c
commit 29767fb2ce
3 changed files with 43 additions and 21 deletions

View File

@ -1 +1 @@
db164.zip
docbook-dsssl-1.75.tar.gz

View File

@ -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 <twaugh@redhat.com> 1.75-1
- 1.75.
- Rebuild in new environment.
* Mon Jan 28 2002 Tim Waugh <twaugh@redhat.com> 1.74b-3
- Prepare for openjade 1.3.1.
* Wed Jan 09 2002 Tim Powers <timp@redhat.com> 1.74b-2
- automated rebuild
* Mon Dec 3 2001 Tim Waugh <twaugh@redhat.com> 1.74b-1
- 1.74b.
* Fri Nov 2 2001 Tim Waugh <twaugh@redhat.com> 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 <twaugh@redhat.com> 1.73-2
- Shut the scripts up.
* Mon Oct 1 2001 Tim Waugh <twaugh@redhat.com> 1.73-1
- 1.73.
* Fri Sep 28 2001 Tim Waugh <twaugh@redhat.com> 1.72-1
- 1.72.
* Wed Jul 25 2001 Bill Nottingham <notting@redhat.com> 1.64-3
- bump release

View File

@ -1 +1 @@
07a93d468ddf2efca1d2aa92132b38bf db164.zip
64f6aaebb726ea3fb527dbd5ebbbcfa8 docbook-dsssl-1.75.tar.gz