Perl rebuild + cosmetic spec changes
This commit is contained in:
parent
8af1fab1f1
commit
e2b4bec168
@ -3,7 +3,7 @@
|
|||||||
Summary: A text formatting package based on SGML
|
Summary: A text formatting package based on SGML
|
||||||
Name: linuxdoc-tools
|
Name: linuxdoc-tools
|
||||||
Version: 0.9.21
|
Version: 0.9.21
|
||||||
Release: 15%{?dist}
|
Release: 16%{?dist}
|
||||||
License: Freely redistributable without restriction
|
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
|
||||||
@ -19,7 +19,7 @@ BuildRequires: flex sgml-common jade gawk groff autoconf
|
|||||||
Requires: jade gawk groff
|
Requires: jade gawk groff
|
||||||
# this should anyway be only a "suggest"
|
# this should anyway be only a "suggest"
|
||||||
%if %{tetex}
|
%if %{tetex}
|
||||||
Requires: tetex-latex
|
Requires: tex(latex)
|
||||||
%endif
|
%endif
|
||||||
Obsoletes: sgml-tools <= %{version}
|
Obsoletes: sgml-tools <= %{version}
|
||||||
Obsoletes: linuxdoc-sgml <= %{version}
|
Obsoletes: linuxdoc-sgml <= %{version}
|
||||||
@ -90,7 +90,7 @@ exit 0
|
|||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr (-,root,root)
|
%defattr (-,root,root,-)
|
||||||
%doc %{_docdir}/%{name}-%{version}
|
%doc %{_docdir}/%{name}-%{version}
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_datadir}/%{name}
|
%{_datadir}/%{name}
|
||||||
@ -101,6 +101,9 @@ exit 0
|
|||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 25 2008 Ondrej Vasik <ovasik@redhat.com> 0.9.21-16
|
||||||
|
- perl 5.10 rebuild
|
||||||
|
|
||||||
* Mon Feb 11 2008 Ondrej Vasik <ovasik@redhat.com> 0.9.21-15
|
* Mon Feb 11 2008 Ondrej Vasik <ovasik@redhat.com> 0.9.21-15
|
||||||
- gcc43 rebuild
|
- gcc43 rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user