Browse Source

fix tracking

Ralf S. Engelschall 21 years ago
parent
commit
1ca9f99366
5 changed files with 13 additions and 11 deletions
  1. 2 2
      mathomatic/mathomatic.spec
  2. 2 2
      p7zip/p7zip.spec
  3. 2 2
      pdftk/pdftk.spec
  4. 2 2
      perl-parse/perl-parse.spec
  5. 5 3
      pgadmin/pgadmin.spec

+ 2 - 2
mathomatic/mathomatic.spec

@@ -34,7 +34,7 @@ Class:        EVAL
 Group:        Algorithm
 License:      Open Source
 Version:      11.5c
-Release:      20041129
+Release:      20041207
 
 #   list of sources
 Source0:      http://www.panix.com/~gesslein/mathomatic-%{version}.tgz
@@ -56,7 +56,7 @@ AutoReqProv:  no
 %track
     prog mathomatic = {
         version   = %{version}
-        url       = http://www.lightlink.com/computer/math/
+        url       = http://mathomatic.orgserve.de/math/
         regex     = changes\.txt">"(__VER__)"</a>
     }
 

+ 2 - 2
p7zip/p7zip.spec

@@ -34,7 +34,7 @@ Class:        EVAL
 Group:        Archiver
 License:      LGPL
 Version:      4.12
-Release:      20041126
+Release:      20041207
 
 #   list of sources
 Source0:      http://osdn.dl.sourceforge.net/p7zip/p7zip_%{version}_src.tar.bz2
@@ -57,7 +57,7 @@ AutoReqProv:  no
     prog p7zip = {
         version   = %{version}
         url       = http://prdownloads.sourceforge.net/p7zip/
-        regex     = p7zip-(__VER__)_src\.tar\.bz2
+        regex     = p7zip_(__VER__)_src\.tar\.bz2
     }
 
 %prep

+ 2 - 2
pdftk/pdftk.spec

@@ -34,7 +34,7 @@ Class:        EVAL
 Group:        Text
 License:      GPL
 Version:      1.12
-Release:      20041109
+Release:      20041207
 
 #   list of sources
 Source0:      http://www.pdfhacks.com/pdftk/pdftk-%{version}.tar.gz
@@ -62,7 +62,7 @@ AutoReqProv:  no
     prog pdftk = {
         version   = %{version}
         url       = http://www.accesspdf.com/pdftk/
-        regex     = pdftk-(__VER__)\.tar\.gz
+        regex     = Latest\s+Version:\s+(__VER__)
     }
 
 %prep

+ 2 - 2
perl-parse/perl-parse.spec

@@ -53,7 +53,7 @@ Class:        BASE
 Group:        Language
 License:      GPL/Artistic
 Version:      %{V_perl}
-Release:      20041203
+Release:      20041207
 
 #   list of sources
 Source0:      http://www.cpan.org/modules/by-module/Config/Config-IniFiles-%{V_config_inifiles}.tar.gz
@@ -179,7 +179,7 @@ AutoReqProv:  no
     prog perl-parse:OGDL = {
         version   = %{V_ogdl}
         url       = http://prdownloads.sourceforge.net/ogdl/
-        regex     = ogdltools-(__VER__)\.tgz
+        regex     = ogdlutils-(__VER__)\.tgz
     }
 
 %prep

+ 5 - 3
pgadmin/pgadmin.spec

@@ -34,10 +34,10 @@ Class:        EVAL
 Group:        Database
 License:      Artistic
 Version:      1.0.2
-Release:      20040207
+Release:      20041207
 
 #   list of sources
-Source0:      ftp://ftp.de.postgresql.org/mirror/postgresql/pgadmin3/release/src/pgadmin3-%{version}.tar.gz
+Source0:      ftp://ftp.de.postgresql.org/mirror/postgresql/pgadmin3/release/v%{version}/src/pgadmin3-%{version}.tar.gz
 Patch0:       pgadmin.patch
 
 #   build information
@@ -55,7 +55,9 @@ AutoReqProv:  no
 %track
     prog pgadmin = {
         version   = %{version}
-        url       = ftp://ftp.de.postgresql.org/mirror/postgresql/pgadmin3/release/src/
+        url       = ftp://ftp.de.postgresql.org/mirror/postgresql/pgadmin3/release/
+        regex     = v(__VER__)
+        url       = ftp://ftp.de.postgresql.org/mirror/postgresql/pgadmin3/release/v__NEWVER__/src/
         regex     = pgadmin3-(__VER__)\.tar\.gz
     }