rpms/libibcommon/devel libibcommon.spec,1.3,1.4

Robert Scheck robert at fedoraproject.org
Tue Mar 3 21:09:02 UTC 2009


Author: robert

Update of /cvs/pkgs/rpms/libibcommon/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1713

Modified Files:
	libibcommon.spec 
Log Message:
Rebuilt against libtool 2.2


Index: libibcommon.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libibcommon/devel/libibcommon.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libibcommon.spec	25 Feb 2009 15:41:57 -0000	1.3
+++ libibcommon.spec	3 Mar 2009 21:08:32 -0000	1.4
@@ -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 @@
 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 @@
 
 %prep
 %setup -q
+libtoolize --copy --force
+touch NEWS README
+autoreconf --install --force
 
 %build
 %configure
@@ -66,6 +69,9 @@
 %{_libdir}/libibcommon.a
 
 %changelog
+* Tue Mar 03 2009 Robert Scheck <robert at fedoraproject.org> - 1.1.0-4
+- Rebuilt against libtool 2.2
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
@@ -74,4 +80,3 @@
 
 * Sun Jun 08 2008 Doug Ledford <dledford at redhat.com> - 1.1.0-1
 - Initial package for Fedora review process
-




More information about the fedora-extras-commits mailing list