Преглед на файлове

upgrading package: linkchecker 2.7 -> 2.8

Ralf S. Engelschall преди 21 години
родител
ревизия
f4f739870b
променени са 2 файла, в които са добавени 9 реда и са изтрити 9 реда
  1. 7 7
      linkchecker/linkchecker.patch
  2. 2 2
      linkchecker/linkchecker.spec

+ 7 - 7
linkchecker/linkchecker.patch

@@ -1,7 +1,7 @@
 Index: setup.py
---- setup.py.orig	2005-03-15 01:04:57 +0100
-+++ setup.py	2005-03-16 10:33:57 +0100
-@@ -84,7 +84,7 @@
+--- setup.py.orig	2005-04-04 22:12:17 +0200
++++ setup.py	2005-04-09 11:04:41 +0200
+@@ -88,7 +88,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)
-@@ -205,10 +205,10 @@
+@@ -306,10 +306,10 @@
      def build_extensions (self):
          # For gcc 3.x we can add -std=gnu99 to get rid of warnings.
          extra = []
@@ -25,7 +25,7 @@ Index: setup.py
          # First, sanity-check the 'extensions' list
          self.check_extensions_list(self.extensions)
          for ext in self.extensions:
-@@ -327,7 +327,7 @@
+@@ -428,7 +428,7 @@
  myemail = "calvin@users.sourceforge.net"
  
  data_files = [
@@ -34,7 +34,7 @@ Index: setup.py
               ['config/linkcheckerrc', 'config/logging.conf', ]),
           ('share/linkchecker/examples',
               ['cgi/lconline/leer.html.en', 'cgi/lconline/leer.html.de',
-@@ -337,13 +337,12 @@
+@@ -438,13 +438,12 @@
        ]
  
  if os.name == 'posix':
@@ -46,7 +46,7 @@ Index: setup.py
 +    data_files.append(('man/fr/man1', ['doc/fr/linkchecker.1']))
      data_files.append(('share/linkchecker/examples',
                ['config/linkchecker-completion', 'config/linkcheck-cron.sh']))
--elif os.name == 'nt':
+-elif win_compiling:
 -    data_files.append(('share/linkchecker/doc',
 +    data_files.append(('share/linkchecker/html',
               ['doc/en/documentation.html',

+ 2 - 2
linkchecker/linkchecker.spec

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