[mingw-webkitgtk: 35/36] Renamed the source package to mingw-webkitgtk (#800452)

Kalev Lember kalev at fedoraproject.org
Tue Mar 6 21:12:24 UTC 2012


commit 4ce1dd8377a90b6f7d38804ab9f28605ddbb22b0
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Tue Mar 6 23:06:06 2012 +0200

    Renamed the source package to mingw-webkitgtk (#800452)

 mingw32-webkitgtk.spec => mingw-webkitgtk.spec |   28 ++++++++++++++++++------
 1 files changed, 21 insertions(+), 7 deletions(-)
---
diff --git a/mingw32-webkitgtk.spec b/mingw-webkitgtk.spec
similarity index 95%
rename from mingw32-webkitgtk.spec
rename to mingw-webkitgtk.spec
index 05a6855..0184557 100644
--- a/mingw32-webkitgtk.spec
+++ b/mingw-webkitgtk.spec
@@ -39,9 +39,9 @@
 %bcond_with	svg
 %bcond_with	wml
 
-Name:		mingw32-webkitgtk
+Name:		mingw-webkitgtk
 Version:	1.7.5
-Release:	5%{?dist}
+Release:	6%{?dist}
 Summary:	MinGW Windows web content engine library
 
 Group:		Development/Libraries
@@ -113,12 +113,23 @@ as well as the sample GtkLauncher tool.
 This is the MinGW port of WebKitGTK+
 
 
-%package static
+%package -n mingw32-webkitgtk
+Summary:	MinGW Windows web content engine library
+
+%description -n mingw32-webkitgtk
+WebKitGTK+ is an open-source Web content engine library.
+This package contains the shared libraries for the WebKit GTK+ port
+as well as the sample GtkLauncher tool.
+
+This is the MinGW port of WebKitGTK+
+
+
+%package -n mingw32-webkitgtk-static
 Summary:	Static version of the MinGW Windows WebKitGTK+ library
-Requires:	%{name} = %{version}-%{release}
+Requires:	mingw32-webkitgtk = %{version}-%{release}
 Group:		Development/Libraries
 
-%description static
+%description -n mingw32-webkitgtk-static
 Static version of the MinGW Windows WebKitGTK+ library.
 
 
@@ -197,7 +208,7 @@ fi
 /usr/bin/glib-compile-schemas %{_mingw32_datadir}/glib-2.0/schemas &> /dev/null || :
 
 
-%files -f webkit-2.0.lang
+%files -n mingw32-webkitgtk -f webkit-2.0.lang
 %{_docdir}/%{name}-%{version}/
 %{_mingw32_bindir}/jsc-1.exe
 %{_mingw32_bindir}/GtkLauncher.exe
@@ -211,12 +222,15 @@ fi
 %{_mingw32_datadir}/glib-2.0/schemas/org.webkitgtk-1.0.gschema.xml
 %{_mingw32_datadir}/webkitgtk-1.0/
 
-%files static
+%files -n mingw32-webkitgtk-static
 %{_mingw32_libdir}/libjavascriptcoregtk-1.0.a
 %{_mingw32_libdir}/libwebkitgtk-1.0.a
 
 
 %changelog
+* Tue Mar 06 2012 Kalev Lember <kalevlember at gmail.com> - 1.7.5-6
+- Renamed the source package to mingw-webkitgtk (#800452)
+
 * Tue Feb 28 2012 Kalev Lember <kalevlember at gmail.com> - 1.7.5-5
 - Fix CFLAGS overriding with latest mingw-filesystem
 


More information about the scm-commits mailing list