|
|
@@ -33,7 +33,7 @@ Class: BASE
|
|
|
Group: Web
|
|
|
License: MIT-style
|
|
|
Version: 1.4.13
|
|
|
-Release: 20061211
|
|
|
+Release: 20070204
|
|
|
|
|
|
# package options
|
|
|
%option with_fsl yes
|
|
|
@@ -98,7 +98,7 @@ AutoReqProv: no
|
|
|
prog lighttpd = {
|
|
|
version = %{version}
|
|
|
url = http://www.lighttpd.net/download/
|
|
|
- regex = lighttpd-(__VER__)\.tar\.gz
|
|
|
+ regex = lighttpd-(\d+\.\d+\.\d+)\.tar\.gz
|
|
|
}
|
|
|
|
|
|
%prep
|