[packages/ipmiutil] - updated to 2.8.8 - added am patch (fixes build with automake 1.13)

qboosh qboosh at pld-linux.org
Sun Feb 24 15:17:16 CET 2013


commit b997c2006dfd45a7db6c69387e2d6f9713c425c4
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Feb 24 15:17:35 2013 +0100

    - updated to 2.8.8
    - added am patch (fixes build with automake 1.13)

 ipmiutil-am.patch | 11 +++++++++++
 ipmiutil.spec     |  6 ++++--
 2 files changed, 15 insertions(+), 2 deletions(-)
---
diff --git a/ipmiutil.spec b/ipmiutil.spec
index 480c7f8..0f04421 100644
--- a/ipmiutil.spec
+++ b/ipmiutil.spec
@@ -6,7 +6,7 @@
 Summary:	IPMI Management Utilities
 Summary(pl.UTF-8):	Narzędzia zarządzające IPMI
 Name:		ipmiutil
-Version:	2.8.7
+Version:	2.8.8
 Release:	1
 %if %{with gpl}
 License:	GPL v2+
@@ -15,7 +15,8 @@ License:	BSD
 %endif
 Group:		Applications/System
 Source0:	http://downloads.sourceforge.net/ipmiutil/%{name}-%{version}.tar.gz
-# Source0-md5:	a1686f1d09c4964c0fd7e8a40bb88cd3
+# Source0-md5:	a7178c63856ee62aa0b1b81860d5355b
+Patch0:		%{name}-am.patch
 URL:		http://ipmiutil.sourceforge.net/
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -64,6 +65,7 @@ Ten pakiet zawiera plik MIB od Intela:
 
 %prep
 %setup -q
+%patch0 -p1
 
 %{__rm} lib/lib*.a*
 
diff --git a/ipmiutil-am.patch b/ipmiutil-am.patch
new file mode 100644
index 0000000..c88569e
--- /dev/null
+++ b/ipmiutil-am.patch
@@ -0,0 +1,11 @@
+--- ipmiutil-2.8.8/configure.in.orig	2013-02-06 16:16:23.000000000 +0100
++++ ipmiutil-2.8.8/configure.in	2013-02-24 15:13:44.926428809 +0100
+@@ -1,7 +1,7 @@
+ dnl Process this file with autoconf to produce a configure script.
+ AC_INIT(util/ipmiutil.c)
+ AM_INIT_AUTOMAKE(ipmiutil,2.8.8)
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADERS(config.h)
+ 
+ AC_PREFIX_DEFAULT(/usr) 
+ 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ipmiutil.git/commitdiff/b997c2006dfd45a7db6c69387e2d6f9713c425c4



More information about the pld-cvs-commit mailing list