From: Jakub Bogusz Date: Thu, 17 Dec 2015 21:00:09 +0000 (+0100) Subject: - added ac patch (fix version information in OpenIPMI/ipmiif.h file) X-Git-Tag: auto/th/OpenIPMI-2.0.21-2 X-Git-Url: http://git.pld-linux.org/?p=packages%2FOpenIPMI.git;a=commitdiff_plain;h=d2316aed269856e8e74cc63b0329ce6d0669d79b - added ac patch (fix version information in OpenIPMI/ipmiif.h file) - release 2 --- diff --git a/OpenIPMI-ac.patch b/OpenIPMI-ac.patch new file mode 100644 index 0000000..ef68986 --- /dev/null +++ b/OpenIPMI-ac.patch @@ -0,0 +1,23 @@ +--- OpenIPMI-2.0.21/configure.ac.orig 2015-12-17 18:11:25.139313766 +0100 ++++ OpenIPMI-2.0.21/configure.ac 2015-12-17 20:12:31.709008817 +0100 +@@ -1,8 +1,3 @@ +-OPENIPMI_PKG_NAME=OpenIPMI +-OPENIPMI_VERSION_MAJOR=2 +-OPENIPMI_VERSION_MINOR=0 +-OPENIPMI_VERSION_RELEASE=21 +-OPENIPMI_VERSION_EXTRA= + AC_INIT([OpenIPMI], [2.0.21], [minyard@acm.org], [OpenIPMI]) + AC_CANONICAL_TARGET + AM_INIT_AUTOMAKE([-Wall]) +@@ -11,6 +6,11 @@ + + AC_CONFIG_MACRO_DIR([m4]) + ++OPENIPMI_PKG_NAME=OpenIPMI ++OPENIPMI_VERSION_MAJOR=2 ++OPENIPMI_VERSION_MINOR=0 ++OPENIPMI_VERSION_RELEASE=21 ++OPENIPMI_VERSION_EXTRA= + OPENIPMI_SMI= + + case $target_os in diff --git a/OpenIPMI.spec b/OpenIPMI.spec index e194995..5837afb 100644 --- a/OpenIPMI.spec +++ b/OpenIPMI.spec @@ -6,7 +6,7 @@ Summary: IPMI abstraction layer Summary(pl.UTF-8): Warstwa abstrakcji IPMI Name: OpenIPMI Version: 2.0.21 -Release: 1 +Release: 2 License: LGPL v2+ (library), GPL v2+ (ipmicmd) Group: Libraries Source0: http://downloads.sourceforge.net/openipmi/%{name}-%{version}.tar.gz @@ -14,6 +14,7 @@ Source0: http://downloads.sourceforge.net/openipmi/%{name}-%{version}.tar.gz Patch0: %{name}-link.patch Patch1: %{name}-pthread.patch Patch2: avoid-echo-e.patch +Patch3: %{name}-ac.patch URL: http://openipmi.sourceforge.net/ BuildRequires: autoconf >= 2.50 BuildRequires: automake @@ -117,6 +118,7 @@ Graficzny interfejs użytkownika do OpenIPMI. %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 %build %{__libtoolize}