[mingw-tcl: 23/25] Renamed the source package to mingw-tcl (#801032)

Kalev Lember kalev at fedoraproject.org
Wed Mar 7 17:57:15 UTC 2012


commit 4793b47b3ec34f7a908cf1371a09a9d82a54a3de
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Wed Mar 7 19:50:15 2012 +0200

    Renamed the source package to mingw-tcl (#801032)

 mingw32-tcl.spec => mingw-tcl.spec |   22 +++++++++++++++++++---
 1 files changed, 19 insertions(+), 3 deletions(-)
---
diff --git a/mingw32-tcl.spec b/mingw-tcl.spec
similarity index 90%
rename from mingw32-tcl.spec
rename to mingw-tcl.spec
index 2e08763..86e983b 100644
--- a/mingw32-tcl.spec
+++ b/mingw-tcl.spec
@@ -13,9 +13,9 @@
 %global name1 tcl
 
 Summary: MinGW Windows Tool Command Language, pronounced tickle
-Name: mingw32-%{name1}
+Name: mingw-%{name1}
 Version: %{vers}
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: TCL
 Group: Development/Languages
 URL: http://tcl.sourceforge.net/
@@ -50,6 +50,19 @@ of web-related tasks and for creating powerful command languages for
 applications.
 
 
+%package -n mingw32-%{name1}
+Summary: MinGW Windows Tool Command Language, pronounced tickle
+
+%description -n mingw32-%{name1}
+The Tcl (Tool Command Language) provides a powerful platform for
+creating integration applications that tie together diverse
+applications, protocols, devices, and frameworks. When paired with the
+Tk toolkit, Tcl provides a fastest and powerful way to create
+cross-platform GUI applications.  Tcl can also be used for a variety
+of web-related tasks and for creating powerful command languages for
+applications.
+
+
 %{_mingw32_debug_package}
 
 
@@ -115,7 +128,7 @@ mv $RPM_BUILD_ROOT/%{_mingw32_libdir}/reg* $RPM_BUILD_ROOT/%{_mingw32_libdir}/%{
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -n mingw32-%{name1}
 %defattr(-,root,root,-)
 %{_mingw32_bindir}/%{name1}sh.exe
 %{_mingw32_bindir}/%{name1}sh%{majorver1}%{majorver2}.exe
@@ -133,6 +146,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc license.terms
 
 %changelog
+* Wed Mar 07 2012 Kalev Lember <kalevlember at gmail.com> - 8.5.11-3
+- Renamed the source package to mingw-tcl (#801032)
+
 * Mon Feb 27 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 8.5.11-2
 - Rebuild against the mingw-w64 toolchain
 - Added a patch to fix compatibility with the mingw-w64 toolcain


More information about the scm-commits mailing list