Ver código fonte

track releases only

Ralf S. Engelschall 19 anos atrás
pai
commit
f8a753ee13
1 arquivos alterados com 2 adições e 2 exclusões
  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