SHA256
1
0
forked from pool/latex2html
OBS User unknown
2009-01-22 12:11:03 +00:00
committed by Git OBS Bridge
parent 9f35e6dc19
commit 6bbb79fe88
8 changed files with 70 additions and 64 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package latex2html (Version 2002.2.1)
# spec file for package latex2html (Version 2008)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -29,8 +29,8 @@ Group: Productivity/Publishing/TeX/Utilities
Provides: l2h99_1
Requires: texlive-latex netpbm perl ghostscript_any latex2html-pngicons
AutoReqProv: on
Version: 2002.2.1
Release: 604
Version: 2008
Release: 1
Summary: LaTeX2HTML Converter
BuildArch: noarch
Source: latex2html-%{version}.tar.bz2
@@ -39,8 +39,8 @@ Source2: latex2html-manual.tar.bz2
Source3: latex2html-README.SuSE
Patch: latex2html-%{version}.diff
Patch1: latex2html-%{version}-binmode.diff
Patch2: latex2html-2002-2-1-gsout.diff
Patch3: latex2html-buildroot.diff
Patch2: latex2html-%{version}-gsout.diff
Patch3: latex2html-%{version}-buildroot.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -77,8 +77,8 @@ Authors:
Ross Moore <ross@mpce.mq.edu.au>
%prep
%setup -n %{name}-2002-2-1
%setup -a 2 -n %{name}-2002-2-1
%setup
%setup -a 2
%patch
%patch1
%patch2
@@ -149,6 +149,9 @@ touch var/adm/SuSEconfig/run-texhash
%{share_dir}/icons/*.png
%changelog
* Tue Jan 20 2009 pgajdos@suse.cz
- updated to version 2008
* bug fixes
* Fri Nov 28 2008 ro@suse.de
- drop some old requires and buildrequires
* Tue Mar 18 2008 pgajdos@suse.cz