[mingw-qwt: 19/21] Renamed the source package to mingw-qwt (#801020)

Kalev Lember kalev at fedoraproject.org
Wed Mar 7 17:14:01 UTC 2012


commit d3875727df3e9cbea62008c8d1462af80c0b290a
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Wed Mar 7 18:57:05 2012 +0200

    Renamed the source package to mingw-qwt (#801020)

 mingw32-qwt.spec => mingw-qwt.spec |   16 +++++++++++++---
 1 files changed, 13 insertions(+), 3 deletions(-)
---
diff --git a/mingw32-qwt.spec b/mingw-qwt.spec
similarity index 92%
rename from mingw32-qwt.spec
rename to mingw-qwt.spec
index ed39a42..0ac61e7 100644
--- a/mingw32-qwt.spec
+++ b/mingw-qwt.spec
@@ -1,10 +1,10 @@
 %global name1 qwt
 %global name2 %{name1}5
 
-Name:           mingw32-%{name1}
+Name:           mingw-%{name1}
 Summary:        MinGW Windows Qwt library
 Version:        5.2.1
-Release:        5%{?dist}
+Release:        6%{?dist}
 URL:            http://qwt.sourceforge.net
 License:        LGPLv2 with exceptions
 Group:          Development/Libraries
@@ -21,6 +21,13 @@ BuildArch:      noarch
 MinGW Windows Qwt library.
 
 
+%package -n mingw32-%{name1}
+Summary:        MinGW Windows Qwt library
+
+%description -n mingw32-%{name1}
+MinGW Windows Qwt library.
+
+
 %global _use_internal_dependency_generator 0
 %global __find_requires %{_mingw32_findrequires}
 %global __find_provides %{_mingw32_findprovides}
@@ -74,7 +81,7 @@ rm -rf $RPM_BUILD_ROOT%{_mingw32_docdir}/%{name1}
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -n mingw32-%{name1}
 %defattr(-,root,root,-)
 %doc CHANGES
 %doc COPYING
@@ -86,6 +93,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mingw32_libdir}/lib%{name1}d5.a
 
 %changelog
+* Wed Mar 07 2012 Kalev Lember <kalevlember at gmail.com> - 5.2.1-6
+- Renamed the source package to mingw-qwt (#801020)
+
 * Tue Feb 28 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 5.2.1-5
 - Rebuild against the mingw-w64 toolchain
 


More information about the scm-commits mailing list