]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
Up to 1.4.63. auto/th/lighttpd-1.4.63-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 10 Dec 2021 17:49:58 +0000 (18:49 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 10 Dec 2021 17:49:58 +0000 (18:49 +0100)
lighttpd.spec

index bef975ae491b331bb4f1d68309f4469cac3aafa2..a943cce03f6854de91610f8308455af5383f46ca 100644 (file)
 Summary:       Fast and light HTTP server
 Summary(pl.UTF-8):     Szybki i lekki serwer HTTP
 Name:          lighttpd
-Version:       1.4.59
-Release:       2
+Version:       1.4.63
+Release:       1
 License:       BSD
 Group:         Networking/Daemons/HTTP
 Source0:       https://download.lighttpd.net/lighttpd/releases-1.4.x/%{name}-%{version}.tar.xz
-# Source0-md5: a8838dac90fcddbcc05c0d1877bd8cdf
+# Source0-md5: f4ad032b4b861f42a5df5f900ec6457b
 Source1:       %{name}.init
 Source2:       %{name}.conf
 Source3:       %{name}.user
@@ -1055,7 +1055,7 @@ cp -p %{SOURCE14} PLD-TODO
 %endif
 
 %build
-ver=$(awk '/AC_INIT/{a=$2;gsub(/[\[\],]/, "", a); print a}' configure.ac)
+ver=$(awk -F ',' '/AC_INIT/{a=$2;gsub(/[\[\],]/, "", a); print a}' configure.ac)
 if [ "$ver" != "%{version}" ]; then
        : configure.ac specifies wrong version
        exit 1
This page took 0.038777 seconds and 4 git commands to generate.