[packages/pcp] - skip half-assed guesses about man existence

baggins baggins at pld-linux.org
Sun Jul 8 22:26:00 CEST 2018


commit 070b3f45402989b06e9176cd768bef6430b71f32
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun Jul 8 22:25:30 2018 +0200

    - skip half-assed guesses about man existence

 build-man.patch | 11 +++++++++++
 pcp.spec        |  4 ++--
 2 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/pcp.spec b/pcp.spec
index 32c7f2f..09cf478 100644
--- a/pcp.spec
+++ b/pcp.spec
@@ -18,7 +18,7 @@ License:	LGPL v2.1 (libraries), GPL v2 (the rest)
 Group:		Applications/System
 Source0:	https://github.com/performancecopilot/pcp/archive/%{version}.tar.gz
 # Source0-md5:	12e82f2464452e74d0104caf964df994
-
+Patch0:		build-man.patch
 Patch1:		%{name}-opt.patch
 Patch2:		%{name}-nspr.patch
 Patch3:		%{name}-saslconfdir.patch
@@ -219,7 +219,7 @@ Sondy systemtap/dtrace dla PCP.
 
 %prep
 %setup -q
-
+%patch0 -p1
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
diff --git a/build-man.patch b/build-man.patch
new file mode 100644
index 0000000..e7c798e
--- /dev/null
+++ b/build-man.patch
@@ -0,0 +1,11 @@
+--- pcp-4.1.0/configure.ac~	2018-07-08 22:11:20.000000000 +0200
++++ pcp-4.1.0/configure.ac	2018-07-08 22:24:30.561502083 +0200
+@@ -3143,7 +3143,7 @@
+ AC_SUBST(pcp_x11_pre)
+ 
+ dnl man pages (source)
+-have_manpages=false
++have_manpages=true
+ have_gzipped_manpages=false
+ have_bzip2ed_manpages=false
+ have_lzmaed_manpages=false
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/pcp.git/commitdiff/070b3f45402989b06e9176cd768bef6430b71f32



More information about the pld-cvs-commit mailing list