From: Marcin Krol Date: Fri, 16 Aug 2024 19:46:53 +0000 (+0200) Subject: - builds fine without fcgi-devel X-Git-Url: https://git.tld-linux.org/?a=commitdiff_plain;h=refs%2Fheads%2Fmaster;hp=79fe78f5ef198f8af6678f7004fd1c20d1294d02;p=packages%2Flighttpd.git - builds fine without fcgi-devel --- diff --git a/lighttpd.spec b/lighttpd.spec index efd9f52..161a727 100644 --- a/lighttpd.spec +++ b/lighttpd.spec @@ -43,12 +43,12 @@ Summary: Fast and light HTTP server Summary(pl.UTF-8): Szybki i lekki serwer HTTP Name: lighttpd -Version: 1.4.71 +Version: 1.4.76 Release: 1 License: BSD Group: Networking/Daemons/HTTP Source0: https://download.lighttpd.net/lighttpd/releases-1.4.x/%{name}-%{version}.tar.xz -# Source0-md5: c8ac5fb9580b84ba6be7dd14ac7b0c2d +# Source0-md5: f9018cda389b1aa6dae4c5f962c20825 Source1: %{name}.init Source2: %{name}.conf Source3: %{name}.user @@ -122,7 +122,6 @@ BuildRequires: automake >= 1:1.11.2 BuildRequires: automake %endif %{?with_bzip2:BuildRequires: bzip2-devel} -BuildRequires: fcgi-devel %{?with_gamin:BuildRequires: gamin-devel} %{?with_storage_gdbm:BuildRequires: gdbm-devel} %{?with_krb5:BuildRequires: krb5-devel} @@ -132,7 +131,7 @@ BuildRequires: fcgi-devel BuildRequires: libtool BuildRequires: libuuid-devel %{?with_webdav_props:BuildRequires: libxml2-devel} -%{?with_lua:BuildRequires: lua51-devel} +%{?with_lua:BuildRequires: lua54-devel} BuildRequires: mailcap >= 2.1.14-4.4 %{?with_mysql:BuildRequires: mysql-devel} %{?with_ldap:BuildRequires: openldap-devel} @@ -889,7 +888,7 @@ fi %{?with_gamin:--with-gamin} \ %{?with_krb5:--with-krb5} \ %{?with_ldap:--with-ldap} \ - %{?with_lua:--with-lua=lua51} \ + %{?with_lua:--with-lua=lua5.4} \ %{?with_maxminddb:--with-maxminddb} \ %{?with_mysql:--with-mysql} \ %{?with_pgsql:--with-pgsql} \