]> git.pld-linux.org Git - packages/apache-mod_roaming.git/commitdiff
- added %{apxs} local macro to avoid adapter problems
authorankry <ankry@pld-linux.org>
Sun, 17 Feb 2002 19:01:43 +0000 (19:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- 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

index 6909f18b2a4b7d527a8c90b14809c79952557755..c14d62512a1fbc06bdf5265b2c7de9bbb6ef7587 100644 (file)
@@ -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
This page took 0.070726 seconds and 4 git commands to generate.