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:
parent
50af0aa9fc
commit
570a494bfb
@ -3,7 +3,7 @@ Name: linuxdoc-tools
|
|||||||
Obsoletes: sgml-tools
|
Obsoletes: sgml-tools
|
||||||
Obsoletes: linuxdoc-sgml
|
Obsoletes: linuxdoc-sgml
|
||||||
Version: 0.9.16
|
Version: 0.9.16
|
||||||
Release: 3
|
Release: 4
|
||||||
License: Freely distributable
|
License: Freely distributable
|
||||||
Group: Applications/Publishing
|
Group: Applications/Publishing
|
||||||
Source: http://people.debian.org/~sano/linuxdoc-tools/archives/%{name}_%{version}.tar.gz
|
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
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
BuildRequires: flex sgml-common
|
BuildRequires: flex sgml-common
|
||||||
Requires: tetex-latex gawk groff
|
Requires: tetex-latex gawk groff
|
||||||
|
Provides: sgml-tools
|
||||||
|
Provides: linuxdoc-sgml
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Linuxdoc-tools is a text formatting suite based on SGML (Standard
|
Linuxdoc-tools is a text formatting suite based on SGML (Standard
|
||||||
@ -33,7 +35,7 @@ documentation.
|
|||||||
autoconf
|
autoconf
|
||||||
%configure
|
%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,' \
|
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
|
lib/LinuxDocTools.pm
|
||||||
|
|
||||||
@ -81,6 +83,10 @@ exit 0
|
|||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Feb 26 2002 Tim Waugh <twaugh@redhat.com> 0.9.16-3
|
||||||
- Rebuild in new environment.
|
- Rebuild in new environment.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user