2004-10-29 15:18:45 +00:00
|
|
|
Summary: OpenIPMI (Intelligent Platform Management Interface) library and tools
|
|
|
|
Name: OpenIPMI
|
2005-02-08 12:46:28 +00:00
|
|
|
Version: 1.4.11
|
2005-03-30 16:05:00 +00:00
|
|
|
Release: 5
|
2004-10-29 15:18:45 +00:00
|
|
|
License: GPL
|
|
|
|
Group: System Environment/Base
|
|
|
|
Source: http://prdownloads.sourceforge.net/openipmi/%{name}-%{version}.tar.gz
|
2005-03-17 17:17:01 +00:00
|
|
|
Patch1: OpenIPMI-1.4.11-gcc4.patch
|
2005-02-08 12:46:28 +00:00
|
|
|
BuildRoot: /var/tmp/%{name}-%{version}-root
|
2005-03-17 17:17:01 +00:00
|
|
|
BuildPrereq: gdbm-devel swig
|
2004-10-29 15:18:45 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
The Open IPMI project aims to develop an open code base to allow access to
|
|
|
|
platform information using Intelligent Platform Management Interface (IPMI).
|
|
|
|
This package contains the runtime libraries and tools of the OpenIPMI project.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: The development environment for the OpenIPMI project.
|
|
|
|
Requires: %{name} = %{version}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
The OpenIPMI-devel package contains the development libraries and header files
|
|
|
|
of the OpenIPMI project.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2005-03-17 17:17:01 +00:00
|
|
|
%patch1 -p1 -b .gcc4
|
2004-10-29 15:18:45 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
make
|
|
|
|
|
|
|
|
%install
|
|
|
|
%makeinstall
|
|
|
|
rm -rf $RPM_BUILD_ROOT/%{_libdir}/*.la
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/*
|
2005-03-30 16:05:00 +00:00
|
|
|
%{_libdir}/*.so.*
|
2004-10-29 15:18:45 +00:00
|
|
|
%{_libdir}/pkgconfig/*
|
|
|
|
%{_mandir}/man[178]/*
|
2005-02-08 13:42:39 +00:00
|
|
|
%{_libdir}/perl5/site_perl/*/*-linux-thread-multi/OpenIPMI.pm
|
|
|
|
%dir %{_libdir}/perl5/site_perl/*/*-linux-thread-multi/auto/OpenIPMI
|
|
|
|
%{_libdir}/perl5/site_perl/*/*-linux-thread-multi/auto/OpenIPMI/*
|
2004-10-29 15:18:45 +00:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_includedir}/OpenIPMI
|
2005-03-30 16:05:00 +00:00
|
|
|
%{_libdir}/*.so
|
2004-10-29 15:18:45 +00:00
|
|
|
%{_libdir}/*.a
|
|
|
|
|
|
|
|
%changelog
|
2005-03-30 16:05:00 +00:00
|
|
|
* Wed Mar 30 2005 Phil Knirsch <pknirsch@redhat.com> 1.4.11-5
|
|
|
|
- Correctly put libs in the proper packages
|
|
|
|
|
2005-03-17 17:17:01 +00:00
|
|
|
* Thu Mar 17 2005 Phil Knirsch <pknirsch@redhat.com> 1.4.11-4
|
|
|
|
- gcc4 rebuild fixes
|
|
|
|
- Added missing gdbm-devel buildprereq
|
|
|
|
|
2005-03-02 16:37:21 +00:00
|
|
|
* Wed Mar 02 2005 Phil Knirsch <pknirsch@redhat.com> 1.4.11-3
|
|
|
|
- bump release and rebuild with gcc 4
|
|
|
|
|
2005-02-08 12:46:28 +00:00
|
|
|
* Tue Feb 08 2005 Karsten Hopp <karsten@redhat.de> 1.4.11-2
|
|
|
|
- update
|
|
|
|
|
2004-10-29 15:18:45 +00:00
|
|
|
* Tue Oct 26 2004 Phil Knirsch <pknirsch@redhat.com>
|
|
|
|
- Initial version
|