mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-02-03 03:52:38 +00:00
[BUILD] spec file: fix broken pipe during rpmbuild and add man file
This commit is contained in:
parent
af403fc59d
commit
f1a09bde57
@ -43,10 +43,12 @@ risking the system's stability.
|
|||||||
%{__install} -d %{buildroot}%{_sbindir}
|
%{__install} -d %{buildroot}%{_sbindir}
|
||||||
%{__install} -d %{buildroot}%{_sysconfdir}/rc.d/init.d
|
%{__install} -d %{buildroot}%{_sysconfdir}/rc.d/init.d
|
||||||
%{__install} -d %{buildroot}%{_sysconfdir}/%{name}
|
%{__install} -d %{buildroot}%{_sysconfdir}/%{name}
|
||||||
|
%{__install} -d %{buildroot}%{_mandir}/man1/
|
||||||
|
|
||||||
%{__install} -s %{name} %{buildroot}%{_sbindir}/
|
%{__install} -s %{name} %{buildroot}%{_sbindir}/
|
||||||
%{__install} -c -m 644 examples/%{name}.cfg %{buildroot}%{_sysconfdir}/%{name}/
|
%{__install} -c -m 644 examples/%{name}.cfg %{buildroot}%{_sysconfdir}/%{name}/
|
||||||
%{__install} -c -m 755 examples/%{name}.init %{buildroot}%{_sysconfdir}/rc.d/init.d/%{name}
|
%{__install} -c -m 755 examples/%{name}.init %{buildroot}%{_sysconfdir}/rc.d/init.d/%{name}
|
||||||
|
%{__install} -c -m 755 doc/%{name}.1 %{buildroot}%{_mandir}/man1/
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != "/" ] && %{__rm} -rf %{buildroot}
|
[ "%{buildroot}" != "/" ] && %{__rm} -rf %{buildroot}
|
||||||
@ -67,7 +69,9 @@ fi
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc CHANGELOG TODO examples doc/haproxy-en.txt doc/haproxy-fr.txt doc/architecture.txt examples/url-switching.cfg
|
%doc CHANGELOG TODO examples/*.cfg doc/haproxy-en.txt doc/haproxy-fr.txt doc/architecture.txt doc/configuration.txt
|
||||||
|
%doc %{_mandir}/man1/%{name}.1*
|
||||||
|
|
||||||
%attr(0755,root,root) %{_sbindir}/%{name}
|
%attr(0755,root,root) %{_sbindir}/%{name}
|
||||||
%dir %{_sysconfdir}/%{name}
|
%dir %{_sysconfdir}/%{name}
|
||||||
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/%{name}.cfg
|
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/%{name}.cfg
|
||||||
|
Loading…
Reference in New Issue
Block a user