[mingw-gtkhtml3: 19/20] Renamed the source package to mingw-gtkhtml3

epienbro epienbro at fedoraproject.org
Tue Mar 6 20:05:26 UTC 2012


commit 3f528e721b7dcf86915fde11ec4c21e7f17632a3
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Tue Mar 6 21:02:55 2012 +0100

    Renamed the source package to mingw-gtkhtml3

 mingw32-gtkhtml3.spec => mingw-gtkhtml3.spec |   22 +++++++++++++++-------
 1 files changed, 15 insertions(+), 7 deletions(-)
---
diff --git a/mingw32-gtkhtml3.spec b/mingw-gtkhtml3.spec
similarity index 92%
rename from mingw32-gtkhtml3.spec
rename to mingw-gtkhtml3.spec
index a7c52c2..4c839c2 100644
--- a/mingw32-gtkhtml3.spec
+++ b/mingw-gtkhtml3.spec
@@ -2,9 +2,9 @@
 %global __objdump %{_mingw32_objdump}
 %define __debug_install_post %{_mingw32_debug_install_post}
 
-Name:           mingw32-gtkhtml3
+Name:           mingw-gtkhtml3
 Version:        3.32.2
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        MinGW library for embedding a lightweight web browser in GTK programs
 
 License:        LGPLv2+
@@ -65,12 +65,17 @@ GtkHTML is a lightweight HTML rendering/printing/editing engine
 This is the MinGW build of GtkHTML
 
 
-%package static
+%package -n mingw32-gtkhtml3
+Summary:        MinGW library for embedding a lightweight web browser in GTK programs
+
+%description -n mingw32-gtkhtml3
+
+%package -n mingw32-gtkhtml3-static
 Summary:        Static version of the MinGW Windows GtkHTML library
-Requires:       %{name} = %{version}-%{release}
+Requires:       mingw32-gtkhtml3 = %{version}-%{release}
 Group:          Development/Libraries
 
-%description static
+%description -n mingw32-gtkhtml3-static
 Static version of the MinGW Windows GtkHTML library.
 
 
@@ -130,7 +135,7 @@ install -m0755 build_shared/gtkhtml/.libs/testgtkhtml.exe $RPM_BUILD_ROOT%{_ming
 %find_lang gtkhtml-3.14
 
 
-%files -f gtkhtml-3.14.lang
+%files -n mingw32-gtkhtml3 -f gtkhtml-3.14.lang
 %doc COPYING.LIB
 %{_mingw32_bindir}/gtkhtml-editor-test.exe
 %{_mingw32_bindir}/libgtkhtml-3.14-19.dll
@@ -143,12 +148,15 @@ install -m0755 build_shared/gtkhtml/.libs/testgtkhtml.exe $RPM_BUILD_ROOT%{_ming
 %{_mingw32_libdir}/pkgconfig/gtkhtml-editor-3.14.pc
 %{_mingw32_datadir}/gtkhtml-3.14
 
-%files static
+%files -n mingw32-gtkhtml3-static
 %{_mingw32_libdir}/libgtkhtml-3.14.a
 %{_mingw32_libdir}/libgtkhtml-editor-3.14.a
 
 
 %changelog
+* Tue Mar 06 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 3.32.2-6
+- Renamed the source package to mingw-gtkhtml3 (RHBZ #800393)
+
 * Tue Feb 28 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 3.32.2-5
 - Rebuild against the mingw-w64 toolchain
 


More information about the scm-commits mailing list