]> git.pld-linux.org Git - packages/itk.git/commitdiff
- fixed pkgIndex.tcl syntax in soname patch; release 2 master auto/th/itk-4.1.0-2
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 16 Jan 2020 18:17:32 +0000 (19:17 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 16 Jan 2020 18:17:32 +0000 (19:17 +0100)
itk-soname.patch
itk.spec

index ca8499fdf3f62cb1d5332731b3634d6c8a68d933..2cd32a032e3163bef268de85218235b37b4d17f9 100644 (file)
@@ -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]
index b8bc17cb4ab7db7a3d81683f1a361fcd72e4671a..0f74e9b2ccf556b82386ce5835c8b7d4264b4f6e 100644 (file)
--- 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
This page took 0.02832 seconds and 4 git commands to generate.