From 3273379307a42a30081c2fb80d4fd2537378b46b Mon Sep 17 00:00:00 2001 From: Graham Leggett Date: Tue, 29 Nov 2011 17:20:24 +0000 Subject: [PATCH] RPM: Add support for mod_lua. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1207977 13f79535-47bb-0310-9956-ffa450edef68 --- build/rpm/httpd.spec.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/build/rpm/httpd.spec.in b/build/rpm/httpd.spec.in index da8f548b32..9e91960247 100644 --- a/build/rpm/httpd.spec.in +++ b/build/rpm/httpd.spec.in @@ -76,6 +76,16 @@ The mod_authnz_ldap module for the Apache HTTP server provides authentication and authorization against an LDAP server, while mod_ldap provides an LDAP cache. +%package -n mod_lua +Group: System Environment/Daemons +Summary: Lua language module for the Apache HTTP server +BuildRequires: lua-devel +Requires: httpd = %{epoch}:%{version}-%{release}, httpd-mmn = %{mmn} + +%description -n mod_lua +The mod_lua module for the Apache HTTP server allows the server to be +extended with scripts written in the Lua programming language. + %package -n mod_proxy_html Group: System Environment/Daemons Summary: Proxy HTML filter modules for the Apache HTTP server @@ -444,6 +454,10 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/httpd/modules/mod_ldap.so %{_libdir}/httpd/modules/mod_authnz_ldap.so +%files -n mod_lua +%defattr(-,root,root) +%{_libdir}/httpd/modules/mod_lua.so + %files -n mod_proxy_html %defattr(-,root,root) %{_libdir}/httpd/modules/mod_proxy_html.so -- 2.40.0