[weasel-commit] Source: latex2html=2008-2

  • From: rbuilder@xxxxxxxxx
  • To: weasel-commit@xxxxxxxxxxxxx
  • Date: Tue, 01 Jun 2010 18:51:46 -0400

================================
latex2html:source=2008-2 (previous: 2008-1)
cvc rdiff latex2html -1 /weasel.rpath.org@wgl:3-devel/2008-2
================================
2008-2 Filip Brcic (brcha@xxxxxxxxxxxx) Tue Jun  1 18:51:29 2010
    fixed deps

latex2html.recipe: changed
Index: latex2html.recipe
====================================================================
contents(size sha1)
inode(mtime)
--- latex2html.recipe /weasel.rpath.org@wgl:3-devel/2008-1
+++ latex2html.recipe /weasel.rpath.org@wgl:3-devel/2008-2
@@ -9,8 +9,8 @@
 
     buildRequires = [
         'ghostscript:runtime', 'texlive-latexrecommended:runtime',
-        'netpbm:devel', 'perl:devellib', 'giflib:devel',
-        'libpng:devel',
+        'netpbm:devel', 'netpbm:runtime', 'perl:devellib',
+        'giflib:devel', 'giflib:runtime', 'libpng:devel',
         ]
 
     shortDesc  = 'LaTeX to HTML convertor'
@@ -53,6 +53,10 @@
             )
 
     def policy(r):
+        # clean the perl scripts up to remove references to the sandbox
+        r.Replace('%(builddir)s', '',
+                  '%(libdir)s/latex2html/latex2html.pl')
+
         r.Doc('BUGS', 'Changes', 'FAQ', 'LICENSE.orig', 'MANIFEST',
               'README*', 'TODO')
 



Committed by: brcha

Other related posts: