rpms/tcllib/FC-5 .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 tcllib.spec, 1.6, 1.7

Michael Thomas (wart) fedora-extras-commits at redhat.com
Thu Oct 19 18:31:21 UTC 2006


Author: wart

Update of /cvs/extras/rpms/tcllib/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17611/FC-5

Modified Files:
	.cvsignore sources tcllib.spec 
Log Message:
Update to 1.9




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/tcllib/FC-5/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	16 Oct 2005 23:16:09 -0000	1.3
+++ .cvsignore	19 Oct 2006 18:30:51 -0000	1.4
@@ -1 +1 @@
-tcllib-1.8.tar.gz
+tcllib-1.9.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/tcllib/FC-5/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	16 Oct 2005 23:12:25 -0000	1.3
+++ sources	19 Oct 2006 18:30:51 -0000	1.4
@@ -1 +1 @@
-d8bea3b18e51f551f1d529164a3215d1  tcllib-1.8.tar.gz
+17d9ae35b1c6fde1d79c5b1423416cd2  tcllib-1.9.tar.gz


Index: tcllib.spec
===================================================================
RCS file: /cvs/extras/rpms/tcllib/FC-5/tcllib.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- tcllib.spec	16 Feb 2006 05:54:22 -0000	1.6
+++ tcllib.spec	19 Oct 2006 18:30:51 -0000	1.7
@@ -1,10 +1,10 @@
 Summary: The standard Tcl library
 Name: tcllib
-Version: 1.8
-Release: 4%{?dist}
+Version: 1.9
+Release: 1%{?dist}
 License: BSD-like
 Group: Development/Libraries
-Source: http://download.sourceforge.net/tcllib/tcllib-1.8.tar.gz
+Source: http://download.sourceforge.net/tcllib/tcllib-1.9.tar.gz
 URL: http://tcllib.sourceforge.net/
 BuildArchitectures: noarch
 Requires: tcl >= 8.3.1
@@ -18,35 +18,45 @@
 
 %prep
 %setup -q
+chmod -x modules/doctools/mpformats/fr.msg
 
 %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\
+%{_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\
     -nroff-path $RPM_BUILD_ROOT%_mandir/mann
 # install HTML documentation into specific modules sub-directories:
-cd modules
-    mkdir -p ../ftp; cp ftp/docs/*.html ../ftp/
-    for module in exif mime stooop struct textutil; do
-        mkdir -p ../$module && cp $module/*.html ../$module/;
-    done
-cd ..
+pushd modules
+cp ftp/docs/*.html ftp/
+for module in comm exif ftp mime stooop struct textutil; do
+    mkdir -p ../$module && cp $module/*.html ../$module/;
+done
+popd
 
-# Clean up rpmlint warnints
+# Clean up rpmlint warnings
 find $RPM_BUILD_ROOT/%{_datadir} -name \*.tcl -exec chmod 0644 {} \;
 
+iconv --from=ISO-8859-1 --to=UTF-8 $RPM_BUILD_ROOT/%{_mandir}/mann/docstrip.n > $RPM_BUILD_ROOT/%{_mandir}/mann/docstrip.n.utf8
+iconv --from=ISO-8859-1 --to=UTF-8 $RPM_BUILD_ROOT/%{_mandir}/mann/docstrip_util.n > $RPM_BUILD_ROOT/%{_mandir}/mann/docstrip_util.n.utf8
+mv $RPM_BUILD_ROOT/%{_mandir}/mann/docstrip.n.utf8 $RPM_BUILD_ROOT/%{_mandir}/mann/docstrip.n
+mv $RPM_BUILD_ROOT/%{_mandir}/mann/docstrip_util.n.utf8 $RPM_BUILD_ROOT/%{_mandir}/mann/docstrip_util.n
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root)
-%doc PACKAGES README README-1.8.txt ChangeLog license.terms
+%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}
 %{_mandir}/mann/*
 
 %changelog
+* Thu Oct 19 2006 Wart <wart at kobold.org> 1.9-1
+- Update to 1.9
+
 * Thu Feb 16 2006 Wart <wart at kobold.org> 1.8-4
 - Remove executable bits on the library files to clean up rpmlint
   warnings.




More information about the scm-commits mailing list