packaging: fix package build failure with dependency automake 1.14 sandbox/pcoval/devel
authorLi Jinjing <jinjingx.li@intel.com>
Fri, 21 Nov 2014 08:05:50 +0000 (16:05 +0800)
committerPhilippe Coval <philippe.coval@open.eurogiciel.org>
Wed, 3 Dec 2014 10:39:11 +0000 (11:39 +0100)
Bug-Tizen: TC-2168
Change-Id: Ic5a79e1c25cb96d6e3f5d1c64ba42abec28f2a37

packaging/sgml-common.spec

index 0d4d89a..dbab3e2 100644 (file)
@@ -19,7 +19,7 @@ Patch0:    sgml-common-umask.patch
 Patch1:    sgml-common-xmldir.patch
 BuildArch: noarch
 BuildRequires: libxml2 >= 2.4.8-2
-BuildRequires: automake >= 1.12
+BuildRequires: automake >= 1.14
 BuildRequires: docbook_4
 
 %description
@@ -48,7 +48,7 @@ but that don't need to be included in main package.
 # replace bogus links with files
 for file in COPYING INSTALL install-sh missing mkinstalldirs; do 
    rm $file
-   cp -p %{_datadir}/automake-1.12/$file .
+   cp -p %{_datadir}/automake-1.14/$file .
 done
 
 %build