]> git.pld-linux.org Git - packages/csync2.git/commitdiff
- install doc files only once during make install auto/th/csync2-2.0-1
authorKacper Kornet <draenog@pld-linux.org>
Fri, 10 Oct 2014 16:22:56 +0000 (17:22 +0100)
committerKacper Kornet <draenog@pld-linux.org>
Fri, 10 Oct 2014 16:35:20 +0000 (17:35 +0100)
It could cause some build fails see:
http://buildlogs.pld-linux.org/index.php?dist=th&arch=i486&ok=0&name=csync2&id=2c6838b2-bbe7-439a-ac7e-ab27f5d20a7f

csync2-docdata.patch [new file with mode: 0644]
csync2.spec

diff --git a/csync2-docdata.patch b/csync2-docdata.patch
new file mode 100644 (file)
index 0000000..be510df
--- /dev/null
@@ -0,0 +1,10 @@
+--- Makefile.am.orig   2014-10-10 17:09:05.337884952 +0100
++++ Makefile.am        2014-10-10 17:09:14.581270556 +0100
+@@ -59,7 +59,6 @@
+ endif
+-doc_DATA = $(docfiles)
+ dist_doc_DATA = $(docfiles)
+ dist-clean-local:
index 8f9eb6f0dd395cca610a61a46113d550e19b1734..5f35408ec423c85f2c74b5dc6ffbf63f7e8437ee 100644 (file)
@@ -11,7 +11,10 @@ Source1:     %{name}.init
 Source2:       %{name}.inet
 Source3:       %{name}.sysconfig
 Patch0:                %{name}-fix-sonames.patch
+Patch1:                %{name}-docdata.patch
 URL:           http://oss.linbit.com/csync2/
+BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: bison
 BuildRequires: flex
 BuildRequires: gnutls-devel
@@ -98,8 +101,12 @@ klastrów HA, HPC, COW oraz farm serwerów.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p0
 
 %build
+%{__aclocal}
+%{__automake}
+%{__autoconf}
 %configure \
        --enable-gnutls \
        --enable-mysql \
This page took 0.118287 seconds and 4 git commands to generate.