%define mod_name frontpage %define arname mod_%{mod_name} %define apxs /usr/sbin/apxs Summary: The improved mod_frontpage module for the Apache Web server Summary(pl): Ulepszony moduł mod_frontpage dla serwera Apache Name: apache-mod_%{mod_name} Version: 1.6.1 Release: 2 License: Apache Group: Networking/Daemons #Source0: http://home.edo.uni-dortmund.de/~chripo/download/%{name}-%{version}mdk-1.3.19.tar.bz2 #The patch is now maintained by FreeBSD Source0: http://people.freebsd.org/~mbr/distfiles/mod_frontpage-%{version}.tar.bz2 # Source0-md5: 62a91d885ea6cfb7c45662d7315659d8 Patch0: %{arname}-PLD.patch Patch1: %{arname}-Makefile.patch Patch2: %{arname}-fpexec-PLD.patch URL: http://home.edo.uni-dortmund.de/~chripo/ BuildRequires: apache(EAPI)-devel >= 1.3.23 BuildRequires: perl PreReq: apache(EAPI) >= 1.3.23 Requires(post,preun): %{apxs} Requires: apache BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) Obsoletes: mod_frontpage %define _pkglibdir %(%{apxs} -q LIBEXECDIR) %define _sysconfdir /etc/httpd %description This is a module for the Apache HTTP Server . It replaces the Apache-FP patches and module supplied with the FrontPage Server Extensions available from Microsoft and Ready-to-Run Software . Using this module allows you to use advanced features of the FrontPage client with your Apache HTTP Server (e.g. creating FrontPage-extended subwebs using the FrontPage client in contrast to creating them as user "root" with "fpinstall.sh" or the "fpsrvadm.exe"-utility on the system's shell). %description -l pl To jest moduł dla serwera HTTP Apache. Zastępuje łaty Apache-FP oraz moduł dodawany do FrontPage Server Extensions dostępnych od Microsoftu i Ready-to-Run Software (). Użycie tego modułu pozwala na używanie zaawansowanych możliwości klienta FrontPage z serwerem Apache (np. tworzenie podstron z rozszerzeniami FrontPage przy użyciu klienta FrontPage zamiast przez uruchamiania fpinstall.sh lub fpsrvadm.exe z powłoki systemowej). %prep %setup -q -n %{arname}-%{version} %patch -p0 %patch1 -p0 %patch2 -p0 %build perl Makefile.PL %{__make} \ CFLAGS="%{rpmcflags} -DLINUX=22 -DINET6 -Dss_family=__ss_family -Dss_len=__ss_len -DDEV_RANDOM=/dev/random -DEAPI -DEAPI_MM" %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_pkglibdir},%{_sbindir}} install mod_%{mod_name}.so $RPM_BUILD_ROOT%{_pkglibdir} install fp{exec,static} $RPM_BUILD_ROOT%{_sbindir} %clean rm -rf $RPM_BUILD_ROOT %post %{apxs} -e -a -n %{mod_name} %{_pkglibdir}/mod_%{mod_name}.so 1>&2 if [ -f /var/lock/subsys/httpd ]; then /etc/rc.d/init.d/httpd restart 1>&2 fi %preun if [ "$1" = "0" ]; then %{apxs} -e -A -n %{mod_name} %{_pkglibdir}/mod_%{mod_name}.so 1>&2 if [ -f /var/lock/subsys/httpd ]; then /etc/rc.d/init.d/httpd restart 1>&2 fi fi %files %defattr(644,root,root,755) %doc CHANGES FEATURES LICENSE README %attr(755,root,root) %{_pkglibdir}/* %attr(4750,root,root) %{_sbindir}/fpexec %attr(755,root,root) %{_sbindir}/fpstatic