From 570a494bfb2e32f4db99fe1d0209e7d1c82b6ba0 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 07:56:46 +0000 Subject: [PATCH] auto-import changelog data from linuxdoc-tools-0.9.16-4.src.rpm Thu Feb 28 2002 Elliot Lee 0.9.16-4 - Provides: sgml-tools (and linuxdoc-sgml). - Use _smp_mflags and RPM_OPT_FLAGS. --- linuxdoc-tools.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/linuxdoc-tools.spec b/linuxdoc-tools.spec index e9e7eaf..4a2e9f0 100644 --- a/linuxdoc-tools.spec +++ b/linuxdoc-tools.spec @@ -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 0.9.16-4 +- Provides: sgml-tools (and linuxdoc-sgml). +- Use _smp_mflags and RPM_OPT_FLAGS. + * Tue Feb 26 2002 Tim Waugh 0.9.16-3 - Rebuild in new environment.