Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cfce01d89a | ||
|
|
c6a76b148c |
1 changed files with 15 additions and 4 deletions
|
|
@ -3,7 +3,7 @@
|
|||
Summary: Converts LaTeX documents to HTML
|
||||
Name: latex2html
|
||||
Version: 2008
|
||||
Release: 7%{?dist}
|
||||
Release: 9%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/Publishing
|
||||
URL: http://www.latex2html.org/
|
||||
|
|
@ -19,8 +19,9 @@ Patch3: latex2html-2K.1beta-DB.patch
|
|||
Patch4: latex2html-2002-2-1-SHLIB.patch
|
||||
Patch5: latex2html-2002-2-1-gsfont.patch
|
||||
Patch6: latex2html-2002.2.1-grayimg.patch
|
||||
Requires: tex(latex), tex(dvips), netpbm-progs
|
||||
BuildRequires: perl >= 5.003, ghostscript >= 4.03, netpbm >= 9.21, tex(latex)
|
||||
Requires: tex(latex) tex(dvips) tex(url.sty) netpbm-progs > 9.12
|
||||
BuildRequires: perl >= 5.003, ghostscript >= 4.03, netpbm > 9.12, netpbm-progs > 9.12
|
||||
BuildRequires: tex(latex) tex(dvips)
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildArch: noarch
|
||||
|
||||
|
|
@ -194,6 +195,9 @@ for f in cweb2html/cweb2html makeseg/makeseg makemap ; do
|
|||
%endif
|
||||
done
|
||||
|
||||
# do not clash with texlive, prefer url.sty from texlive instead
|
||||
find %{buildroot} -name url.sty | xargs rm -f
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
|
|
@ -227,6 +231,13 @@ rm -rf %{buildroot}
|
|||
%{_mandir}/man1/pstoimg.*
|
||||
|
||||
%changelog
|
||||
* Fri Feb 01 2013 Jindrich Novy <jnovy@redhat.com> 2008-9
|
||||
- fix BR
|
||||
- fix changelog
|
||||
|
||||
* Tue Jan 29 2013 Jindrich Novy <jnovy@redhat.com> 2008-8
|
||||
- prefer url.sty from texlive (#904888)
|
||||
|
||||
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2008-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
|
|
@ -291,7 +302,7 @@ rm -rf %{buildroot}
|
|||
* Tue May 3 2005 Jindrich Novy <jnovy@redhat.com> 2002.2.1-2
|
||||
- run texhash in the %%post and %%postun phase (#156660)
|
||||
|
||||
* Fri Mar 15 2005 Jindrich Novy <jnovy@redhat.com> 2002.2.1-1
|
||||
* Tue Mar 15 2005 Jindrich Novy <jnovy@redhat.com> 2002.2.1-1
|
||||
- create backups for patches
|
||||
- update Source1
|
||||
- BuildArchitectures -> BuildArch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue