forked from pool/latex2html
This commit is contained in:
parent
ac0bafdb6f
commit
599dc9684e
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 15 10:10:29 CEST 2007 - pgajdos@suse.cz
|
||||
|
||||
- removed out-dated url.sty [#283760]
|
||||
- using fdupes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 20 16:34:31 CEST 2007 - aj@suse.de
|
||||
|
||||
|
@ -11,7 +11,7 @@
|
||||
# norootforbuild
|
||||
|
||||
Name: latex2html
|
||||
BuildRequires: ghostscript-fonts-std ghostscript-x11 glib libpng-devel libtiff-devel netpbm texlive-latex xorg-x11 xorg-x11-devel
|
||||
BuildRequires: fdupes ghostscript-fonts-std ghostscript-x11 glib libpng-devel libtiff-devel netpbm texlive-latex xorg-x11 xorg-x11-devel
|
||||
%define share_dir /usr/share/latex2html
|
||||
Obsoletes: l2h l2hhtml
|
||||
Provides: l2h
|
||||
@ -22,7 +22,7 @@ Provides: l2h99_1
|
||||
Requires: texlive-latex netpbm perl ghostscript_any glib latex2html-pngicons
|
||||
Autoreqprov: on
|
||||
Version: 2002.2.1
|
||||
Release: 422
|
||||
Release: 445
|
||||
Summary: LaTeX2HTML Converter
|
||||
BuildArchitectures: noarch
|
||||
Source: latex2html-%{version}.tar.bz2
|
||||
@ -80,6 +80,8 @@ cp %{S:3} README.SuSE
|
||||
%build
|
||||
./configure --prefix=%{_prefix}
|
||||
make
|
||||
#removing files with zero-length
|
||||
rm manual/{images.idx,Simages.cb,Pimages.cb,Oimages.cb,Mimages.cb,Himages.cb,Eimages.cb,Pimages.aux,Simages.aux,Oimages.aux,Mimages.aux,Himages.aux}
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -89,6 +91,10 @@ mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man1
|
||||
install -m 644 latex2html.man $RPM_BUILD_ROOT/%{_mandir}/man1/latex2html.1
|
||||
mkdir inst_doc
|
||||
mv $RPM_BUILD_ROOT%{share_dir}/{docs,example} inst_doc
|
||||
#removing out-dated url.sty [#283760]
|
||||
rm $RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex/html/url.sty
|
||||
|
||||
%fdupes -s $RPM_BUILD_ROOT
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -136,6 +142,9 @@ touch var/adm/SuSEconfig/run-texhash
|
||||
%{share_dir}/icons/*.png
|
||||
|
||||
%changelog
|
||||
* Fri Jun 15 2007 - pgajdos@suse.cz
|
||||
- removed out-dated url.sty [#283760]
|
||||
- using fdupes
|
||||
* Fri Apr 20 2007 - aj@suse.de
|
||||
- Use texlive.
|
||||
* Mon Feb 12 2007 - ro@suse.de
|
||||
|
Loading…
x
Reference in New Issue
Block a user