|
|
@@ -22,8 +22,8 @@
|
|
|
##
|
|
|
|
|
|
# package version
|
|
|
-%define V_opkg 1.8.4
|
|
|
-%define V_dist 1.8.4
|
|
|
+%define V_opkg 1.8.4pl1
|
|
|
+%define V_dist 1.8.4PL1
|
|
|
|
|
|
# package information
|
|
|
Name: php-zf
|
|
|
@@ -36,7 +36,7 @@ Class: EVAL
|
|
|
Group: Language
|
|
|
License: BSD
|
|
|
Version: %{V_opkg}
|
|
|
-Release: 20090625
|
|
|
+Release: 20090708
|
|
|
|
|
|
# list of sources
|
|
|
Source0: http://framework.zend.com/releases/ZendFramework-%{V_dist}/ZendFramework-%{V_dist}.tar.gz
|
|
|
@@ -60,7 +60,7 @@ AutoReqProv: no
|
|
|
prog php-zf = {
|
|
|
version = %{V_dist}
|
|
|
url = http://framework.zend.com/download/latest
|
|
|
- regex = ZendFramework-(__VER__)\.tar\.gz
|
|
|
+ regex = ZendFramework-(__VER__(:?PL\d+)?)\.tar\.gz
|
|
|
}
|
|
|
|
|
|
%prep
|