SPECS: switchboard.spec - boost deps
glen
glen at pld-linux.org
Tue Oct 7 13:50:59 CEST 2008
Author: glen Date: Tue Oct 7 11:50:58 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- boost deps
---- Files affected:
SPECS:
switchboard.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/switchboard.spec
diff -u SPECS/switchboard.spec:1.1 SPECS/switchboard.spec:1.2
--- SPECS/switchboard.spec:1.1 Tue Oct 7 13:43:30 2008
+++ SPECS/switchboard.spec Tue Oct 7 13:50:53 2008
@@ -9,8 +9,14 @@
# Source0-md5: 4cb514bc04c6913d309cbb330362574d
Patch0: %{name}-overquote.patch
URL: https://confluence.toolserver.org/display/switchboard/Home
+BuildRequires: boost-call_traits-devel
+BuildRequires: boost-devel
+BuildRequires: boost-mem_fn-devel
+BuildRequires: boost-ref-devel
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+%define _fcgi_path /sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin
+
%description
switchboard is a FastCGI proxy that starts setuid FastCGI processes on
demand, in a similar manner to Apache suexec. switchboard allows mass
@@ -37,8 +43,7 @@
--uid-min=50 \
--gid-min=50 \
--user=http \
- --group=http
- --safe-path="/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin" \
+ --group=http \
%ifarch %{x8664}
--atomic=amd64_gcc \
%endif
@@ -48,6 +53,7 @@
%ifnarch %{ix86} %{x8664}
--atomic=pthread \
%endif
+ --safe-path="%{_fcgi_path}"
%{__make}
%install
@@ -70,5 +76,8 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2008/10/07 11:50:53 glen
+- boost deps
+
Revision 1.1 2008/10/07 11:43:30 glen
- initial
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/switchboard.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list