- gcc4 rebuild fixes

- Added missing gdbm-devel buildprereq
This commit is contained in:
Phil Knirsch 2005-03-17 17:17:01 +00:00
parent 3a0293df02
commit 33c91a30f9

View File

@ -1,11 +1,13 @@
Summary: OpenIPMI (Intelligent Platform Management Interface) library and tools
Name: OpenIPMI
Version: 1.4.11
Release: 3
Release: 4
License: GPL
Group: System Environment/Base
Source: http://prdownloads.sourceforge.net/openipmi/%{name}-%{version}.tar.gz
Patch1: OpenIPMI-1.4.11-gcc4.patch
BuildRoot: /var/tmp/%{name}-%{version}-root
BuildPrereq: gdbm-devel swig
%description
The Open IPMI project aims to develop an open code base to allow access to
@ -23,6 +25,7 @@ of the OpenIPMI project.
%prep
%setup -q
%patch1 -p1 -b .gcc4
%build
%configure
@ -52,6 +55,10 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/*.a
%changelog
* Thu Mar 17 2005 Phil Knirsch <pknirsch@redhat.com> 1.4.11-4
- gcc4 rebuild fixes
- Added missing gdbm-devel buildprereq
* Wed Mar 02 2005 Phil Knirsch <pknirsch@redhat.com> 1.4.11-3
- bump release and rebuild with gcc 4