[mingw-tk: 8/10] Renamed the source package to mingw-tk (#801037)

Kalev Lember kalev at fedoraproject.org
Wed Mar 7 18:04:18 UTC 2012


commit 45809575fb302456d5560c90b7b9917c48f4159f
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Wed Mar 7 20:00:18 2012 +0200

    Renamed the source package to mingw-tk (#801037)

 mingw32-tk.spec => mingw-tk.spec |   18 +++++++++++++++---
 1 files changed, 15 insertions(+), 3 deletions(-)
---
diff --git a/mingw32-tk.spec b/mingw-tk.spec
similarity index 91%
rename from mingw32-tk.spec
rename to mingw-tk.spec
index 7373503..9aff39c 100644
--- a/mingw32-tk.spec
+++ b/mingw-tk.spec
@@ -12,9 +12,9 @@
 %global name1 tk
 
 Summary:   MinGW Windows graphical toolkit for the Tcl scripting language
-Name:      mingw32-%{name1}
+Name:      mingw-%{name1}
 Version:   %{vers}
-Release:   4%{?dist}
+Release:   5%{?dist}
 License:   TCL
 Group:     Development/Languages
 URL:       http://tcl.sourceforge.net/
@@ -42,6 +42,15 @@ BuildArch: noarch
 When paired with the Tcl scripting language, Tk provides a fast and powerful
 way to create cross-platform GUI applications.
 
+
+%package -n mingw32-%{name1}
+Summary:   MinGW Windows graphical toolkit for the Tcl scripting language
+
+%description -n mingw32-%{name1}
+When paired with the Tcl scripting language, Tk provides a fast and powerful
+way to create cross-platform GUI applications.
+
+
 %prep
 %setup -q -n %{name1}%{version}
 iconv -f iso-8859-1 -t utf-8 changes > changes.utf8
@@ -112,7 +121,7 @@ rm -rf $RPM_BUILD_ROOT/%{_mingw32_datadir}/%{name1}%{majorver}/ldAix
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -n mingw32-%{name1}
 %defattr(-,root,root,-)
 %{_mingw32_bindir}/wish*
 %{_mingw32_bindir}/%{name1}%{majorver1}%{majorver2}.dll
@@ -127,6 +136,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc license.terms
 
 %changelog
+* Wed Mar 07 2012 Kalev Lember <kalevlember at gmail.com> - 8.5.9-5
+- Renamed the source package to mingw-tk (#801037)
+
 * Mon Feb 27 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 8.5.9-4
 - Rebuild against the mingw-w64 toolchain
 - Fix the compilation with the mingw-w64 toolchain


More information about the scm-commits mailing list