Browse Source

upgrading package: linkchecker 3.4 -> 4.0

Thomas Lotterer 20 years ago
parent
commit
9bc1cc1147
2 changed files with 18 additions and 6 deletions
  1. 16 4
      linkchecker/linkchecker.patch
  2. 2 2
      linkchecker/linkchecker.spec

+ 16 - 4
linkchecker/linkchecker.patch

@@ -35,7 +35,7 @@ Index: setup.py
               ['config/linkcheckerrc', 'config/logging.conf', ]),
           ('share/linkchecker/examples',
               ['cgi/lconline/leer.html.en', 'cgi/lconline/leer.html.de',
-@@ -481,13 +473,12 @@
+@@ -481,24 +473,13 @@
        ]
  
  if os.name == 'posix':
@@ -49,7 +49,19 @@ Index: setup.py
                ['config/linkchecker-completion', 'config/linkcheck-cron.sh']))
 -elif win_compiling:
 -    data_files.append(('share/linkchecker/doc',
+-             ['doc/en/documentation.html',
+-              'doc/en/index.html',
+-              'doc/en/install.html',
+-              'doc/en/other.html',
+-              'doc/en/upgrading.html',
+-              'doc/en/lc.css',
+-              'doc/en/navigation.css',
+-              'doc/en/shot1.png',
+-              'doc/en/shot2.png',
+-              'doc/en/shot1_thumb.jpg',
+-              'doc/en/shot2_thumb.jpg',
 +    data_files.append(('share/linkchecker/html',
-              ['doc/en/documentation.html',
-               'doc/en/index.html',
-               'doc/en/install.html',
++             ['doc/en/documentation.txt',
+              ]))
+ 
+ setup (name = "linkchecker",

+ 2 - 2
linkchecker/linkchecker.spec

@@ -23,7 +23,7 @@
 ##
 
 #   package version
-%define       V_linkchecker 3.4
+%define       V_linkchecker 4.0
 %define       V_pydns       2.3.0
 
 #   package information
@@ -37,7 +37,7 @@ Class:        PLUS
 Group:        Misc
 License:      GPL
 Version:      %{V_linkchecker}
-Release:      20060204
+Release:      20060520
 
 #   list of sources
 Source0:      http://osdn.dl.sourceforge.net/linkchecker/linkchecker-%{V_linkchecker}.tar.gz