[libcprops] EL6 has a much older version of libtool. Work-around this.

Philip Prindeville philipp at fedoraproject.org
Tue Jan 31 21:40:04 UTC 2012


commit 34c55955a2e6b3d1bd6f86b0bdda29a244d3a59e
Author: Philip A. Prindeville <philipp at redfish-solutions.com>
Date:   Tue Jan 31 14:39:26 2012 -0700

    EL6 has a much older version of libtool. Work-around this.

 libcprops.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/libcprops.spec b/libcprops.spec
index d3bb541..6353140 100644
--- a/libcprops.spec
+++ b/libcprops.spec
@@ -5,7 +5,7 @@
 
 Name:		lib%{_name}
 Version:	0.1.12
-Release:	1%{?dist}
+Release:	1.1%{?dist}
 Summary:	C prototyping tools
 
 Group:		System Environment/Libraries
@@ -45,7 +45,7 @@ developing applications that use %{name}.
 
 
 %build
-libtoolize
+libtoolize %{?rhel:--force}
 aclocal
 autoconf
 %configure \
@@ -103,6 +103,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Jan 31 2012 Philip Prindeville <philipp at fedoraproject.org> 0.1.12-1.1
+ - Fix build issues on EL6 with older libtool.
+
 * Mon Jan 23 2012 Philip Prindeville <philipp at fedoraproject.org> 0.1.12-1
  - Version bump which fixes "library calling exit()" warning from rpmlint.
 


More information about the scm-commits mailing list