Author: blues Date: Wed Apr 11 22:01:12 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - release 2 - really use prce; build for kernel2.6 (epoll needed). It's good for Th, I think.
---- Files affected: SPECS: haproxy.spec (1.15 -> 1.16) ---- Diffs: ================================================================ Index: SPECS/haproxy.spec diff -u SPECS/haproxy.spec:1.15 SPECS/haproxy.spec:1.16 --- SPECS/haproxy.spec:1.15 Wed Apr 11 20:01:07 2007 +++ SPECS/haproxy.spec Thu Apr 12 00:01:04 2007 @@ -5,10 +5,9 @@ Summary(pl.UTF-8): haproxy - wysoko wydajny load balancer TCP/HTTP Name: haproxy Version: 1.3.8.2 -Release: 1 +Release: 2 License: GPL v2 Group: Networking/Daemons -#Source0: http://haproxy.1wt.eu/download/1.2/src/%{name}-%{version}.tar.gz Source0: http://haproxy.1wt.eu/download/1.3/src/%{name}-%{version}.tar.gz # Source0-md5: a32f9095f314f603d771f24b259778e7 #Source1: %{name}.cfg @@ -18,6 +17,7 @@ BuildRequires: rpmbuild(macros) >= 1.268 Requires(post,preun): /sbin/chkconfig Requires: rc-scripts +Requires: uname(release) >= 2.6 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -74,10 +74,12 @@ %build %{__make} \ - DEBUG= \ + TARGET=linux26 \ + REGEX=pcre \ CC="%{__cc}" \ CPU_OPTS="%{rpmcflags}" \ - LDFLAGS="%{rpmldflags}" + LDFLAGS="%{rpmldflags}" \ + DEBUG= %install rm -rf $RPM_BUILD_ROOT @@ -123,6 +125,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.16 2007/04/11 22:01:04 blues +- release 2 - really use prce; build for kernel2.6 (epoll needed). It's + good for Th, I think. + Revision 1.15 2007/04/11 18:01:07 blues - release 1 - separated vim syntax subpackage, builds, works ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/haproxy.spec?r1=1.15&r2=1.16&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
