Author: areq Date: Sat Dec 16 21:15:22 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - 2.2
---- Files affected: SPECS: pound.spec (1.44 -> 1.45) ---- Diffs: ================================================================ Index: SPECS/pound.spec diff -u SPECS/pound.spec:1.44 SPECS/pound.spec:1.45 --- SPECS/pound.spec:1.44 Mon Aug 7 17:53:34 2006 +++ SPECS/pound.spec Sat Dec 16 22:15:17 2006 @@ -2,12 +2,12 @@ Summary: Pound - reverse-proxy and load-balancer Summary(pl): Pound - reverse-proxy i load-balancer Name: pound -Version: 2.1 +Version: 2.2 Release: 1 License: GPL Group: Networking/Daemons Source0: http://www.apsis.ch/pound/Pound-%{version}.tgz -# Source0-md5: d51fefbaef369c94b87785400e52120f +# Source0-md5: a94e781ced1b2f3a7f8b8051f4d95713 Source1: %{name}.cfg Source2: %{name}.init URL: http://www.apsis.ch/pound/ @@ -48,10 +48,12 @@ %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man8,%{_sysconfdir}/pound,/etc/rc.d/init.d} +install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man8,%{_sysconfdir}/pound,/etc/rc.d/init.d} -install pound $RPM_BUILD_ROOT%{_bindir} -install pound.8 $RPM_BUILD_ROOT%{_mandir}/man8 +install pound $RPM_BUILD_ROOT%{_sbindir} +install poundctl $RPM_BUILD_ROOT%{_sbindir} +install pound.8 $RPM_BUILD_ROOT%{_mandir}/man8 +install poundctl.8 $RPM_BUILD_ROOT%{_mandir}/man8 install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/pound install %{SOURCE2} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name} @@ -71,7 +73,7 @@ %files %defattr(644,root,root,755) %doc README -%attr(755,root,root) %{_bindir}/* +%attr(755,root,root) %{_sbindir}/* %dir %{_sysconfdir}/pound %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/pound/* %attr(754,root,root) /etc/rc.d/init.d/%{name} @@ -83,6 +85,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.45 2006/12/16 21:15:17 areq +- 2.2 + Revision 1.44 2006/08/07 15:53:34 qboosh - sorted BRs, unified config.sub source ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/pound.spec?r1=1.44&r2=1.45&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
