浏览代码

track releases only

Ralf S. Engelschall 19 年之前
父节点
当前提交
f8a753ee13
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      lighttpd/lighttpd.spec

+ 2 - 2
lighttpd/lighttpd.spec

@@ -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