]> git.pld-linux.org Git - packages/OpenIPMI.git/blobdiff - OpenIPMI.spec
- revised skip_post_check_so
[packages/OpenIPMI.git] / OpenIPMI.spec
index a5b6e8f2efb6167d5cb850b911a873d83c223b3f..f6131b7132ab24199de69447e4f024c7bcd5aa3e 100644 (file)
@@ -5,16 +5,15 @@
 Summary:       IPMI abstraction layer
 Summary(pl.UTF-8):     Warstwa abstrakcji IPMI
 Name:          OpenIPMI
-Version:       2.0.14
-Release:       2
+Version:       2.0.18
+Release:       8
 License:       LGPL v2+ (library), GPL v2+ (ipmicmd)
 Group:         Libraries
-Source0:       http://dl.sourceforge.net/openipmi/%{name}-%{version}.tar.gz
-# Source0-md5: f766680bb237ca2f837c005efba54efa
+Source0:       http://downloads.sourceforge.net/openipmi/%{name}-%{version}.tar.gz
+# Source0-md5: 8392539200fbda670503770292dfbb8f
 Patch0:                %{name}-link.patch
-Patch1:                %{name}-python.patch
-Patch2:                %{name}-lt.patch
-Patch3:                %{name}-popt.patch
+Patch1:                %{name}-popt.patch
+Patch2:                %{name}-pthread.patch
 URL:           http://openipmi.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -24,6 +23,7 @@ BuildRequires:        glib2-devel >= 2.0
 BuildRequires: libtool >= 1:1.4.2-9
 BuildRequires: ncurses-devel
 BuildRequires: net-snmp-devel
+BuildRequires: openssl-devel
 BuildRequires: perl-devel
 BuildRequires: pkgconfig
 BuildRequires: popt-devel
@@ -35,6 +35,9 @@ BuildRequires:        swig-perl >= 1.3.25
 BuildRequires: swig-python >= 1.3.25
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+# refers to global ipmi_cmdlang_{global_err,report_event} symbols
+%define                skip_post_check_so      libOpenIPMIcmdlang\.so\..*
+
 %description
 OpenIPMI project aims to develop an open code base to allow access to
 platform information using Intelligent Platform Management Interface
@@ -113,7 +116,6 @@ Graficzny interfejs użytkownika do OpenIPMI.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
 
 %build
 %{__libtoolize}
@@ -133,7 +135,7 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install -j1 \
        DESTDIR=$RPM_BUILD_ROOT
 
-rm -f $RPM_BUILD_ROOT%{py_sitedir}/*.{la,a} \
+%{__rm} $RPM_BUILD_ROOT%{py_sitedir}/*.{la,a} \
        $RPM_BUILD_ROOT%{py_sitescriptdir}/*.py \
        $RPM_BUILD_ROOT%{py_sitescriptdir}/openipmigui/*.py
 
@@ -145,7 +147,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc ChangeLog FAQ README* TODO
+%doc CONFIGURING_FOR_LAN ChangeLog FAQ README* TODO
 %attr(755,root,root) %{_bindir}/ipmi_ui
 %attr(755,root,root) %{_bindir}/ipmicmd
 %attr(755,root,root) %{_bindir}/ipmilan
This page took 0.077806 seconds and 4 git commands to generate.