From 4e97a58578d7e66747aac28aef34d73d3422cb1c693a7ce1f23909a7b3f426a1 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 2 Jul 2012 05:06:41 +0000 Subject: [PATCH] Accepting request 126840 from home:MargueriteSu:branches:Base:System OBS-URL: https://build.opensuse.org/request/show/126840 OBS-URL: https://build.opensuse.org/package/show/Base:System/man?expand=0&rev=28 --- ...openSUSE-depreciated-am-prog-mkdir-p.patch | 73 +++++++++++++++++++ man.changes | 8 ++ man.spec | 4 + 3 files changed, 85 insertions(+) create mode 100644 fix-for-openSUSE-depreciated-am-prog-mkdir-p.patch diff --git a/fix-for-openSUSE-depreciated-am-prog-mkdir-p.patch b/fix-for-openSUSE-depreciated-am-prog-mkdir-p.patch new file mode 100644 index 0000000..5f384d6 --- /dev/null +++ b/fix-for-openSUSE-depreciated-am-prog-mkdir-p.patch @@ -0,0 +1,73 @@ +diff -urN man-db-2.5.2.orig/aclocal.m4 man-db-2.5.2/aclocal.m4 +--- man-db-2.5.2.orig/aclocal.m4 2012-07-02 05:51:00.699476202 +0800 ++++ man-db-2.5.2/aclocal.m4 2012-07-02 05:51:15.795287476 +0800 +@@ -449,7 +449,7 @@ + AM_MISSING_PROG(MAKEINFO, makeinfo) + AM_PROG_INSTALL_SH + AM_PROG_INSTALL_STRIP +-AC_REQUIRE([AM_PROG_MKDIR_P])dnl ++AC_REQUIRE([AC_PROG_MKDIR_P])dnl + # We need awk for the "check" target. The system "awk" is bad on + # some platforms. + AC_REQUIRE([AC_PROG_AWK])dnl +@@ -625,10 +625,10 @@ + # gives unlimited permission to copy and/or distribute it, + # with or without modifications, as long as this notice is preserved. + +-# AM_PROG_MKDIR_P ++# AC_PROG_MKDIR_P + # --------------- + # Check for `mkdir -p'. +-AC_DEFUN([AM_PROG_MKDIR_P], ++AC_DEFUN([AC_PROG_MKDIR_P], + [AC_PREREQ([2.60])dnl + AC_REQUIRE([AC_PROG_MKDIR_P])dnl + dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P, +diff -urN man-db-2.5.2.orig/configure.ac man-db-2.5.2/configure.ac +--- man-db-2.5.2.orig/configure.ac 2012-07-02 05:51:00.679476451 +0800 ++++ man-db-2.5.2/configure.ac 2012-07-02 06:39:30.342100663 +0800 +@@ -4,7 +4,7 @@ + # Initialise and check we're in the correct directory. + AC_INIT([man-db], [2.5.2], [cjwatson@debian.org]) + AC_CONFIG_AUX_DIR(tools) +-AM_INIT_AUTOMAKE([1.10 -Wall -Werror foreign]) ++AM_INIT_AUTOMAKE([1.10 -Wall foreign]) + AC_PREREQ([2.59]) + AC_CONFIG_SRCDIR(src/man.c) + +diff -urN man-db-2.5.2.orig/gnulib/m4/gnulib-common.m4 man-db-2.5.2/gnulib/m4/gnulib-common.m4 +--- man-db-2.5.2.orig/gnulib/m4/gnulib-common.m4 2012-07-02 05:51:00.657476726 +0800 ++++ man-db-2.5.2/gnulib/m4/gnulib-common.m4 2012-07-02 05:51:15.795287476 +0800 +@@ -36,7 +36,7 @@ + # Remove this macro when we can assume autoconf >= 2.60. + m4_ifdef([AC_PROG_MKDIR_P], [], [ + AC_DEFUN([AC_PROG_MKDIR_P], +- [AC_REQUIRE([AM_PROG_MKDIR_P])dnl defined by automake ++ [AC_REQUIRE([AC_PROG_MKDIR_P])dnl defined by automake + MKDIR_P='$(mkdir_p)' + AC_SUBST([MKDIR_P])])]) + +diff -urN man-db-2.5.2.orig/m4/intl.m4 man-db-2.5.2/m4/intl.m4 +--- man-db-2.5.2.orig/m4/intl.m4 2012-07-02 05:51:00.681476426 +0800 ++++ man-db-2.5.2/m4/intl.m4 2012-07-02 05:51:15.796287464 +0800 +@@ -25,7 +25,7 @@ + AC_DEFUN([AM_INTL_SUBDIR], + [ + AC_REQUIRE([AC_PROG_INSTALL])dnl +- AC_REQUIRE([AM_PROG_MKDIR_P])dnl defined by automake ++ AC_REQUIRE([AC_PROG_MKDIR_P])dnl defined by automake + AC_REQUIRE([AC_PROG_CC])dnl + AC_REQUIRE([AC_CANONICAL_HOST])dnl + AC_REQUIRE([gt_GLIBC2])dnl +diff -urN man-db-2.5.2.orig/m4/po.m4 man-db-2.5.2/m4/po.m4 +--- man-db-2.5.2.orig/m4/po.m4 2012-07-02 05:51:00.681476426 +0800 ++++ man-db-2.5.2/m4/po.m4 2012-07-02 05:51:15.796287464 +0800 +@@ -24,7 +24,7 @@ + [ + AC_REQUIRE([AC_PROG_MAKE_SET])dnl + AC_REQUIRE([AC_PROG_INSTALL])dnl +- AC_REQUIRE([AM_PROG_MKDIR_P])dnl defined by automake ++ AC_REQUIRE([AC_PROG_MKDIR_P])dnl defined by automake + AC_REQUIRE([AM_NLS])dnl + + dnl Release version of the gettext macros. This is used to ensure that diff --git a/man.changes b/man.changes index d84513a..785717c 100644 --- a/man.changes +++ b/man.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Jun 28 09:48:13 UTC 2012 - i@marguerite.su + +- fix build for openSUSE. + * AM_PROG_AR +- fix 12.2 builds + * replace depreciated am_prog_mkdir_p with ac_prog_mkdir_p. + ------------------------------------------------------------------- Tue May 29 12:39:10 UTC 2012 - puzel@suse.com diff --git a/man.spec b/man.spec index aa5d80d..6d643c4 100644 --- a/man.spec +++ b/man.spec @@ -57,6 +57,7 @@ Patch11: man-db-%{version}-catp.dif Patch12: man-db-2.5.2-fastpipe.dif Patch13: man-db-2.5.2-fhs.dif Patch14: automake-1.12.patch +Patch15: fix-for-openSUSE-depreciated-am-prog-mkdir-p.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %global _sysconfdir /etc @@ -87,7 +88,10 @@ Authors: %patch12 -p0 -b .fp %patch13 -p0 -b .fhs %patch0 -p0 +%if 0%{?suse_version} > 1210 %patch14 -p1 +%patch15 -p1 +%endif %build gettextize --force --copy --no-changelog