rpms/tkdnd/devel tkdnd.spec,1.5,1.6

Sander Hoentjen tjikkun at fedoraproject.org
Wed Dec 3 14:24:34 UTC 2008


Author: tjikkun

Update of /cvs/pkgs/rpms/tkdnd/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14952

Modified Files:
	tkdnd.spec 
Log Message:
add requires on tcl



Index: tkdnd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tkdnd/devel/tkdnd.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- tkdnd.spec	12 Feb 2008 10:46:49 -0000	1.5
+++ tkdnd.spec	3 Dec 2008 14:24:03 -0000	1.6
@@ -1,9 +1,9 @@
-%{!?tcl_version: %define tcl_version 8.4}
+%{!?tcl_version: %define tcl_version %(echo 'puts $tcl_version' | tclsh)}
 %{!?tcl_sitearch: %define tcl_sitearch %{_libdir}/tcl%{tcl_version}}
 
 Name:           tkdnd
 Version:        1.0a2
-Release:        10%{?dist}
+Release:        11%{?dist}
 Summary:        Tk extension that adds native drag & drop capabilities
 
 Group:          Development/Libraries
@@ -13,6 +13,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  tk-devel, libXext-devel
+Requires: tcl(abi) = 8.5
 Patch1: tkdnd-1.0-rpmoptflags.patch       
 Patch2: tkdnd-1.0-64bit.patch
 
@@ -52,6 +53,9 @@
 
 
 %changelog
+* Wed Dec 03 2008 Sander Hoentjen <sander at hoentjen.eu> - 1.0a2-11
+- Add requires on tcl
+
 * Tue Feb 12 2008 Sander Hoentjen <sander at hoentjen.eu> - 1.0a2-10
 - Rebuilt for gcc-4.3
 




More information about the fedora-extras-commits mailing list