# RPM Spec file for mod_crowdsec Name: mod_crowdsec Version: 1.0.0 Release: 1%{?dist} Summary: Apache Crowdsec module License: ASL 2.0 Group: System Environment/Daemons Source: https://github.com/minfrin/%{name}/releases/download/%{name}-%{version}/%{name}-%{version}.tar.bz2 Url: https://github.com/minfrin/%{name} BuildRequires: gcc, pkgconfig(apr-1), pkgconfig(apr-util-1), (httpd-devel or apache-devel or apache2-devel) Requires: (httpd or apache or apache2) %if 0%{?is_opensuse} %define moduledir %{_libdir}/apache2 %else %define moduledir %{_libdir}/httpd/modules %endif %description The Apache mod_crowdsec module allows filtering against the crowdsec API. %prep %setup -q %build %configure %make_build %install %make_install %files %{moduledir}/%{name}.so