rpms/tcllib/EL-4 .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 tcllib.spec, 1.4, 1.5

Michael Thomas (wart) fedora-extras-commits at redhat.com
Sat Jan 13 18:25:49 UTC 2007


Author: wart

Update of /cvs/extras/rpms/tcllib/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17265

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




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/tcllib/EL-4/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	17 Oct 2005 00:26:31 -0000	1.4
+++ .cvsignore	13 Jan 2007 18:25:19 -0000	1.5
@@ -1 +1 @@
-tcllib-1.8.tar.gz
+tcllib-1.9.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/tcllib/EL-4/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	17 Oct 2005 00:26:31 -0000	1.4
+++ sources	13 Jan 2007 18:25:19 -0000	1.5
@@ -1 +1 @@
-d8bea3b18e51f551f1d529164a3215d1  tcllib-1.8.tar.gz
+17d9ae35b1c6fde1d79c5b1423416cd2  tcllib-1.9.tar.gz


Index: tcllib.spec
===================================================================
RCS file: /cvs/extras/rpms/tcllib/EL-4/tcllib.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- tcllib.spec	17 Oct 2005 00:26:31 -0000	1.4
+++ tcllib.spec	13 Jan 2007 18:25:19 -0000	1.5
@@ -1,10 +1,10 @@
 Summary: The standard Tcl library
 Name: tcllib
-Version: 1.8
-Release: 3%{?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,32 +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 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
+* Sat Jan 13 2007 Wart <wart at kobold.org> 1.9-1
+- Update to 1.9
+
 * Sun Oct 16 2005 Wart <wart at kobold.org> 1.8-3
 - Bumped release number to fix cvs tagging problem, again.
 




More information about the scm-commits mailing list