]> git.pld-linux.org Git - packages/OpenIPMI.git/commitdiff
- revised skip_post_check_so
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 15 Jan 2011 07:13:03 +0000 (07:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- BR: openssl-devel

Changed files:
    OpenIPMI.spec -> 1.69

OpenIPMI.spec

index 4664e18319cafbe036bbb51f555eb167609d4d8c..f6131b7132ab24199de69447e4f024c7bcd5aa3e 100644 (file)
@@ -9,7 +9,7 @@ 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:       http://downloads.sourceforge.net/openipmi/%{name}-%{version}.tar.gz
 # Source0-md5: 8392539200fbda670503770292dfbb8f
 Patch0:                %{name}-link.patch
 Patch1:                %{name}-popt.patch
@@ -23,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
@@ -34,8 +35,8 @@ BuildRequires:        swig-perl >= 1.3.25
 BuildRequires: swig-python >= 1.3.25
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-# needs verification if really neccessary
-%define                skip_post_check_so      libOpenIPMIcmdlang\.so\..* libOpenIPMIui\.so\..*
+# 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
@@ -134,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
 
This page took 0.117826 seconds and 4 git commands to generate.