Browse Source

fix tracking

Ralf S. Engelschall 19 years ago
parent
commit
15d24ee4d0
5 changed files with 14 additions and 14 deletions
  1. 3 3
      dhtml/dhtml.spec
  2. 2 2
      drupal/drupal.spec
  3. 4 4
      perl-math/perl-math.spec
  4. 2 2
      php-eaccelerator/php-eaccelerator.spec
  5. 3 3
      vim/vim.spec

+ 3 - 3
dhtml/dhtml.spec

@@ -69,8 +69,8 @@ Distribution: OpenPKG
 Class:        EVAL
 Group:        Web
 License:      Open Source
-Version:      20060603
-Release:      20060603
+Version:      20060614
+Release:      20060614
 
 #   list of sources
 Source0:      http://prototype.conio.net/dist/prototype-%{V_prototype}.tar.gz
@@ -282,7 +282,7 @@ AutoReqProv:  no
     prog dhtml:yui = {
         version   = %{V_yui}
         url       = http://prdownloads.sourceforge.net/yui/
-        regex     = yui-(__VER__)\.zip
+        regex     = yui_(__VER__)\.zip
     }
     prog dhtml:cssquery = {
         version   = %{V_cssquery}

+ 2 - 2
drupal/drupal.spec

@@ -133,7 +133,7 @@ Class:        PLUS
 Group:        Web
 License:      GPL
 Version:      %{V_drupal}
-Release:      20060514
+Release:      20060614
 
 #   list of sources
 Source0:      http://drupal.org/files/projects/drupal-%{V_drupal}.tar.gz
@@ -260,7 +260,7 @@ AutoReqProv:  no
 %track
     prog drupal = {
         version   = %{V_drupal}
-        url       = http://drupal.org/project
+        url       = http://drupal.org/project/Drupal+project
         regex     = drupal-(__VER__)\.tar\.gz
     }
     prog drupal:adminblock = {

+ 4 - 4
perl-math/perl-math.spec

@@ -50,7 +50,7 @@ Class:        BASE
 Group:        Language
 License:      GPL/Artistic
 Version:      %{V_perl}
-Release:      20060613
+Release:      20060614
 
 #   package options
 %option       with_gmp    no
@@ -167,17 +167,17 @@ AutoReqProv:  no
     prog perl-math:Math-Interpolate = {
         version   = %{V_math_interpolate}
         url       = http://www.cpan.org/modules/by-module/Math/
-        regex     = Math-Interpolate-(__VER__[^.]*)\.tgz
+        regex     = Math-Interpolate-(__VER__)\.tar\.gz
     }
     prog perl-math:Math-Derivative = {
         version   = %{V_math_derivative}
         url       = http://www.cpan.org/modules/by-module/Math/
-        regex     = Math-Derivative-(__VER__[^.]*)\.tgz
+        regex     = Math-Derivative-(__VER__)\.tar\.gz
     }
     prog perl-math:Math-Spline = {
         version   = %{V_math_spline}
         url       = http://www.cpan.org/modules/by-module/Math/
-        regex     = Math-Spline-(__VER__[^.]*)\.tgz
+        regex     = Math-Spline-(__VER__)\.tar\.gz
     }
 
 %prep

+ 2 - 2
php-eaccelerator/php-eaccelerator.spec

@@ -37,7 +37,7 @@ Class:        EVAL
 Group:        Language
 License:      GPL
 Version:      %{V_opkg}
-Release:      20060528
+Release:      20060614
 
 #   package options
 %option       with_apache  yes
@@ -72,7 +72,7 @@ AutoReqProv:  no
     prog php-eaccelerator = {
         version   = %{V_dist}
         url       = http://prdownloads.sourceforge.net/eaccelerator/
-        regex     = eaccelerator-(\d+\.\d+\.\d+)\.tar\.(gz|bz2)
+        regex     = eaccelerator-(\d+\.\d+\.\d+(?:-beta\d+)?)\.tar\.(gz|bz2)
     }
 
 %prep

+ 3 - 3
vim/vim.spec

@@ -39,7 +39,7 @@ Class:        CORE
 Group:        Editor
 License:      Charityware
 Version:      %{V_vl}.%{V_pl}
-Release:      20060518
+Release:      20060614
 
 #   package options
 %option       with_x11        no
@@ -113,11 +113,11 @@ AutoReqProv:  no
     prog vim = {
         version   = %{V_vl}
         url       = ftp://ftp.vim.org/pub/vim/unix/
-        regex     = vim-(\d+.\d+)\.tar\.gz
+        regex     = vim-(\d+.\d+)\.tar\.(gz|bz2)
     }
     prog vim:patchlevel = {
         version   = %{V_vl}.0%{V_pl}
-        url       = ftp://ftp.vim.org/patches/%{V_vl}/
+        url       = ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/
         regex     = (\d+\.\d+\.\d+)
     }