From 5a297c3841ec64c78d1398a6ebf538427216867e Mon Sep 17 00:00:00 2001 From: ankry Date: Sun, 17 Feb 2002 19:01:43 +0000 Subject: [PATCH] - added %{apxs} local macro to avoid adapter problems - fix use of %{apxs} and %{_sbindir}/apxs - added BR %{apxs} & Prereq %{_sbindir}/apxs (if necessary); removed BR apache Changed files: apache-mod_roaming.spec -> 1.7 --- apache-mod_roaming.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apache-mod_roaming.spec b/apache-mod_roaming.spec index 6909f18..c14d625 100644 --- a/apache-mod_roaming.spec +++ b/apache-mod_roaming.spec @@ -1,3 +1,4 @@ +%define apxs /usr/sbin/apxs Summary: Enables Netscape Communicator roaming profiles with Apache Summary(cs): Modul podpory roamingových profilù Netscape Communicatora pro Apache Summary(da): Et apachemodul som lader webtjeneren håndtere profiler for Netscape Communicator @@ -32,6 +33,7 @@ Source1: roaming.conf URL: http://www.klomp.org/mod_roaming/ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) BuildRequires: apache-devel +BuildRequires: %{apxs} Requires: webserver %description @@ -107,7 +109,7 @@ Netscape Communicator 4.5 som kan komma %setup -q %build -%{_sbindir}/apxs -c -o mod_roaming.so -lc mod_roaming.c +%{apxs} -c -o mod_roaming.so -lc mod_roaming.c %install rm -rf $RPM_BUILD_ROOT -- 2.44.0