소스 검색

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