From: Jakub Bogusz Date: Thu, 16 Jan 2020 18:17:32 +0000 (+0100) Subject: - fixed pkgIndex.tcl syntax in soname patch; release 2 X-Git-Tag: auto/th/itk-4.1.0-2 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=ec6ee9726a56a952d4869aa04ec5be38a8914266;p=packages%2Fitk.git - fixed pkgIndex.tcl syntax in soname patch; release 2 --- 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