auto-import changelog data from linuxdoc-tools-0.9.20-11.src.rpm

Tue Sep 23 2003 Florian La Roche <Florian.LaRoche@redhat.de>
- Allow rpms without a tetex dependency. That allows using sgml things for
    online things without installing the heavy tetex.
Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
This commit is contained in:
cvsdist 2004-09-09 07:58:11 +00:00
parent 44103c583c
commit 5fff4b9254

View File

@ -1,9 +1,11 @@
%{!?tetex:%define tetex 1}
Summary: A text formatting package based on SGML.
Name: linuxdoc-tools
Obsoletes: sgml-tools
Obsoletes: linuxdoc-sgml
Version: 0.9.20
Release: 8
Release: 11
License: Freely distributable
Group: Applications/Publishing
Source: http://people.debian.org/~sano/linuxdoc-tools/archives/%{name}_%{version}.tar.gz
@ -13,8 +15,12 @@ Patch2: linuxdoc-tools-0.9.20-lib64.patch
Requires: jade
Url: http://people.debian.org/~sano/linuxdoc-tools/
BuildRoot: %{_tmppath}/%{name}-root
BuildRequires: flex sgml-common
Requires: tetex-latex gawk groff
BuildRequires: flex sgml-common jade
Requires: gawk groff
# this should anyway be only a "suggest"
%if %{tetex}
Requires: tetex-latex
%endif
Provides: sgml-tools
Provides: linuxdoc-sgml
@ -87,6 +93,13 @@ exit 0
%{_mandir}/*/*
%changelog
* Tue Sep 23 2003 Florian La Roche <Florian.LaRoche@redhat.de>
- Allow rpms without a tetex dependency. That allows using sgml things
for online things without installing the heavy tetex.
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
- rebuilt