[mingw-libsoup: 29/30] Renamed the source package to mingw-libsoup (#800433)

Kalev Lember kalev at fedoraproject.org
Tue Mar 6 19:36:07 UTC 2012


commit d3b5cc582a0f8a56f7cd40ebd10f881801e87d61
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Tue Mar 6 21:29:29 2012 +0200

    Renamed the source package to mingw-libsoup (#800433)

 mingw32-libsoup.spec => mingw-libsoup.spec |   34 ++++++++++++++++++++++-----
 1 files changed, 27 insertions(+), 7 deletions(-)
---
diff --git a/mingw32-libsoup.spec b/mingw-libsoup.spec
similarity index 85%
rename from mingw32-libsoup.spec
rename to mingw-libsoup.spec
index 98cc50f..098b8e9 100644
--- a/mingw32-libsoup.spec
+++ b/mingw-libsoup.spec
@@ -5,9 +5,9 @@
 # first two digits of version
 %define release_version %(echo %{version} | awk -F. '{print $1"."$2}')
 
-Name:		mingw32-libsoup
+Name:		mingw-libsoup
 Version:	2.37.90
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	MinGW library for HTTP and XML-RPC functionality
 
 License:	LGPLv2
@@ -43,12 +43,29 @@ supported for those who want it).
 This is the MinGW build of Libsoup
 
 
-%package static
+%package -n mingw32-libsoup
+Summary:	MinGW library for HTTP and XML-RPC functionality
+
+%description -n mingw32-libsoup
+Libsoup is an HTTP library implementation in C. It was originally part
+of a SOAP (Simple Object Access Protocol) implementation called Soup, but
+the SOAP and non-SOAP parts have now been split into separate packages.
+
+libsoup uses the Glib main loop and is designed to work well with GTK
+applications. This enables GNOME applications to access HTTP servers
+on the network in a completely asynchronous fashion, very similar to
+the Gtk+ programming model (a synchronous operation mode is also
+supported for those who want it).
+
+This is the MinGW build of Libsoup
+
+
+%package -n mingw32-libsoup-static
 Summary:	Static version of the MinGW Windows Libsoup library
-Requires:	%{name} = %{version}-%{release}
+Requires:	mingw32-libsoup = %{version}-%{release}
 Group:		Development/Libraries
 
-%description static
+%description -n mingw32-libsoup-static
 Static version of the MinGW Windows Libsoup library.
 
 
@@ -103,7 +120,7 @@ rm -rf $RPM_BUILD_ROOT/build_static
 rm -rf $RPM_BUILD_ROOT%{_mingw32_datadir}/gtk-doc
 
 
-%files 
+%files -n mingw32-libsoup
 %doc COPYING
 %{_mingw32_bindir}/libsoup-2.4-1.dll
 %{_mingw32_bindir}/libsoup-gnome-2.4-1.dll
@@ -114,12 +131,15 @@ rm -rf $RPM_BUILD_ROOT%{_mingw32_datadir}/gtk-doc
 %{_mingw32_libdir}/pkgconfig/libsoup-2.4.pc
 %{_mingw32_libdir}/pkgconfig/libsoup-gnome-2.4.pc
 
-%files static
+%files -n mingw32-libsoup-static
 %{_mingw32_libdir}/libsoup-2.4.a
 %{_mingw32_libdir}/libsoup-gnome-2.4.a
 
 
 %changelog
+* Tue Mar 06 2012 Kalev Lember <kalevlember at gmail.com> - 2.37.90-2
+- Renamed the source package to mingw-libsoup (#800433)
+
 * Tue Feb 28 2012 Kalev Lember <kalevlember at gmail.com> - 2.37.90-1
 - Update to 2.37.90
 - Remove the .la files


More information about the scm-commits mailing list