From 69d307b6b7d709adbdbb2a1e928cf0a64e923ba2 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Wed, 4 May 2005 09:11:53 +0000 Subject: [PATCH] - add latex2html, texexpand, pstoimg man pages (#60308) --- .cvsignore | 1 + latex2html.spec | 15 ++++++++++++++- sources | 1 + 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/.cvsignore b/.cvsignore index 3a27699..f2022bf 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,3 @@ l2h-2002-2-1+jp2.0.patch.gz latex2html-2002-2-1.tar.bz2 +latex2html-manpages.tar.bz2 diff --git a/latex2html.spec b/latex2html.spec index 8187296..c9432b1 100644 --- a/latex2html.spec +++ b/latex2html.spec @@ -4,12 +4,13 @@ Summary: Converts LaTeX documents to HTML Name: latex2html Version: 2002.2.1 -Release: 2 +Release: 3 License: Free To Use But Restricted (See LICENSE) Group: Applications/Publishing URL: http://www.latex2html.org/ Source0: http://saftsack.fs.uni-bayreuth.de/~latex2ht/current/%{name}-%{latex2html_ver}.tar.bz2 Source1: cfgcache.pm +Source2: %{name}-manpages.tar.bz2 Patch0: latex2html-2K.1beta-tabularx.patch Patch1: teTeX-l2h-config.patch Patch3: latex2html-2K.1beta-DB.patch @@ -72,6 +73,7 @@ popd %build pushd %{name}-%{latex2html_ver} cp %{SOURCE1} cfgcache.pm +tar fxj %{SOURCE2} ./configure --program-prefix=%{?_program_prefix} \ --prefix=%{_prefix} \ @@ -146,6 +148,10 @@ perl -pi -e"s,$RPM_BUILD_ROOT,," %{buildroot}%{_bindir}/texexpand perl -pi -e"s,$RPM_BUILD_ROOT,," cfgcache.pm perl -pi -e"s,$cfg{'GS_LIB'} = q'';,$cfg{'GS_LIB'} = q'%{_datadir}/ghostscript/`ghostscript --version`';," cfgcache.pm install -m0644 *.pm %{buildroot}%{_datadir}/latex2html + +# install man pages +mkdir -p %{buildroot}%{_mandir}/man1 +install -m0644 *.1 %{buildroot}%{_mandir}/man1 popd %if %{enable_japanese} @@ -199,7 +205,14 @@ exit 0 %{_datadir}/jlatex2html/* %endif +%{_mandir}/man1/latex2html.1 +%{_mandir}/man1/texexpand.1 +%{_mandir}/man1/pstoimg.1 + %changelog +* Wed May 4 2005 Jindrich Novy 2002.2.1-3 +- add latex2html, texexpand, pstoimg man pages (#60308) + * Tue May 3 2005 Jindrich Novy 2002.2.1-2 - run texhash in the %%post and %%postun phase (#156660) diff --git a/sources b/sources index 58b2c9e..ad85ab9 100644 --- a/sources +++ b/sources @@ -1,2 +1,3 @@ 0b44186e870fa5790205231cbab0f789 l2h-2002-2-1+jp2.0.patch.gz e8374264303f56ef66c97ec2392eccbe latex2html-2002-2-1.tar.bz2 +e931367bddb503cbbbc60376354736e3 latex2html-manpages.tar.bz2