[tcllib] Fix topdir name

Dmitrij S. Kryzhevich krege at fedoraproject.org
Tue Mar 3 06:00:11 UTC 2015


commit ef689bb1a6d3e4a463d0c171fe62c80ed61cecdf
Author: Dmitrij S. Kryzhevich <krege at land.ru>
Date:   Tue Mar 3 12:00:07 2015 +0600

    Fix topdir name

 tcllib.spec | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/tcllib.spec b/tcllib.spec
index dfeb743..739a3fe 100644
--- a/tcllib.spec
+++ b/tcllib.spec
@@ -4,7 +4,7 @@
 Summary:    The standard Tcl library
 Name:       tcllib
 Version:    1.16
-Release:    1%{?dist}
+Release:    2%{?dist}
 License:    BSD
 Group:      Development/Libraries
 Source:     http://downloads.sourceforge.net/tcllib/Tcllib-%{version}.tar.gz
@@ -25,7 +25,7 @@ that provide utility functions useful to a large collection of Tcl
 programmers.
 
 %prep
-%setup -q
+%setup -qn Tcllib-%{version}
 %patch50 -p0
 chmod -x modules/doctools/mpformats/fr.msg
 # Convert a couple of files to UTF-8
@@ -74,6 +74,9 @@ find %{buildroot}/%{_datadir} -name \*.tcl -exec chmod 0644 {} \;
 %{_bindir}/tcldocstrip
 
 %changelog
+* Tue Mar 03 2015 Dmitrij S. Kryzhevich <krege at land.ru> - 1.16-2
+- Fix topdir name.
+
 * Tue Mar 03 2015 Dmitrij S. Kryzhevich <krege at land.ru> - 1.16-1
 - Update to 1.16.
 - Patch for RHBZ #1197669.


More information about the scm-commits mailing list