From bf8789225010cc39416589ea18c0645312033823 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Wed, 12 Jan 2011 13:08:07 +0100 Subject: [PATCH] set the version in library name to 2.0 --- libica.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libica.spec b/libica.spec index 13073c9..23516f1 100644 --- a/libica.spec +++ b/libica.spec @@ -43,6 +43,9 @@ IBM zSeries. # fix EOLs sed -i -e 's/\r//g' LICENSE +# update the version used in library name +sed -i -e 's/2\.0\.3/2\.0/' configure.in + sh ./bootstrap.sh