rpmlint check (changes in changelog)

This commit is contained in:
Ondrej Vasik 2007-10-26 13:06:02 +00:00
parent 6c803b906e
commit 7ab6c6a8f3

View File

@ -1,12 +1,12 @@
%{!?tetex:%define tetex 1} %{!?tetex:%define tetex 1}
Summary: A text formatting package based on SGML. Summary: A text formatting package based on SGML
Name: linuxdoc-tools Name: linuxdoc-tools
Obsoletes: sgml-tools Obsoletes: sgml-tools <= %{version}
Obsoletes: linuxdoc-sgml Obsoletes: linuxdoc-sgml <= %{version}
Version: 0.9.21 Version: 0.9.21
Release: 10%{?dist} Release: 11%{?dist}
License: Freely distributable License: Freely redistributable without restriction
Group: Applications/Publishing Group: Applications/Publishing
Source: http://http.us.debian.org/debian/pool/main/l/linuxdoc-tools/%{name}_%{version}.tar.gz Source: http://http.us.debian.org/debian/pool/main/l/linuxdoc-tools/%{name}_%{version}.tar.gz
Patch0: linuxdoc-tools-0.9.13-letter.patch Patch0: linuxdoc-tools-0.9.13-letter.patch
@ -23,8 +23,8 @@ Requires: jade gawk groff
%if %{tetex} %if %{tetex}
Requires: tetex-latex Requires: tetex-latex
%endif %endif
Provides: sgml-tools Provides: sgml-tools = %{version}
Provides: linuxdoc-sgml Provides: linuxdoc-sgml = %{version}
%description %description
Linuxdoc-tools is a text formatting suite based on SGML (Standard Linuxdoc-tools is a text formatting suite based on SGML (Standard
@ -101,6 +101,10 @@ exit 0
%{_mandir}/*/* %{_mandir}/*/*
%changelog %changelog
* Fri Oct 26 2007 Ondrej Vasik <ovasik@redhat.com> 0.9.21-11
- rpmlint check
- fixed some cosmetic things, versioned provides and License tag
* Wed Aug 29 2007 Ondrej Vasik <ovasik@redhat.com> 0.9.21-10 * Wed Aug 29 2007 Ondrej Vasik <ovasik@redhat.com> 0.9.21-10
- rebuilt for PPC32 issue - rebuilt for PPC32 issue
- added gawk to build-requires because of build failure - added gawk to build-requires because of build failure
@ -246,7 +250,7 @@ exit 0
- fix sgml2latex processing (#4114) - fix sgml2latex processing (#4114)
- fix configure tests (#6480) - fix configure tests (#6480)
* Wed Feb 9 2000 Bernhard Rosenkränzer <bero@redhat.com> * Wed Feb 9 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- get rid of "CC=egcs" - get rid of "CC=egcs"
- require jade - sgml2html calls nsgmls. - require jade - sgml2html calls nsgmls.