diff --git a/linuxdoc-tools.spec b/linuxdoc-tools.spec index 69145d4..0946daf 100644 --- a/linuxdoc-tools.spec +++ b/linuxdoc-tools.spec @@ -3,7 +3,7 @@ Summary: A text formatting package based on SGML Name: linuxdoc-tools Version: 0.9.21 -Release: 15%{?dist} +Release: 16%{?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 @@ -19,7 +19,7 @@ BuildRequires: flex sgml-common jade gawk groff autoconf Requires: jade gawk groff # this should anyway be only a "suggest" %if %{tetex} -Requires: tetex-latex +Requires: tex(latex) %endif Obsoletes: sgml-tools <= %{version} Obsoletes: linuxdoc-sgml <= %{version} @@ -90,7 +90,7 @@ exit 0 exit 0 %files -%defattr (-,root,root) +%defattr (-,root,root,-) %doc %{_docdir}/%{name}-%{version} %{_bindir}/* %{_datadir}/%{name} @@ -101,6 +101,9 @@ exit 0 %{_mandir}/*/* %changelog +* Tue Mar 25 2008 Ondrej Vasik 0.9.21-16 +- perl 5.10 rebuild + * Mon Feb 11 2008 Ondrej Vasik 0.9.21-15 - gcc43 rebuild