[tcl-trf/f20] remove win/msvcrt.dll from tarball, delete doc/painless*

Tom Callaway spot at fedoraproject.org
Wed Sep 4 17:42:13 UTC 2013


commit 63f4ea20c870380cfe90fcf68fdafa1e4056fbf8
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Wed Sep 4 13:42:35 2013 -0400

    remove win/msvcrt.dll from tarball, delete doc/painless*

 sources      |    3 +--
 tcl-trf.spec |   11 ++++++++++-
 2 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/sources b/sources
index 7aaaa43..4c70ddc 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-95f63280f1a71a3e7a041fcb148bea52  haval-1.1.tar.gz
-828c76fbae46c513072982283d333b0d  trf2.1.4-noripemd.tar.bz2
+11b82898d689dfcef6724be8da2fd4e9  trf2.1.4-noripemd.tar.bz2
diff --git a/tcl-trf.spec b/tcl-trf.spec
index 1305bf9..dbb6b2a 100644
--- a/tcl-trf.spec
+++ b/tcl-trf.spec
@@ -4,7 +4,7 @@
 
 Name:		tcl-%{realname}
 Version:	2.1.4
-Release:	6%{?dist}
+Release:	7%{?dist}
 Summary:	Tcl extension providing "transformer" commands
 Group:		System Environment/Libraries
 License:	MIT and BSD and LGPLv2+ and GPLv2+ and Public Domain and OpenSSL
@@ -14,6 +14,8 @@ URL:		http://tcltrf.sourceforge.net
 # To make the clean tarball, just run:
 # rm -rf doc/ripemd160.man doc/html/ripemd160.html doc/html/ripemd128.html ./doc/tmml/ripemd128.tmml ./doc/tmml/ripemd160.tmml ./doc/ripemd128.man 
 # ./doc/digest/ripemd.inc ./generic/ripemd/ generic/rmd1* tea.tests/rmd1* tests/rmd1*
+# We also need to remove the non-free win/msvcrt.dll
+# rm -rf win/msvcrt.dll
 Source0:	%{realname}%{version}-noripemd.tar.bz2
 # BSD licensed haval bits, included code is older and has bad license
 Source1:	http://labs.calyptix.com/haval-1.1.tar.gz
@@ -57,6 +59,9 @@ popd
 # Get rid of incorrect ripemd docs
 rm -rf doc/digest/ripemd.inc doc/man/ripemd128.n doc/man/ripemd160.n doc/ripemd128.man doc/tmml/ripemd128.tmml doc/tmml/ripemd160.tmml
 
+# Nuke non-modifiable doc
+rm -rf doc/painless-guide-to-crc.txt
+
 %build
 %configure --with-zlib-lib-dir=%{_libdir} --with-ssl-lib-dir=%{_libdir} --with-bz2-lib-dir=%{_libdir}
 make %{?_smp_mflags}
@@ -82,6 +87,10 @@ rm -rf %{buildroot}
 %{_includedir}/trfDecls.h
 
 %changelog
+* Wed Sep  4 2013 Tom Callaway <spot at fedoraproject.org> - 2.1.4-7
+- remove win/msvcrt.dll from tarball
+- delete doc/painless-guide-to-crc.txt
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.1.4-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list