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:
parent
8d4e77229c
commit
29767fb2ce
@ -1 +1 @@
|
|||||||
db164.zip
|
docbook-dsssl-1.75.tar.gz
|
||||||
|
@ -1,22 +1,24 @@
|
|||||||
Name: docbook-style-dsssl
|
Name: docbook-style-dsssl
|
||||||
Version: 1.64
|
Version: 1.75
|
||||||
Release: 3
|
Release: 1
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
|
|
||||||
Summary: Norman Walsh's modular stylesheets for DocBook.
|
Summary: Norman Walsh's modular stylesheets for DocBook.
|
||||||
|
|
||||||
License: Distributable
|
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: docbook-dtd-sgml
|
||||||
PreReq: sgml-common >= 0.5
|
PreReq: sgml-common >= 0.5
|
||||||
PreReq: openjade >= 1.3-12
|
PreReq: openjade = %{openjadever}
|
||||||
|
Conflicts: docbook-utils < 0.6.9-4
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}
|
BuildRoot: %{_tmppath}/%{name}-%{version}
|
||||||
|
|
||||||
BuildArch: noarch
|
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
|
Source1: %{name}-%{version}.Makefile
|
||||||
|
|
||||||
|
|
||||||
@ -26,13 +28,8 @@ printed (for example, RTF or PostScript) or online (for example, HTML) format.
|
|||||||
They are highly customizable.
|
They are highly customizable.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -c -T
|
%setup -q -n docbook-dsssl-%{version}
|
||||||
unzip %{SOURCE0}
|
cp %{SOURCE1} Makefile
|
||||||
if [ `id -u` -eq 0 ]; then
|
|
||||||
chown -R root.root .
|
|
||||||
chmod -R a+rX,g-w,o-w .
|
|
||||||
fi
|
|
||||||
cp %{SOURCE1} docbook/Makefile
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -41,7 +38,6 @@ cp %{SOURCE1} docbook/Makefile
|
|||||||
%install
|
%install
|
||||||
DESTDIR=$RPM_BUILD_ROOT
|
DESTDIR=$RPM_BUILD_ROOT
|
||||||
rm -rf $DESTDIR
|
rm -rf $DESTDIR
|
||||||
cd docbook
|
|
||||||
make install BINDIR=$DESTDIR/usr/bin DESTDIR=$DESTDIR/usr/share/sgml/docbook/dsssl-stylesheets-%{version}
|
make install BINDIR=$DESTDIR/usr/bin DESTDIR=$DESTDIR/usr/share/sgml/docbook/dsssl-stylesheets-%{version}
|
||||||
cd ..
|
cd ..
|
||||||
ln -s dsssl-stylesheets-%{version} $DESTDIR/usr/share/sgml/docbook/dsssl-stylesheets
|
ln -s dsssl-stylesheets-%{version} $DESTDIR/usr/share/sgml/docbook/dsssl-stylesheets
|
||||||
@ -54,7 +50,7 @@ rm -rf $DESTDIR
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr (-,root,root)
|
%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/bin/collateindex.pl
|
||||||
/usr/share/sgml/docbook/dsssl-stylesheets-%{version}
|
/usr/share/sgml/docbook/dsssl-stylesheets-%{version}
|
||||||
/usr/share/sgml/docbook/dsssl-stylesheets
|
/usr/share/sgml/docbook/dsssl-stylesheets
|
||||||
@ -62,21 +58,47 @@ rm -rf $DESTDIR
|
|||||||
|
|
||||||
%post
|
%post
|
||||||
for centralized in /etc/sgml/*-docbook-*.cat
|
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 --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
|
done
|
||||||
|
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
if [ "$1" = "0" ]; then
|
if [ "$1" = "0" ]; then
|
||||||
for centralized in /etc/sgml/*-docbook-*.cat
|
for centralized in /etc/sgml/*-docbook-*.cat
|
||||||
do /usr/bin/install-catalog --remove $centralized /usr/share/sgml/openjade-1.3/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
|
/usr/bin/install-catalog --remove $centralized /usr/share/sgml/docbook/dsssl-stylesheets-%{version}/catalog > /dev/null 2>/dev/null
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jul 25 2001 Bill Nottingham <notting@redhat.com> 1.64-3
|
||||||
- bump release
|
- bump release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user