From d593eb09644618ccc51969242b0ca4cc2b48d0c0 Mon Sep 17 00:00:00 2001 From: Gerd von Egidy Date: Thu, 9 Apr 2009 18:55:49 +0200 Subject: [PATCH] increase libi2ncommon version as it is incompatible after dividing it by licenses, fix libtool build --- configure.in | 2 +- libi2ncommon.spec | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/configure.in b/configure.in index bdc6452..918b8b0 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ AC_INIT(configure.in) AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE(libi2ncommon, 1.4) -LIBI2NCOMMON_LIB_VERSION=2:0:1 +LIBI2NCOMMON_LIB_VERSION=2:0:0 AC_SUBST(LIBI2NCOMMON_LIB_VERSION) diff --git a/libi2ncommon.spec b/libi2ncommon.spec index 608e320..011039d 100644 --- a/libi2ncommon.spec +++ b/libi2ncommon.spec @@ -58,8 +58,7 @@ Library with open source utility modules. %build export PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/intranator/lib/pkgconfig -cp -f /usr/share/libtool/ltmain.sh . -autoreconf --force +autoreconf --force --install ./configure $RPM_BUILD_WITH_OPTIMIZE --prefix=%{prefix} dmake -- 1.7.1