summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2017-12-08 14:37:07 +0900
committerDonghun Kwak <dh0128.kwak@samsung.com>2017-12-22 01:26:50 +0000
commit28153c89adaff8d83720eb1c37d940cca6506c9c (patch)
tree3d021dbfc90a94714c2012e5cc12469851e7d776
parentaad8839c4dad27f833806f78813bb4fc42249392 (diff)
downloadlibxslt-28153c89adaff8d83720eb1c37d940cca6506c9c.tar.gz
libxslt-28153c89adaff8d83720eb1c37d940cca6506c9c.tar.bz2
libxslt-28153c89adaff8d83720eb1c37d940cca6506c9c.zip
Bump to libxslt 1.1.32submit/tizen_base/20180102.230417
[Model] All [BinType] AP [Customer] OPEN [Issue#] N/A [Request] N/A [Occurrence Version] N/A [Problem] version upgrade [Cause & Measure] libxslt 1.1.29 -> 1.1.31 [Checking Method] libxslt unit test [Team] Open Source Management and Setting Part [Developer] dh0128.kwak [Solution company] Samsung [Change Type] N/A Change-Id: I5772ef849214b75570bbdc0083af2b12b915cb92 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
-rw-r--r--aclocal.m46
-rwxr-xr-xconfigure2
-rw-r--r--packaging/libxslt.spec13
3 files changed, 10 insertions, 11 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index bcea046b..76b0ba3e 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -9408,10 +9408,10 @@ AS_IF([test "$AS_TR_SH([with_]m4_tolower([$1]))" = "yes"],
# generated from the m4 files accompanying Automake X.Y.
# (This private macro should not be called outside this file.)
AC_DEFUN([AM_AUTOMAKE_VERSION],
-[am__api_version='1.15'
+[am__api_version='1.14'
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
dnl require some minimum version. Point them to the right macro.
-m4_if([$1], [1.15], [],
+m4_if([$1], [1.14], [],
[AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
])
@@ -9427,7 +9427,7 @@ m4_define([_AM_AUTOCONF_VERSION], [])
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
-[AM_AUTOMAKE_VERSION([1.15])dnl
+[AM_AUTOMAKE_VERSION([1.14])dnl
m4_ifndef([AC_AUTOCONF_VERSION],
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
diff --git a/configure b/configure
index b94c2c53..1b473513 100755
--- a/configure
+++ b/configure
@@ -3792,7 +3792,7 @@ fi
-am__api_version='1.15'
+am__api_version='1.14'
# Find a good install program. We prefer a C program (faster),
# so one script is as good as another. But avoid the broken or
diff --git a/packaging/libxslt.spec b/packaging/libxslt.spec
index 7c5ecbe8..00a0958b 100644
--- a/packaging/libxslt.spec
+++ b/packaging/libxslt.spec
@@ -1,11 +1,11 @@
-%define run_tests 0
-%if %{run_tests}
- # check is defined off at .rpmmacros file.
+
+%if "%{run_tests}" == "1"
+ %define __spec_check_pre %___build_pre
%define check %%check
%endif
Name: libxslt
-Version: 1.1.29
+Version: 1.1.31
Release: 0
Summary: XSL Transformation Library
License: MIT
@@ -62,13 +62,12 @@ This package contains xsltproc, a command line interface to the XSLT engine.
cp %{SOURCE1001} .
%build
+autoreconf -v --install --force
%configure --disable-static --with-pic --without-python
%__make %{?_smp_mflags}
%check
-%if %{run_tests}
- %__make check || exit 0
-%endif
+%__make check || exit 0
%install
%make_install