[packages/pound] rebuild with 6144 bufsize
glen
glen at pld-linux.org
Mon Apr 28 09:52:06 CEST 2014
commit e6ba7a2a0c64082b048c222ad27d58ae004af058
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Mon Apr 28 10:51:49 2014 +0300
rebuild with 6144 bufsize
pound.spec | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/pound.spec b/pound.spec
index b7799e6..7fa94c5 100644
--- a/pound.spec
+++ b/pound.spec
@@ -2,7 +2,7 @@ Summary: Pound - reverse-proxy and load-balancer
Summary(pl.UTF-8): Pound - reverse-proxy i load-balancer
Name: pound
Version: 2.6
-Release: 6
+Release: 7
License: GPL v3
Group: Networking/Daemons
Source0: http://www.apsis.ch/pound/Pound-%{version}.tgz
@@ -66,7 +66,7 @@ swobodnego używania, kopiowania i rozdawania.
%build
cp -f /usr/share/automake/config.sub .
%configure \
- --with-maxbuf=4096
+ --with-maxbuf=6144
%{__make}
%install
@@ -75,7 +75,7 @@ install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man8,%{_sysconfdir},/etc/{sysc
$RPM_BUILD_ROOT{/var/log/{%{name},archive/%{name}},/var/run/%{name}} \
$RPM_BUILD_ROOT%{systemdtmpfilesdir}
-install -p pound $RPM_BUILD_ROOT%{_sbindir}
+install -p pound $RPM_BUILD_ROOT%{_sbindir}
install -p poundctl $RPM_BUILD_ROOT%{_sbindir}
cp -p pound.8 $RPM_BUILD_ROOT%{_mandir}/man8
cp -p poundctl.8 $RPM_BUILD_ROOT%{_mandir}/man8
@@ -83,8 +83,7 @@ cp -p %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}
install -p %{SOURCE2} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name}
cp -p %{SOURCE3} $RPM_BUILD_ROOT/etc/sysconfig/%{name}
cp -p %{SOURCE4} $RPM_BUILD_ROOT/etc/logrotate.d/%{name}
-
-install %{SOURCE5} $RPM_BUILD_ROOT%{systemdtmpfilesdir}/%{name}.conf
+cp -p %{SOURCE5} $RPM_BUILD_ROOT%{systemdtmpfilesdir}/%{name}.conf
%clean
rm -rf $RPM_BUILD_ROOT
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/pound.git/commitdiff/e6ba7a2a0c64082b048c222ad27d58ae004af058
More information about the pld-cvs-commit
mailing list