From de32ebae856baac9632bf5ccfe4d0ae478aa078f Mon Sep 17 00:00:00 2001 From: Phil Knirsch Date: Fri, 29 Oct 2004 15:18:45 +0000 Subject: [PATCH] auto-import OpenIPMI-1.4.3-1 on branch devel from OpenIPMI-1.4.3-1.src.rpm --- .cvsignore | 1 + OpenIPMI.spec | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 55 insertions(+) create mode 100644 OpenIPMI.spec diff --git a/.cvsignore b/.cvsignore index e69de29..2e1f819 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +OpenIPMI-1.4.3.tar.gz diff --git a/OpenIPMI.spec b/OpenIPMI.spec new file mode 100644 index 0000000..ec0324d --- /dev/null +++ b/OpenIPMI.spec @@ -0,0 +1,53 @@ +Summary: OpenIPMI (Intelligent Platform Management Interface) library and tools +Name: OpenIPMI +Version: 1.4.3 +Release: 1 +License: GPL +Group: System Environment/Base +Source: http://prdownloads.sourceforge.net/openipmi/%{name}-%{version}.tar.gz +BuildRoot: /var/tmp/%{name}-root + +%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 + +%build +%configure +make + +%install +%makeinstall +rm -rf $RPM_BUILD_ROOT/%{_libdir}/*.la + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root) +%{_bindir}/* +%{_libdir}/*.so +%{_libdir}/pkgconfig/* +%{_mandir}/man[178]/* + +%files devel +%defattr(-,root,root) +%{_includedir}/OpenIPMI +%{_libdir}/*.so.* +%{_libdir}/*.a + +%changelog +* Tue Oct 26 2004 Phil Knirsch +- Initial version diff --git a/sources b/sources index e69de29..c6a4585 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +acd218918723ef5192898360a521442b OpenIPMI-1.4.3.tar.gz