rpms/tcllib/devel tcllib.spec,1.9,1.10

Michael Thomas (wart) fedora-extras-commits at redhat.com
Sat Feb 17 01:26:56 UTC 2007


Author: wart

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

Modified Files:
	tcllib.spec 
Log Message:
Rebuild for reversion back to tcl8.4




Index: tcllib.spec
===================================================================
RCS file: /cvs/extras/rpms/tcllib/devel/tcllib.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- tcllib.spec	1 Feb 2007 18:57:35 -0000	1.9
+++ tcllib.spec	17 Feb 2007 01:26:24 -0000	1.10
@@ -1,7 +1,10 @@
+%{!?tcl_version: %define tcl_version %(echo 'puts $tcl_version' | tclsh)}
+%{!?tcl_sitelib: %define tcl_sitelib %{_datadir}/tcl%{tcl_version}}
+
 Summary: The standard Tcl library
 Name: tcllib
 Version: 1.9
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: BSD-like
 Group: Development/Libraries
 Source: http://download.sourceforge.net/tcllib/tcllib-1.9.tar.gz
@@ -53,10 +56,13 @@
 %doc support/releases/PACKAGES README support/releases/history/README-1.9.txt
 %doc ChangeLog license.terms
 %doc exif/ ftp/ mime/ stooop/ struct/ textutil/
-%{_datadir}/tcl*/%{name}-%{version}
+%{tcl_sitelib}/%{name}-%{version}
 %{_mandir}/mann/*
 
 %changelog
+* Fri Feb 16 2007 Wart <wart at kobold.org> - 1.9-3
+- Rebuild for reversion back to tcl8.4
+
 * Thu Feb 1 2007 Wart <wart at kobold.org> 1.9-2
 - Rebuild for tcl8.5 (changes tcllib's install directory)
 




More information about the scm-commits mailing list