rpms/tcl-tktreectrl/EL-4 tcl-tktreectrl.spec,1.1,1.2

Tom Callaway spot at fedoraproject.org
Thu Oct 30 16:06:17 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/tcl-tktreectrl/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27591/EL-4

Modified Files:
	tcl-tktreectrl.spec 
Log Message:
fix package so it can find old tclConfig.sh


Index: tcl-tktreectrl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tcl-tktreectrl/EL-4/tcl-tktreectrl.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tcl-tktreectrl.spec	30 Oct 2008 14:45:59 -0000	1.1
+++ tcl-tktreectrl.spec	30 Oct 2008 16:05:47 -0000	1.2
@@ -4,7 +4,7 @@
 
 Name:		tcl-%{realname}
 Version:	2.2.8
-Release:	1%{?dist}
+Release:	1%{?dist}.1
 Summary:	Multi-column hierarchical listbox widget for Tk
 Group:		System Environment/Libraries
 License:	TCL
@@ -25,7 +25,7 @@
 chmod -x ChangeLog README.txt license.terms doc/*.html generic/*
 
 %build
-%configure --with-tcl=%{tcl_sitearch}
+%configure --with-tcl=%{_libdir}
 make %{?_smp_mflags}
 
 %install
@@ -44,6 +44,9 @@
 %{_mandir}/mann/treectrl*
 
 %changelog
+* Thu Oct 30 2008 Tom "spot" Callaway <tcallawa at redhat.com> 2.2.8-1.1
+- help old releases find tclConfig.sh
+
 * Fri Oct 24 2008 Tom "spot" Callaway <tcallawa at redhat.com> 2.2.8-1
 - update to 2.2.8
 




More information about the fedora-extras-commits mailing list