diff --git a/libibcommon.spec b/libibcommon.spec index 4d5d565..9c7736e 100644 --- a/libibcommon.spec +++ b/libibcommon.spec @@ -1,7 +1,7 @@ Summary: OpenFabrics Alliance InfiniBand management common library Name: libibcommon Version: 1.1.0 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2 or BSD Group: System Environment/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -9,7 +9,7 @@ Source: http://www.openfabrics.org/downloads/management/%{name}-%{version}.tar.g Url: http://openfabrics.org/ Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig -BuildRequires: libtool +BuildRequires: libtool, automake, autoconf %description libibcommon provides common utility functions for the OFA diagnostic and @@ -33,6 +33,9 @@ Static library files for the libibcommon library. %prep %setup -q +libtoolize --copy --force +touch NEWS README +autoreconf --install --force %build %configure @@ -66,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libibcommon.a %changelog +* Tue Mar 03 2009 Robert Scheck - 1.1.0-4 +- Rebuilt against libtool 2.2 + * Wed Feb 25 2009 Fedora Release Engineering - 1.1.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild @@ -74,4 +80,3 @@ rm -rf $RPM_BUILD_ROOT * Sun Jun 08 2008 Doug Ledford - 1.1.0-1 - Initial package for Fedora review process -