Summary: A text formatting package based on SGML. Name: sgml-tools Obsoletes: linuxdoc-sgml Version: 1.0.9 Release: 5 Copyright: freeware. See COPYRIGHT file. Group: Applications/Publishing Source: http://www.consultronics.com/~cdegroot/sgmltools/dist/%{name}-%{version}.tar.gz Patch: sgml-tools-1.0.6-letter.patch Patch1: sgml-tools-1.0.9-egcs.patch Patch2: sgml-tools-1.0.9-fixsgml2latex.patch Patch3: sgml-tools-1.0.9-fixconfigure.patch Requires: jade Url: http://www.sgmltools.org Buildroot: /var/tmp/%{name}-root %description SGMLtools is a text formatting package based on SGML (Standard Generalized Markup Language). SGMLtools allows you to produce LaTeX, HTML, GNU info, LyX, RTF, plain text (via groff), and other format outputs from a single SGML source. SGMLtools is intended for writing technical software documentation. %prep %setup rm -rf $RPM_BUILD_ROOT %patch -p1 %patch1 -p1 -b .egcs %patch2 -p1 -b .fixsgml2latex %patch3 -p1 -b .fixconfigure %build autoconf %configure make %install rm -rf $RPM_BUILD_ROOT make prefix=$RPM_BUILD_ROOT/usr install strip $RPM_BUILD_ROOT/usr/bin/* || : find $RPM_BUILD_ROOT/usr/bin -type f -o -type l | \ grep -v nsgmls | sed "s|$RPM_BUILD_ROOT||g" > file.list cat > $RPM_BUILD_ROOT/usr/doc/sgml-tools/COPYRIGHT <<EOF (C) International Organization for Standardization 1986 Permission to copy in any form is granted for use with conforming SGML systems and applications as defined in ISO 8879, provided this notice is included in all copies. EOF %clean rm -rf $RPM_BUILD_ROOT %files -f file.list %defattr (-,root,root) /usr/lib/sgml-tools /usr/lib/perl5/Text/EntityMap.pm /usr/lib/entity-map /usr/lib/sgml /usr/doc/sgml-tools /usr/man/*/* %changelog * Fri Feb 11 2000 Preston Brown <pbrown@redhat.com> - add copyright file (#8621) - fix sgml2latex processing (#4114) - fix configure tests (#6480) * Wed Feb 9 2000 Bernhard Rosenkr�nzer <bero@redhat.com> - get rid of "CC=egcs" - require jade - sgml2html calls nsgmls. * Fri Jan 28 2000 Bill Nottingham <notting@redhat.com> - resurrect package in a non-conflicting manner * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 2) * Wed Mar 17 1999 Preston Brown <pbrown@redhat.com> - we aren't going to 2.0.x for 6.0, using 1.0.9 instead (more stable) * Thu Aug 20 1998 Bill Nottingham <notting@redhat.com> - updated to 1.0.7 * Tue May 05 1998 Donnie Barnes <djb@redhat.com> - changed default papersize to letter (from a4...sorry Europeans :-) use --papersize=a4 on any sgml2* command to change it or remove the patch from this spec file and rebuild. * Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com> - updated to 1.0.6 * Fri Apr 24 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr * Mon Jan 12 1998 Donnie Barnes <djb@redhat.com> - updated from 0.99 to 1.0.3 - added BuildRoot * Sat Nov 01 1997 Donnie Barnes <djb@redhat.com> - fixed man pages * Mon Oct 20 1997 Donnie Barnes <djb@redhat.com> - new release - Obsoletes linuxdoc-sgml