Quellcode durchsuchen

upgrading package: linkchecker 2.5 -> 2.6

Ralf S. Engelschall vor 20 Jahren
Ursprung
Commit
0349d8d682
2 geänderte Dateien mit 14 neuen und 14 gelöschten Zeilen
  1. 12 12
      linkchecker/linkchecker.patch
  2. 2 2
      linkchecker/linkchecker.spec

+ 12 - 12
linkchecker/linkchecker.patch

@@ -1,7 +1,7 @@
 Index: setup.py
---- setup.py.orig	2005-03-02 22:14:33 +0100
-+++ setup.py	2005-03-05 09:40:46 +0100
-@@ -86,7 +86,7 @@
+--- setup.py.orig	2005-03-15 01:04:57 +0100
++++ setup.py	2005-03-16 10:33:57 +0100
+@@ -84,7 +84,7 @@
              else:
                  val = getattr(self, attr)
              if attr == 'install_data':
@@ -10,7 +10,7 @@ Index: setup.py
                  data.append('config_dir = %r' % cnormpath(cdir))
              data.append("%s = %r" % (attr, cnormpath(val)))
  	self.distribution.create_conf_file(data, directory=self.install_lib)
-@@ -195,10 +195,10 @@
+@@ -205,10 +205,10 @@
      def build_extensions (self):
          # For gcc 3.x we can add -std=gnu99 to get rid of warnings.
          extra = []
@@ -25,16 +25,16 @@ Index: setup.py
          # First, sanity-check the 'extensions' list
          self.check_extensions_list(self.extensions)
          for ext in self.extensions:
-@@ -250,7 +250,7 @@
-              ['share/locale/nl/LC_MESSAGES/linkchecker.mo']),
-          ('share/locale/es/LC_MESSAGES',
-              ['share/locale/es/LC_MESSAGES/linkchecker.mo']),
+@@ -327,7 +327,7 @@
+ myemail = "calvin@users.sourceforge.net"
+ 
+ data_files = [
 -         ('share/linkchecker',
 +         ('etc/linkchecker',
               ['config/linkcheckerrc', 'config/logging.conf', ]),
           ('share/linkchecker/examples',
               ['cgi/lconline/leer.html.en', 'cgi/lconline/leer.html.de',
-@@ -260,13 +260,12 @@
+@@ -337,13 +337,12 @@
        ]
  
  if os.name == 'posix':
@@ -49,6 +49,6 @@ Index: setup.py
 -elif os.name == 'nt':
 -    data_files.append(('share/linkchecker/doc',
 +    data_files.append(('share/linkchecker/html',
-              ['doc/documentation.html', 'doc/index.html',
-               'doc/install.html', 'doc/index.html', 'doc/other.html',
-               'doc/upgrading.html', 'doc/lc.css', 'doc/navigation.css',
+              ['doc/en/documentation.html',
+               'doc/en/index.html',
+               'doc/en/install.html',

+ 2 - 2
linkchecker/linkchecker.spec

@@ -24,7 +24,7 @@
 ##
 
 #   package version
-%define       V_linkchecker 2.5
+%define       V_linkchecker 2.6
 %define       V_pydns       2.3.0
 
 #   package information
@@ -38,7 +38,7 @@ Class:        PLUS
 Group:        Misc
 License:      GPL
 Version:      %{V_linkchecker}
-Release:      20050305
+Release:      20050316
 
 #   list of sources
 Source0:      http://osdn.dl.sourceforge.net/linkchecker/linkchecker-%{V_linkchecker}.tar.gz