rpmlint check (changes in changelog)
This commit is contained in:
parent
6c803b906e
commit
7ab6c6a8f3
@ -1,12 +1,12 @@
|
||||
%{!?tetex:%define tetex 1}
|
||||
|
||||
Summary: A text formatting package based on SGML.
|
||||
Summary: A text formatting package based on SGML
|
||||
Name: linuxdoc-tools
|
||||
Obsoletes: sgml-tools
|
||||
Obsoletes: linuxdoc-sgml
|
||||
Obsoletes: sgml-tools <= %{version}
|
||||
Obsoletes: linuxdoc-sgml <= %{version}
|
||||
Version: 0.9.21
|
||||
Release: 10%{?dist}
|
||||
License: Freely distributable
|
||||
Release: 11%{?dist}
|
||||
License: Freely redistributable without restriction
|
||||
Group: Applications/Publishing
|
||||
Source: http://http.us.debian.org/debian/pool/main/l/linuxdoc-tools/%{name}_%{version}.tar.gz
|
||||
Patch0: linuxdoc-tools-0.9.13-letter.patch
|
||||
@ -23,8 +23,8 @@ Requires: jade gawk groff
|
||||
%if %{tetex}
|
||||
Requires: tetex-latex
|
||||
%endif
|
||||
Provides: sgml-tools
|
||||
Provides: linuxdoc-sgml
|
||||
Provides: sgml-tools = %{version}
|
||||
Provides: linuxdoc-sgml = %{version}
|
||||
|
||||
%description
|
||||
Linuxdoc-tools is a text formatting suite based on SGML (Standard
|
||||
@ -69,7 +69,7 @@ rm -f %{buildroot}%{_datadir}/%{name}/epsf.*
|
||||
rm -f %{buildroot}%{_datadir}/%{name}/url.sty
|
||||
install -d %{buildroot}%{_datadir}/texmf/tex/latex/misc
|
||||
mv %{buildroot}%{_datadir}/%{name}/*.sty \
|
||||
%{buildroot}%{_datadir}/texmf/tex/latex/misc
|
||||
%{buildroot}%{_datadir}/texmf/tex/latex/misc
|
||||
|
||||
cat > doc/COPYRIGHT <<EOF
|
||||
(C) International Organization for Standardization 1986
|
||||
@ -101,6 +101,10 @@ exit 0
|
||||
%{_mandir}/*/*
|
||||
|
||||
%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
|
||||
- rebuilt for PPC32 issue
|
||||
- added gawk to build-requires because of build failure
|
||||
@ -246,7 +250,7 @@ exit 0
|
||||
- fix sgml2latex processing (#4114)
|
||||
- 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"
|
||||
- require jade - sgml2html calls nsgmls.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user