]> git.pld-linux.org Git - packages/cacti-spine.git/commitdiff
fix make dep for manual
authorElan Ruusamäe <glen@delfi.ee>
Thu, 25 Feb 2016 21:13:59 +0000 (23:13 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 25 Feb 2016 21:18:00 +0000 (23:18 +0200)
otherwise make -j16 fails

http://bugs.cacti.net/view.php?id=2663

cacti-spine.spec
man-dep.patch [new file with mode: 0644]

index 8564ff8e1ca2393d270c204ef904d02bb925bfff..bdffa8a618518dc4b4cce639e2385c4bd027b054 100644 (file)
@@ -18,6 +18,7 @@ Source0:      http://www.cacti.net/downloads/spine/%{name}-%{version}.tar.gz
 # Source0-md5: 9e90936b950a7a353b31bf16ff7798f4
 Patch0:                %{name}-paths.patch
 Patch1:                x32.patch
+Patch2:                man-dep.patch
 # Official patches http://www.cacti.net/spine_download_patches.php
 URL:           http://www.cacti.net/
 BuildRequires: autoconf
@@ -55,6 +56,7 @@ procesorem cmd.php.
 %ifarch x32
 %patch1 -p1
 %endif
+%patch2 -p1
 
 %build
 %{__libtoolize}
diff --git a/man-dep.patch b/man-dep.patch
new file mode 100644 (file)
index 0000000..7cfa3d4
--- /dev/null
@@ -0,0 +1,12 @@
+http://bugs.cacti.net/view.php?id=2663
+
+--- cacti-spine-0.8.8g/Makefile.am~    2016-02-22 03:49:22.000000000 +0200
++++ cacti-spine-0.8.8g/Makefile.am     2016-02-25 23:12:58.718455284 +0200
+@@ -9,5 +9,5 @@
+ man_MANS = spine.1
+-spine.1: spine.c 
+-      $(HELP2MAN) --output=$@ --name='Data Collector for Cacti' --no-info --version-option='--version' ./spine
++spine.1: ./spine
++      $(HELP2MAN) --output=$@ --name='Data Collector for Cacti' --no-info --version-option='--version' $<
This page took 0.156467 seconds and 4 git commands to generate.