[packages/hitch] BR pkg-config

glen glen at pld-linux.org
Sun Jun 25 19:55:45 CEST 2017


commit 2292e814036ae0a384b674aef91e5ab9e7414956
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sun Jun 25 20:54:58 2017 +0300

    BR pkg-config
    
    -- checking for pkg-config... no

 hitch.spec | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/hitch.spec b/hitch.spec
index ed6e5ad..fd5bd27 100644
--- a/hitch.spec
+++ b/hitch.spec
@@ -18,6 +18,7 @@ BuildRequires:	libev-devel >= 4
 BuildRequires:	libtool
 BuildRequires:	openssl
 BuildRequires:	openssl-devel >= 1.0.0
+BuildRequires:	pkgconfig
 BuildRequires:	rpmbuild(macros) >= 1.647
 %if %{with doc}
 BuildRequires:	docutils
@@ -106,8 +107,10 @@ rm -rf $RPM_BUILD_ROOT
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/hitch.conf
 %attr(754,root,root) /etc/rc.d/init.d/hitch
 %attr(755,root,root) %{_sbindir}/hitch
+%if %{with doc}
 %{_mandir}/man5/hitch.conf.5*
 %{_mandir}/man8/hitch.8*
+%endif
 %{systemdunitdir}/hitch.service
 %{systemdtmpfilesdir}/hitch.conf
 %define	no_install_post_check_tmpfiles 1
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/hitch.git/commitdiff/2292e814036ae0a384b674aef91e5ab9e7414956



More information about the pld-cvs-commit mailing list