From ec6ee9726a56a952d4869aa04ec5be38a8914266 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Thu, 16 Jan 2020 19:17:32 +0100 Subject: [PATCH] - fixed pkgIndex.tcl syntax in soname patch; release 2 --- itk-soname.patch | 4 ++-- itk.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/itk-soname.patch b/itk-soname.patch index ca8499f..2cd32a0 100644 --- a/itk-soname.patch +++ b/itk-soname.patch @@ -28,5 +28,5 @@ if {[string length [package provide Itcl]] && ![package vsatisfies [package provide Itcl] 4.1]} return -package ifneeded itk @PACKAGE_VERSION@ [list load [file join $dir "@PKG_LIB_FILE@"] Itk] -package ifneeded Itk @PACKAGE_VERSION@ [list load [file join $dir "@PKG_LIB_FILE@"] Itk] -+package ifneeded itk @PACKAGE_VERSION@ [list load "@libdir@"/"@PKG_LIB_FILE@.0" Itk] -+package ifneeded Itk @PACKAGE_VERSION@ [list load "@libdir@"/"@PKG_LIB_FILE@.0" Itk] ++package ifneeded itk @PACKAGE_VERSION@ [list load "@libdir@/@PKG_LIB_FILE@.0" Itk] ++package ifneeded Itk @PACKAGE_VERSION@ [list load "@libdir@/@PKG_LIB_FILE@.0" Itk] diff --git a/itk.spec b/itk.spec index b8bc17c..0f74e9b 100644 --- a/itk.spec +++ b/itk.spec @@ -2,7 +2,7 @@ Summary: [incr Tk] - object-oriented extension of the Tcl/Tk language Summary(pl.UTF-8): [incr Tk] - obiektowo zorientowane rozszerzenie języka Tcl/Tk Name: itk Version: 4.1.0 -Release: 1 +Release: 2 License: Tcl (BSD-like) Group: Development/Languages/Tcl Source0: http://downloads.sourceforge.net/incrtcl/%{name}%{version}.tar.gz -- 2.44.0