]> git.pld-linux.org Git - packages/pcp.git/commitdiff
- skip half-assed guesses about man existence
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 8 Jul 2018 20:25:30 +0000 (22:25 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 8 Jul 2018 20:25:30 +0000 (22:25 +0200)
build-man.patch [new file with mode: 0644]
pcp.spec

diff --git a/build-man.patch b/build-man.patch
new file mode 100644 (file)
index 0000000..e7c798e
--- /dev/null
@@ -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
index 32c7f2f7ee6b58909f2ca5954c11d72d8f469026..09cf478f7a7c59805d9a0bc0eacfa129f9970c01 100644 (file)
--- 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
This page took 0.035162 seconds and 4 git commands to generate.