Mailinglist Archive: opensuse-commit (1139 mails)
| < Previous | Next > |
commit libsoup
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 08 Jan 2007 14:01:16 +0100
- Message-id: <20070108130116.8502C678179@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package libsoup
checked in at Mon Jan 8 14:01:16 CET 2007.
--------
--- GNOME/libsoup/libsoup.changes 2006-11-07 20:28:12.000000000 +0100
+++ /mounts/work_src_done/STABLE/libsoup/libsoup.changes 2007-01-08 10:43:36.000000000 +0100
@@ -1,0 +2,10 @@
+Mon Jan 8 10:43:24 CET 2007 - sbrabec@xxxxxxx
+
+- Spec file cleanup.
+
+-------------------------------------------------------------------
+Fri Dec 8 12:32:11 CST 2006 - maw@xxxxxxx
+
+- Move to /usr.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libsoup.spec ++++++
--- /var/tmp/diff_new_pack.O16256/_old 2007-01-08 14:01:10.000000000 +0100
+++ /var/tmp/diff_new_pack.O16256/_new 2007-01-08 14:01:10.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package libsoup (Version 2.2.96)
#
-# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@@ -11,14 +11,15 @@
# norootforbuild
Name: libsoup
-BuildRequires: gnutls-devel gtk2-devel libxml2-devel lzo-devel pkgconfig update-desktop-files
-%define prefix /opt/gnome
+BuildRequires: glib2-devel gnutls-devel gtk-doc libxml2-devel
+# We do not need these dependencies needed only for tests.
+#BuildRequires: apache2-mod_php5 php5-xmlrpc
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
Group: Development/Libraries/GNOME
Autoreqprov: on
-Summary: Simple Object Access Protocol (SOAP)
+Summary: Additional Package Documentation.
Version: 2.2.96
-Release: 17
+Release: 30
Source: ftp://ftp.gnome.org/pub/GNOME/stable/sources/libsoup/2.2/%{name}-%{version}.tar.bz2
URL: http://www.gnome.org
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -51,9 +52,7 @@
%package devel
Summary: Include Files and Libraries mandatory for Development.
Group: Development/Libraries/GNOME
-Requires: libsoup = %{?epoch:%{epoch}:}%{version}
-Requires: gnutls-devel libgpg-error-devel libgcrypt-devel
-Requires: glib2-devel libxml2-devel
+Requires: %{name} = %{version} glib2-devel gnutls-devel
%description devel
Soup is a SOAP (Simple Object Access Protocol) implementation in C. It
@@ -69,40 +68,76 @@
Dick Porter <dick@xxxxxxxxxx>
Miguel De Icaza <miguel@xxxxxxxxxx>
+%package doc
+Summary: Simple Object Access Protocol (SOAP)
+Group: Development/Libraries/GNOME
+Requires: %{name} = %{version}
+
+%description doc
+Soup is a SOAP (Simple Object Access Protocol) implementation in C.
+
+It provides a queued asynchronous callback-based mechanism for sending
+and servicing SOAP requests and a WSDL (Web Service Definition
+Language) to C compiler that generates client stubs and server
+skeletons for easily calling and implementing SOAP methods.
+
+It uses the Glib main loop and is designed to work well with GTK+
+applications. This enables GNOME applications to access SOAP 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).
+
+The WSDL compiler helps you make your applications interoperate with
+services that expose their descriptions through WSDL.
+
+
+
+Authors:
+--------
+ Alex Graveley <alex@xxxxxxxxxx>
+ Dick Porter <dick@xxxxxxxxxx>
+ Miguel De Icaza <miguel@xxxxxxxxxx>
+
%prep
%setup -q
%build
-export CFLAGS="$RPM_OPT_FLAGS -g3"
-./configure --prefix=%{prefix} \
- --mandir=%{_mandir} \
- --libdir=%{prefix}/%{_lib}
-make
+%configure
+make %{?jobs:-j%jobs}
%install
-make -s install DESTDIR=$RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
-%post -p /sbin/ldconfig
+%post
+%run_ldconfig
-%postun -p /sbin/ldconfig
+%postun
+%run_ldconfig
%files
%defattr(-,root,root)
%doc README COPYING ChangeLog NEWS AUTHORS INSTALL
-%{prefix}/%_lib/lib*.so.*
+%{_libdir}/*.so.*
%files devel
-%defattr(-, root, root)
-%{prefix}/include/libsoup-2.2
-%{prefix}/%{_lib}/lib*.*a
-%{prefix}/%{_lib}/lib*.so
-%{prefix}/%_lib/pkgconfig/*.pc
-%{prefix}/share/gtk-doc/html/libsoup/
+%defattr(-,root,root)
+%{_includedir}/libsoup-2.2
+%{_libdir}/*.*a
+%{_libdir}/*.so
+%{_libdir}/pkgconfig/*.pc
+
+%files doc
+%defattr(-,root,root)
+%{_datadir}/gtk-doc/html/libsoup
%changelog -n libsoup
+* Mon Jan 08 2007 - sbrabec@xxxxxxx
+- Spec file cleanup.
+* Fri Dec 08 2006 - maw@xxxxxxx
+- Move to /usr.
* Tue Nov 07 2006 - cstender@xxxxxxx
- removed 'rm -rf $RPM_BUILD_ROOT' from build section
- added ldconfig call
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |