Search
j0ke.net Open Build Service
>
Projects
>
internetx
:
projects
:
http
>
haproxy
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 32
[-]
[+]
Changed
haproxy.spec
@@ -1,8 +1,9 @@ -%define haproxy_user haproxy -%define haproxy_group %{haproxy_user} -%define haproxy_home %{_localstatedir}/lib/haproxy -%define haproxy_confdir %{_sysconfdir}/haproxy -%define haproxy_datadir %{_datadir}/haproxy +%define haproxy_user haproxy +%define haproxy_group %{haproxy_user} +%define haproxy_home %{_localstatedir}/lib/haproxy +%define haproxy_confdir %{_sysconfdir}/haproxy +%define haproxy_datadir %{_datadir}/haproxy +%define haproxy_sampledir %{_datadir}/share/%{name} %define snaptag 20140711 %define snapmarker ss @@ -89,6 +90,12 @@ %{__install} -d -m 0755 %{buildroot}%{_bindir} %{__install} -p -m 0755 ./contrib/halog/halog %{buildroot}%{_bindir}/halog +%{__install} -p -D -m 0755 %{SOURCE6} %{buildroot}%{haproxy_sampledir} +%{__install} -p -D -m 0755 %{SOURCE7} %{buildroot}%{haproxy_sampledir} + + + + for httpfile in $(find ./examples/errorfiles/ -type f) do %{__install} -p -m 0644 $httpfile %{buildroot}%{haproxy_datadir} @@ -133,8 +140,6 @@ %doc examples/haproxy.cfg %doc examples/tarpit.cfg %doc CHANGELOG LICENSE README -%doc %{Source6} -%doc %{Source7} %dir %{haproxy_datadir} %{haproxy_datadir}/* %dir %{haproxy_confdir}