auto-import changelog data from linuxdoc-tools-0.9.16-4.src.rpm

Thu Feb 28 2002 Elliot Lee <sopwith@redhat.com> 0.9.16-4
- Provides: sgml-tools (and linuxdoc-sgml).
- Use _smp_mflags and RPM_OPT_FLAGS.
This commit is contained in:
cvsdist 2004-09-09 07:56:46 +00:00
parent 50af0aa9fc
commit 570a494bfb

View File

@ -3,7 +3,7 @@ Name: linuxdoc-tools
Obsoletes: sgml-tools
Obsoletes: linuxdoc-sgml
Version: 0.9.16
Release: 3
Release: 4
License: Freely distributable
Group: Applications/Publishing
Source: http://people.debian.org/~sano/linuxdoc-tools/archives/%{name}_%{version}.tar.gz
@ -13,6 +13,8 @@ Url: http://people.debian.org/~sano/linuxdoc-tools/
BuildRoot: %{_tmppath}/%{name}-root
BuildRequires: flex sgml-common
Requires: tetex-latex gawk groff
Provides: sgml-tools
Provides: linuxdoc-sgml
%description
Linuxdoc-tools is a text formatting suite based on SGML (Standard
@ -33,7 +35,7 @@ documentation.
autoconf
%configure
)
make OPTIMIZE="-g" # OPTIMIZE="$RPM_OPT_FLAGS"
make OPTIMIZE="$RPM_OPT_FLAGS" %{?_smp_mflags}
perl -pi -e 's,\$main::prefix/share/sgml/iso-entities-8879.1986/iso-entities.cat,/usr/share/sgml/sgml-iso-entities-8879.1986/catalog,' \
lib/LinuxDocTools.pm
@ -81,6 +83,10 @@ exit 0
%{_mandir}/*/*
%changelog
* Thu Feb 28 2002 Elliot Lee <sopwith@redhat.com> 0.9.16-4
- Provides: sgml-tools (and linuxdoc-sgml).
- Use _smp_mflags and RPM_OPT_FLAGS.
* Tue Feb 26 2002 Tim Waugh <twaugh@redhat.com> 0.9.16-3
- Rebuild in new environment.