docbook-style-dsssl.spec revision 10139
3977N/A#
4248N/A# spec file for package docbook-style-dsssl
3977N/A#
3977N/A# copied from fedora core 6
3977N/A#
3977N/A# Owner: laca
3977N/A#
3977N/AName: docbook-style-dsssl
3977N/AVersion: 1.79
3977N/ARelease: 1
3977N/AGroup: Applications/Text
3977N/A
3977N/ASummary: Norman Walsh's modular stylesheets for DocBook.
3977N/A
3977N/ALicense: Distributable
3977N/AURL: http://docbook.sourceforge.net/
3977N/A
3977N/A%define openjadever 1.3.2
3977N/ARequires: openjade = %{openjadever}
3977N/APreReq: docbook-dtds >= 1.0-19
3977N/APreReq: sgml-common >= 0.5
3977N/APreReq: openjade = %{openjadever}
3977N/AConflicts: docbook-utils < 0.6.9-4
3977N/A
3977N/ABuildRoot: %{_tmppath}/%{name}-%{version}
3977N/A
3977N/ABuildArch: noarch
3977N/ASource0: http://prdownloads.sourceforge.net/docbook/docbook-dsssl-%{version}.tar.gz
3977N/ASource1: %{name}.Makefile
3977N/A
3977N/A
3977N/A%description
3977N/AThese DSSSL stylesheets allow to convert any DocBook document to another
3977N/Aprinted (for example, RTF or PostScript) or online (for example, HTML) format.
3977N/AThey are highly customizable.
3977N/A
3977N/A%prep
3977N/A%setup -q -n docbook-dsssl-%{version}
3977N/Acp %{SOURCE1} Makefile
3977N/A
3977N/A
3977N/A%build
3977N/A
3977N/A
3977N/A%install
3977N/ADESTDIR=$RPM_BUILD_ROOT
3977N/Amake install BINDIR=$DESTDIR/usr/bin DESTDIR=$DESTDIR/usr/share/sgml/docbook/dsssl-stylesheets-%{version}
3977N/Acd ..
3977N/Aln -s dsssl-stylesheets-%{version} $DESTDIR/usr/share/sgml/docbook/dsssl-stylesheets
3977N/A
3977N/A
3977N/A%clean
3977N/ADESTDIR=$RPM_BUILD_ROOT
3977N/Arm -rf $DESTDIR
3977N/A
3977N/A
3977N/A%files
3977N/A%defattr (-,root,root)
3977N/A%doc BUGS README ChangeLog WhatsNew
3977N/A/usr/bin/collateindex.pl
/usr/share/sgml/docbook/dsssl-stylesheets-%{version}
/usr/share/sgml/docbook/dsssl-stylesheets
%post
rel=$(echo /etc/sgml/sgml-docbook-3.0-*.cat)
rel=${rel##*-}
rel=${rel%.cat}
for centralized in /etc/sgml/*-docbook-*.cat
do
/usr/bin/install-catalog --remove $centralized \
/usr/share/sgml/docbook/dsssl-stylesheets-*/catalog \
>/dev/null 2>/dev/null
done
for centralized in /etc/sgml/*-docbook-*$rel.cat
do
/usr/bin/install-catalog --add $centralized \
/usr/share/sgml/openjade-%{openjadever}/catalog \
> /dev/null 2>/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-%{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
exit 0
%changelog
* Mon Nov 8 2004 Tim Waugh <twaugh@redhat.com> 1.79-1
- 1.79.
- No longer need articleinfo patch.
* Wed Sep 22 2004 Than Ngo <than@redhat.com> 1.78-4
- rebuilt
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Fri Mar 28 2003 Tim Waugh <twaugh@redhat.com> 1.78-2
- Require new docbook-dtds.
- Fix %%post scriptlet.
* Fri Mar 14 2003 Tim Waugh <twaugh@redhat.com> 1.78-1
- Require openjade 1.3.2.
- 1.78, incorporating seealso, aname patches.
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
- rebuilt
* Wed Nov 20 2002 Tim Powers <timp@redhat.com>
- rebuild in current collinst
* Fri Jul 26 2002 Tim Waugh <twaugh@redhat.com> 1.76-6
- In HTML output always close anchor tags (bug #69737).
* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 1.76-5
- automated rebuild
* Thu May 23 2002 Tim Powers <timp@redhat.com> 1.76-4
- automated rebuild
* Fri May 3 2002 Tim Waugh <twaugh@redhat.com> 1.76-3
- Another go at fixing seealso handling (bug #64111).
* Thu May 2 2002 Tim Waugh <twaugh@redhat.com> 1.76-2
- Fix collateindex.pl's seealso handling (bug #64111).
* Fri Feb 22 2002 Tim Waugh <twaugh@redhat.com> 1.76-1
- 1.76 (fixes bug #58883).
- Fix HTML generation for articleinfo elements (bug #58837).
* 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
* 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.
* Tue Mar 6 2001 Tim Waugh <twaugh@redhat.com>
- PreReq docbook-dtd-sgml (it was a requirement before), so that the
scripts work right.
* Tue Feb 20 2001 Tim Waugh <twaugh@redhat.com>
- Change Requires(...) to PreReq at Preston's request.
- PreReq at least openjade-1.3-12, so that its catalogs get installed.
* Wed Jan 24 2001 Tim Waugh <twaugh@redhat.com>
- Make scripts quieter.
* Tue Jan 23 2001 Tim Waugh <twaugh@redhat.com>
- Last fix was wrong; corrected (require openjade 1.3).
* Fri Jan 19 2001 Tim Waugh <twaugh@redhat.com>
- Require jade not openjade (bug #24306).
* Mon Jan 15 2001 Tim Waugh <twaugh@redhat.com>
- Don't play so many macro games.
- Change requirement on /usr/bin/install-catalog to sgml-common.
- Be sure to own dsssl-stylesheets-1.59 directory.
* Mon Jan 08 2001 Tim Waugh <twaugh@redhat.com>
- Change group.
- openjade not jade.
- %%{_tmppath}.
- rm before install.
- Change Copyright: to License:.
- Remove Packager: line.
* Mon Jan 08 2001 Tim Waugh <twaugh@redhat.com>
- Based on Eric Bischoff's new-trials packages.