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

Michael Thomas (wart) fedora-extras-commits at redhat.com
Sun Jun 15 05:35:43 UTC 2008


Author: wart

Update of /cvs/extras/rpms/tclpro/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14919

Modified Files:
	tclpro.spec 
Log Message:
Drop the compiler tool as it no longer works correctly with Tcl 8.5




Index: tclpro.spec
===================================================================
RCS file: /cvs/extras/rpms/tclpro/devel/tclpro.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- tclpro.spec	4 Jan 2008 01:08:48 -0000	1.7
+++ tclpro.spec	15 Jun 2008 05:34:49 -0000	1.8
@@ -5,7 +5,7 @@
 Summary: Development and debugging tools for Tcl applications
 Name: tclpro
 Version: 1.5.0
-Release: 11.%{cvsdate}cvs%{?dist}
+Release: 12.%{cvsdate}cvs%{?dist}
 License: TCL
 Group: Development/Tools
 # cvs -d:pserver:anonymous at tclpro.cvs.sourceforge.net:/cvsroot/tclpro export -D 2006-10-30 -d tclpro-20061030cvs tbcload
@@ -22,7 +22,7 @@
 Patch5: tclpro-1.5.0-about.patch
 Patch6: tclpro-1.5.0-helpurl.patch
 URL: http://tclpro.sourceforge.net/
-Requires: tcl(abi) = 8.5 tk >= 0:8.3.2 tcllib tclcompiler tcldebugger tclchecker
+Requires: tcl(abi) = 8.5 tk >= 0:8.3.2 tcllib tcldebugger tclchecker
 BuildRequires: tcl-devel autoconf
 BuildRequires: desktop-file-utils
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -64,7 +64,7 @@
 sed -e 's#@imagedir@#%{tcl_sitelib}/tcldebugger1.4#' < modules/debugger/src/startup.tcl > $RPM_BUILD_ROOT/%{_bindir}/prodebug
 chmod 755 $RPM_BUILD_ROOT/%{_bindir}/prodebug
 install -m 755 modules/checker/src/startup.tcl $RPM_BUILD_ROOT/%{_bindir}/procheck
-install -m 755 modules/compiler/src/startup.tcl $RPM_BUILD_ROOT/%{_bindir}/procompile
+#install -m 755 modules/compiler/src/startup.tcl $RPM_BUILD_ROOT/%{_bindir}/procompile
 
 # The Tcl compiler application needs an extra file/package to run.
 mkdir -p $RPM_BUILD_ROOT%{tcl_sitelib}/procomp1.5
@@ -89,13 +89,17 @@
 %defattr(-,root,root)
 %{_bindir}/procheck
 %{_bindir}/prodebug
-%{_bindir}/procompile
+#%{_bindir}/procompile
 %{tcl_sitelib}/procomp1.5
 %{tcl_sitelib}/projectInfo1.4
 %{_datadir}/applications/fedora-tclpro.desktop
 %{_datadir}/pixmaps/prodebug.png
 
 %changelog
+* Sat Jun 14 2008 Wart <wart at kobold.org> 1.5.0-12.20061030cvs
+- Remove the tclcompiler executable which doesn't work correctly
+  with Tcl 8.5
+
 * Thu Jan 13 2008 Wart <wart at kobold.org> 1.5.0-11.20061030cvs
 - Rebuild for Tcl 8.5
 




More information about the fedora-extras-commits mailing list