Browse Source

cleanup packaging by switching to official URLs

Ralf S. Engelschall 18 years ago
parent
commit
8e852e7a64
1 changed files with 5 additions and 5 deletions
  1. 5 5
      wordpress/wordpress.spec

+ 5 - 5
wordpress/wordpress.spec

@@ -38,18 +38,18 @@
 #   package information
 Name:         wordpress
 Summary:      Weblog Publishing System
-URL:          http://www.wordpress.org/
+URL:          http://wordpress.org/
 Vendor:       R. Boren & M. Mullenweg et al.
 Packager:     OpenPKG Foundation e.V.
 Distribution: OpenPKG Community
 Class:        PLUS
 Group:        CMS
 License:      GPL
-Version:      2.1
+Version:      %{V_wordpress}
 Release:      20070222
 
 #   list of sources
-Source0:      ftp://ftp.openpkg.org/sources/CPY/VERSIONED/wordpress/wordpress-%{V_wordpress}.tar.gz
+Source0:      http://wordpress.org/wordpress-%{V_wordpress}.tar.gz
 Source1:      wordpress-apache.conf
 Source2:      wordpress-setup.sh
 Source3:      wordpress-cron.sh
@@ -87,8 +87,8 @@ AutoReqProv:  no
 %track
     prog wordpress:wordpress = {
         version   = %{V_wordpress}
-        url       = ftp://ftp.openpkg.org/sources/CPY/VERSIONED/wordpress/
-        regex     = wordpress-(__VER__)\.tar\.gz
+        url       = http://wordpress.org/download/release-archive/
+        regex     = wordpress-(\d+\.\d+\.\d+)\.tar\.gz
     }
     prog wordpress:plugin-simpletagging = {
         version   = %{V_plugin_simpletagging}