]> git.pld-linux.org Git - packages/boa.git/commitdiff
- do not use -s in install parameters, boa-0_94_8_2-1
authorkloczek <kloczek@pld-linux.org>
Sun, 10 Sep 2000 20:33:03 +0000 (20:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added Obsoletes: apache.

Changed files:
    boa.spec -> 1.23

boa.spec

index 6bb3950a6200e096435c744d8f6a22dd0361203d..f4e820266252f4b206db7e92f44908e9f417e287 100644 (file)
--- a/boa.spec
+++ b/boa.spec
@@ -20,8 +20,8 @@ Prereq:               %{_sbindir}/userdel
 BuildRequires: flex
 Requires:      rc-scripts
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-
 %define                _sysconfdir     /etc/httpd
+Obsoletes:     apache
 
 %description
 A high speed, lightweight web server (HTTP protocol). Based on direct
@@ -53,8 +53,7 @@ install -d $RPM_BUILD_ROOT{/etc/rc.d/init.d/,/var/log/httpd} \
        $RPM_BUILD_ROOT/home/httpd/{cgi-bin,html} \
        $RPM_BUILD_ROOT{%{_sbindir},%{_sysconfdir}/conf,%{_mandir}/man8}
 
-install -s src/boa $RPM_BUILD_ROOT%{_sbindir}
-install -s src/boa_indexer $RPM_BUILD_ROOT%{_sbindir}
+install src/{boa,boa_indexer} $RPM_BUILD_ROOT%{_sbindir}
 
 install src/*.pl $RPM_BUILD_ROOT/home/httpd/cgi-bin
 install examples/resolver.pl $RPM_BUILD_ROOT/home/httpd/cgi-bin
This page took 0.223608 seconds and 4 git commands to generate.