rpms/tcl/devel tcl.spec, 1.25, 1.26 tcl-8.5.3a-lib-perm.patch, 1.1, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Dec 18 15:24:27 UTC 2006


Author: mmaslano

Update of /cvs/dist/rpms/tcl/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv27678

Modified Files:
	tcl.spec 
Removed Files:
	tcl-8.5.3a-lib-perm.patch 
Log Message:
Change spec file again for compatibility.



Index: tcl.spec
===================================================================
RCS file: /cvs/dist/rpms/tcl/devel/tcl.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- tcl.spec	18 Dec 2006 15:11:09 -0000	1.25
+++ tcl.spec	18 Dec 2006 15:24:25 -0000	1.26
@@ -1,9 +1,11 @@
 %define majorver 8.4
+%define superver 8
+%define majorver %{superver}.5
 
 Summary: Tcl scripting language development environment
 Name: tcl
-Version: %{majorver}.13
-Release: 3%{?dist}
+Version: %{majorver}a3
+Release: 1%{?dist}
 License: BSD
 Group: Development/Languages
 URL: http://tcl.sourceforge.net/
@@ -15,9 +17,8 @@
 Patch2: tcl-8.4.5-lib-perm.patch
 Patch3: tcl8.3.5-tclConfig-package-path-90160.patch
 Patch4: tcl-8.4-no_rpath.patch
-Patch5: tcl-8.4.13-autoconf.patch
+#Patch5: tcl-8.4.13-autoconf.patch
 Patch6: tcl-8.4.13-cflags.patch
-Patch7: tcl-8.5.3a-lib-perm.patch
 
 %description
 The Tcl (Tool Command Language) provides a powerful platform for
@@ -67,11 +68,10 @@
 #%patch2 -p1 -b .2-ro-lib
 %patch3 -p1 -b .3-pkgpath
 %patch4 -p1 -b .4-rpath
-%patch5 -p1 -b .5-ac213
+#%patch5 -p1 -b .5-ac213
 pushd ..
 %patch6 -p1 -b .6-cflags
 popd
-%patch7 -p1 -b .lib-perm
 
 # patch1 touches tcl.m4, and patch3 touches configure.in
 cd unix
@@ -133,6 +133,7 @@
 %defattr(-,root,root,-)
 %{_bindir}/tclsh*
 %{_datadir}/%{name}%{majorver}
+%{_datadir}/%{name}%{superver}
 %{_libdir}/lib%{name}%{majorver}.so
 %{_mandir}/man1/*
 # this should be prefix/lib
@@ -155,7 +156,7 @@
 
 %changelog
 * Mon Dec 18 2006 Marcela Maslanova <mmaslano at redhat.com> - 8.4.13-4
-- change lib-perm
+- change in spec for compatibility with tk
 - Resolves: rhbz#160441
 
 * Thu Jul 20 2006 David Cantrell <dcantrell at redhat.com> - 8.4.13-3


--- tcl-8.5.3a-lib-perm.patch DELETED ---




More information about the fedora-cvs-commits mailing list