]> git.pld-linux.org Git - packages/boa.git/commitdiff
- version 0.94.14rc17, minor cosmetic, simplified PLD patch
authorradek <radek@pld-linux.org>
Wed, 16 Jul 2003 01:25:49 +0000 (01:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    boa.spec -> 1.60

boa.spec

index edc1775857e3d3b6ea6305ea3ed5d4265440553f..b94a2e153087d909df771ab68ae7bff88089b13f 100644 (file)
--- a/boa.spec
+++ b/boa.spec
@@ -5,13 +5,14 @@
 Summary:       Boa high speed HTTP server
 Summary(pl):   Boa - szybki serwer HTTP
 Name:          boa
-Version:       0.94.13
-Release:       1
+Version:       0.94.14
+%define        _rc     rc17
+Release:       0.%{_rc}.1
 Epoch:         1
 License:       GPL v2
 Group:         Networking/Daemons
-Source0:       http://www.boa.org/%{name}-%{version}.tar.gz
-# Source0-md5: c8d6f46f9aa60909f171529068813fe0
+Source0:       http://www.boa.org/%{name}-%{version}%{_rc}.tar.gz
+# Source0-md5: d668ef85b3d2df3dc9832555fdce8b70
 Source1:       %{name}.init
 Patch0:                %{name}-PLD.patch
 Patch1:                %{name}-logrotate.patch
@@ -51,18 +52,17 @@ znacznie zwi
 systemowych.
 
 %prep
-%setup -q
-%patch0 -p1
+%setup -q -n %{name}-%{version}%{_rc}
+cp examples/boa.conf .
+%patch0 -p0
 %patch1        -p0
 
 %build
-cd src
-CFLAGS="%{rpmcflags} %{!?_without_ipv6:-DINET6}"
+CFLAGS="%{rpmcflags} %{!?_without_ipv6:-DINET6} -DSERVER_ROOT='\"/etc/httpd\"'"
 %{__autoconf}
 %configure
 %{__make}
-cd ../docs
-%{__make} boa.html
+%{__make} -C docs boa.html
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.03326 seconds and 4 git commands to generate.