From: Li Jinjing Date: Fri, 21 Nov 2014 08:05:50 +0000 (+0800) Subject: packaging: fix package build failure with dependency automake 1.14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e6b1f0b6d882cceb686432424111733db12d3dba;p=platform%2Fupstream%2Fsgml-common.git packaging: fix package build failure with dependency automake 1.14 Bug-Tizen: TC-2168 Change-Id: Ic5a79e1c25cb96d6e3f5d1c64ba42abec28f2a37 --- diff --git a/packaging/sgml-common.spec b/packaging/sgml-common.spec index 0d4d89a..dbab3e2 100644 --- a/packaging/sgml-common.spec +++ b/packaging/sgml-common.spec @@ -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