Accepting request 26616 from Publishing
Copy from Publishing/latex2html based on submit request 26616 from user coolo OBS-URL: https://build.opensuse.org/request/show/26616 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/latex2html?expand=0&rev=11
This commit is contained in:
parent
5460280b11
commit
e4f62db6f3
@ -1,6 +1,8 @@
|
||||
--- config/config.pl 2002-09-28 07:15:01.000000000 +0200
|
||||
+++ config/config.pl 2004-03-04 17:22:04.000000000 +0100
|
||||
@@ -1918,7 +1918,7 @@
|
||||
Index: config/config.pl
|
||||
===================================================================
|
||||
--- config/config.pl.orig
|
||||
+++ config/config.pl
|
||||
@@ -1918,7 +1918,7 @@ else {
|
||||
$newcfg{'SHLIBDIR'} = $newcfg{'PREFIX'};
|
||||
}
|
||||
else {
|
||||
@ -9,9 +11,11 @@
|
||||
}
|
||||
}
|
||||
add_drive_letter($newcfg{'SHLIBDIR'});
|
||||
--- config/install.pl
|
||||
+++ config/install.pl 2000/12/01 09:58:33
|
||||
@@ -383,6 +383,9 @@
|
||||
Index: config/install.pl
|
||||
===================================================================
|
||||
--- config/install.pl.orig
|
||||
+++ config/install.pl
|
||||
@@ -406,6 +406,9 @@ exit 0;
|
||||
|
||||
sub install_file {
|
||||
my ($src,$dest,$chmod) = @_;
|
||||
@ -19,10 +23,12 @@
|
||||
+ my $buildroot=$ENV{"RPM_BUILD_ROOT"};
|
||||
+ $dest= "$buildroot$dest";
|
||||
|
||||
my $mkdir = $dest;
|
||||
|
||||
--- latex2html.man
|
||||
+++ latex2html.man 2000/08/30 12:12:27
|
||||
# prepend the value of DESTDIR, for package-managers
|
||||
$dest = $ENV{'DESTDIR'}.$dest if($ENV{'DESTDIR'});
|
||||
Index: latex2html.man
|
||||
===================================================================
|
||||
--- /dev/null
|
||||
+++ latex2html.man
|
||||
@@ -0,0 +1,113 @@
|
||||
+.00; # finish .ig
|
||||
+
|
||||
@ -137,8 +143,10 @@
|
||||
+The pstogif script uses the pstoppm.ps
|
||||
+postscript program originally written by Phillip Conrad (Perfect Byte, Inc.)
|
||||
+and modified by L. Peter Deutsch (Aladdin Enterprises).
|
||||
--- local.pm
|
||||
+++ local.pm 2000/08/30 12:08:52
|
||||
Index: local.pm
|
||||
===================================================================
|
||||
--- /dev/null
|
||||
+++ local.pm
|
||||
@@ -0,0 +1,29 @@
|
||||
+#################################################################
|
||||
+# local.pm
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 3 19:09:24 UTC 2009 - coolo@novell.com
|
||||
|
||||
- updated patches to apply with fuzz=0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 13:05:04 CET 2009 - pgajdos@suse.cz
|
||||
|
||||
|
112
latex2html.spec
112
latex2html.spec
@ -24,13 +24,13 @@ BuildRequires: fdupes ghostscript-fonts-std ghostscript-x11 netpbm texlive-late
|
||||
Obsoletes: l2h
|
||||
Provides: l2h
|
||||
Url: http://www.latex2html.org/
|
||||
License: GPL v2 or later; LaTeX Public License (LPPL)
|
||||
License: GPLv2+ ; LPPL ..
|
||||
Group: Productivity/Publishing/TeX/Utilities
|
||||
Provides: l2h99_1
|
||||
Requires: texlive-latex netpbm perl ghostscript_any latex2html-pngicons
|
||||
AutoReqProv: on
|
||||
Version: 2008
|
||||
Release: 2
|
||||
Release: 3
|
||||
Summary: LaTeX2HTML Converter
|
||||
BuildArch: noarch
|
||||
Source: latex2html-%{version}.tar.bz2
|
||||
@ -60,7 +60,7 @@ Authors:
|
||||
Ross Moore <ross@mpce.mq.edu.au>
|
||||
|
||||
%package pngicons
|
||||
License: GPL v2 or later
|
||||
License: GPLv2+
|
||||
Provides: l2h-pngicons
|
||||
Obsoletes: l2h-pngicons
|
||||
Group: Productivity/Publishing/TeX/Utilities
|
||||
@ -78,7 +78,7 @@ Authors:
|
||||
Ross Moore <ross@mpce.mq.edu.au>
|
||||
|
||||
%package doc
|
||||
License: GPL v2 or later; LaTeX Public License (LPPL)
|
||||
License: GPLv2+ ; LPPL ..
|
||||
Group: Productivity/Publishing/TeX/Utilities
|
||||
Summary: LaTeX2HTML Converter
|
||||
|
||||
@ -174,107 +174,3 @@ touch var/adm/SuSEconfig/run-texhash
|
||||
%doc example
|
||||
|
||||
%changelog
|
||||
* Tue Jan 27 2009 pgajdos@suse.cz
|
||||
- splitted off doc package
|
||||
- fixed /usr/local/bin/perl -> /usr/bin/perl in scripts
|
||||
* perl-bindir.diff
|
||||
* 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
|
||||
- fixed build, *.sty files have moved to /usr/lib
|
||||
* 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
|
||||
- fix build as non-root
|
||||
* Wed Jan 25 2006 mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Sat Feb 19 2005 ro@suse.de
|
||||
- fix gs version detection
|
||||
* Tue Jun 08 2004 ke@suse.de
|
||||
- Add README.SuSE and document 'url' package incompatibility [#26127].
|
||||
* Thu Mar 04 2004 tcrhak@suse.cz
|
||||
- install into /usr/share/latex2html instead of /usr/share/lib/latex2html
|
||||
(bug #33641)
|
||||
* Wed Oct 29 2003 tcrhak@suse.cz
|
||||
- use latex2html instead of l2h in the man page [bug #32559]
|
||||
- updated the man page
|
||||
* Thu Aug 14 2003 kukuk@suse.de
|
||||
- Fix filelist for pngicons subpackage
|
||||
* Thu Jun 12 2003 kukuk@suse.de
|
||||
- Fix filelist
|
||||
* Fri Mar 07 2003 tcrhak@suse.cz
|
||||
- open files in raw binmode - needed when in a UTF-8 locale
|
||||
[bug #22982]
|
||||
* Wed Jan 15 2003 tcrhak@suse.cz
|
||||
- update to version 2002.2.1
|
||||
- directory ...latex2html/icons now owned by
|
||||
latex2html-pngicons, not latex2html
|
||||
- removed split-alias from latex2html-pngicons,
|
||||
as it is required by latex2html
|
||||
* Thu Oct 31 2002 ro@suse.de
|
||||
- fixed renaming issues with pngicons subpackage
|
||||
* Wed Oct 30 2002 mmj@suse.de
|
||||
- When l2hhtml is merged into here, this one should obsolete it
|
||||
* Wed Oct 30 2002 mmj@suse.de
|
||||
- Rename to latex2html, and merge the l2hhtml package
|
||||
* Thu Sep 12 2002 mls@suse.de
|
||||
- made it understand DeclareRobustCommand
|
||||
* Sun Aug 18 2002 ro@suse.de
|
||||
- added ghostscript-x11-packages to neededforbuild (for gs)
|
||||
* Mon Mar 25 2002 ro@suse.de
|
||||
- l2h should require it's icons not vice versa
|
||||
* Sat Mar 23 2002 ro@suse.de
|
||||
- split off package l2h-pngicons
|
||||
* Mon Feb 18 2002 tcrhak@suse.cz
|
||||
- added libgimpprint to neededforbuild
|
||||
* Fri Feb 01 2002 ro@suse.de
|
||||
- changed neededforbuild <libpng> to <libpng-devel-packages>
|
||||
* Thu Aug 02 2001 utuerk@suse.de
|
||||
- added glib to Requires and neededforbuild
|
||||
to configure l2h to use png by default
|
||||
* Thu Jul 26 2001 kukuk@suse.de
|
||||
- fix needed for build
|
||||
* Wed Jul 18 2001 nadvornik@suse.cz
|
||||
- updated URL and README (bug #9386)
|
||||
* Wed Mar 07 2001 cihlar@suse.cz
|
||||
- fixed neededforbuild
|
||||
* Thu Dec 07 2000 nadvornik@suse.cz
|
||||
- added te_latex to Requires
|
||||
* Fri Dec 01 2000 nadvornik@suse.cz
|
||||
- update to 99.2beta8
|
||||
* Wed Aug 30 2000 nadvornik@suse.cz
|
||||
- configured to use png by default
|
||||
* Thu Aug 03 2000 nadvornik@suse.cz
|
||||
- added man page
|
||||
- spec file cleanup
|
||||
* Mon Sep 20 1999 ro@suse.de
|
||||
- added Requires: ghostscript_any
|
||||
* Mon Sep 13 1999 bs@suse.de
|
||||
- ran old prepare_spec on spec file to switch to new prepare_spec.
|
||||
* Mon Aug 02 1999 ke@suse.de
|
||||
- update: version 99.1
|
||||
- the rc.config variables are gone.
|
||||
* Wed Apr 07 1999 ro@suse.de
|
||||
- fixed tex/latex link
|
||||
* Thu Jul 02 1998 ro@suse.de
|
||||
- fixed bash2-bug in SuSEconfig.l2h
|
||||
* Wed Mar 18 1998 ro@suse.de
|
||||
- added touch var/adm/SuSEconfig/run-texhash to %%post
|
||||
* Tue Jun 10 1997 maddin@suse.de
|
||||
- reordered the directory structure
|
||||
- latex2html now sits partly in /var/lib/latex2html (writable part) and
|
||||
/usr/lib/latex2html (read-only part)
|
||||
- made absolute links relative ones
|
||||
- removed some links
|
||||
- restructured /sbin/conf.d/SuSEconfig.l2h
|
||||
* Thu May 22 1997 maddin@suse.de
|
||||
- first S.u.S.E. version 96-1.h
|
||||
- placed the package in /usr/lib/latex2html
|
||||
- documentation manual to separate package l2hhtml
|
||||
- variables in rc.config to configure the package
|
||||
|
Loading…
x
Reference in New Issue
Block a user