rpms/tcl-tile/devel tcl-tile.spec,1.3,1.4

Tom Callaway spot at fedoraproject.org
Wed Sep 17 20:38:45 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/tcl-tile/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11165/devel

Modified Files:
	tcl-tile.spec 
Log Message:
fix it up properly this time


Index: tcl-tile.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tcl-tile/devel/tcl-tile.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- tcl-tile.spec	17 Sep 2008 20:17:31 -0000	1.3
+++ tcl-tile.spec	17 Sep 2008 20:38:15 -0000	1.4
@@ -2,14 +2,13 @@
 # using this for the versioned Requires on tcl(abi), so we hardcode it.
 # This sucks, but there is no other clean way around it, because tcl
 # (and tclsh) aren't in the default buildroot.
-# %%{!?tcl_version: %define tcl_version %(echo 'puts $tcl_version' | tclsh)}
 %{!?tcl_version: %define tcl_version 8.5}
 %{!?tcl_sitearch: %define tcl_sitearch %{_libdir}/tcl%{tcl_version}}
 %define realname tile
 
 Name:		tcl-%{realname}
 Version:	0.8.2
-Release:	4%{?dist}
+Release:	5%{?dist}
 Summary:	Modified Tk styling engine
 Group:		System Environment/Libraries
 License:	TCL
@@ -18,7 +17,7 @@
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 Provides:	%{realname} = %{version}-%{release}
 Provides:	tk-%{realname} = %{version}-%{release}
-BuildRequires:	tcl-devel = %{tcl_version}, tk-devel, libX11-devel
+BuildRequires:	tcl-devel, tk-devel, libX11-devel
 Requires:	tcl(abi) = %{tcl_version}
 
 %description
@@ -71,6 +70,9 @@
 %{_libdir}/libttkstub.a
 
 %changelog
+* Wed Sep 17 2008 Tom "spot" Callaway <tcallawa at redhat.com> 0.8.2-5
+- lets try this again
+
 * Wed Sep 17 2008 Tom "spot" Callaway <tcallawa at redhat.com> 0.8.2-4
 - no, we really do need to hardcode. *sigh*
 




More information about the fedora-extras-commits mailing list