rpms/tkimg/devel tkimg.spec,1.7,1.8

Tom Callaway (spot) fedora-extras-commits at redhat.com
Thu Jul 3 15:40:24 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/tkimg/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16024

Modified Files:
	tkimg.spec 
Log Message:
fix configure option to find tclConfig.sh in rawhide


Index: tkimg.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tkimg/devel/tkimg.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- tkimg.spec	5 May 2008 10:53:16 -0000	1.7
+++ tkimg.spec	3 Jul 2008 15:39:36 -0000	1.8
@@ -5,7 +5,7 @@
 
 Name: tkimg
 Version: 1.3
-Release: 0.10.%{svnversion}svn%{?dist}
+Release: 0.11.%{svnversion}svn%{?dist}
 Summary: More Image Formats for Tk
 
 Group: Development/Libraries
@@ -48,7 +48,7 @@
 %patch1 -p1
 
 %build
-%configure --with-tcl=%{_libdir} --with-tk=%{_libdir} --disable-static \
+%configure --with-tcl=%{tcl_sitearch} --with-tk=%{_libdir} --disable-static \
  --libdir=%{tcl_sitearch}
 %{__make} %{?_smp_mflags}
 
@@ -92,6 +92,9 @@
 %{tcl_sitearch}/Img1.3/*.a
 
 %changelog
+* Thu Jul 03 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.3-0.11.200805005svn
+- fix configure to use --with-tcl=%%{tcl_sitearch}
+
 * Mon May 05 2008 Sergio Pascual <sergiopr at fedoraproject.org> - 1.3-0.10.20080505svn
 - New upstream source
 - Including fooConfig.sh files in -devel 




More information about the fedora-extras-commits mailing list