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

Michael Thomas (wart) fedora-extras-commits at redhat.com
Sat May 12 02:38:53 UTC 2007


Author: wart

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

Modified Files:
	tcllib.spec 
Log Message:
Include command line applications




Index: tcllib.spec
===================================================================
RCS file: /cvs/extras/rpms/tcllib/devel/tcllib.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- tcllib.spec	17 Feb 2007 01:26:24 -0000	1.10
+++ tcllib.spec	12 May 2007 02:38:18 -0000	1.11
@@ -4,7 +4,7 @@
 Summary: The standard Tcl library
 Name: tcllib
 Version: 1.9
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: BSD-like
 Group: Development/Libraries
 Source: http://download.sourceforge.net/tcllib/tcllib-1.9.tar.gz
@@ -29,8 +29,9 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 echo 'not available' > modules/imap4/imap4.n
-%{_bindir}/tclsh installer.tcl -no-gui -no-wait -no-html -no-examples -no-apps\
-    -pkg-path $RPM_BUILD_ROOT/$(echo 'puts $tcl_library' | %_bindir/tclsh)/%name-%version\
+%{_bindir}/tclsh installer.tcl -no-gui -no-wait -no-html -no-examples \
+    -pkg-path $RPM_BUILD_ROOT/%{tcl_sitelib}/%name-%version \
+    -app-path $RPM_BUILD_ROOT%{_bindir} \
     -nroff-path $RPM_BUILD_ROOT%_mandir/mann
 # install HTML documentation into specific modules sub-directories:
 pushd modules
@@ -58,8 +59,14 @@
 %doc exif/ ftp/ mime/ stooop/ struct/ textutil/
 %{tcl_sitelib}/%{name}-%{version}
 %{_mandir}/mann/*
+%{_bindir}/dtplite
+%{_bindir}/page
+%{_bindir}/tcldocstrip
 
 %changelog
+* Fri May 11 2007 Wart <wart at kobold.org> - 1.9-4
+- Include command line applications
+
 * Fri Feb 16 2007 Wart <wart at kobold.org> - 1.9-3
 - Rebuild for reversion back to tcl8.4
 




More information about the fedora-extras-commits mailing list