Accepting request 54964 from home:vuntz:branches:GNOME:Factory

OBS-URL: https://build.opensuse.org/request/show/54964
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib-networking?expand=0&rev=6
This commit is contained in:
Vincent Untz 2010-12-08 08:52:57 +00:00 committed by Git OBS Bridge
parent 00254803f0
commit db7202b078
4 changed files with 17 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:544bc1d26d2b9f913924ce83ec96fa07ce5760f9c522fa65c9274de670711f28
size 254942

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5a87ddab7392e81aa3d29b79fdeaf752f04665870c36ce936707e2d725cdd102
size 280671

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Dec 7 11:21:55 CET 2010 - vuntz@opensuse.org
- Update to version 2.27.4:
+ Add GNUTLS-based implementation of GTlsBackend.
- Add pkgconfig(gnutls) BuildRequires, and pass
--with-ca-certificates=/etc/ssl/ca-bundle.pem to configure.
-------------------------------------------------------------------
Wed Oct 13 22:50:58 CEST 2010 - vuntz@opensuse.org

View File

@ -1,5 +1,5 @@
#
# spec file for package glib-networking (Version 2.26.0)
# spec file for package glib-networking (Version 2.27.4)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
Name: glib-networking
Version: 2.26.0
Version: 2.27.4
Release: 1
License: LGPLv2+
Summary: Network-related GIO modules for glib
@ -28,6 +28,7 @@ Source99: baselibs.conf
BuildRequires: intltool
# If this BuildRequires changes because of a gio library version change, change gio_real_package accordingly
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(gnutls)
BuildRequires: pkgconfig(libproxy-1.0)
Recommends: %{name}-lang = %{version}
%define gio_real_package %(rpm -q --whatprovides --qf '%{NAME}' /%{_lib}/libgio-2.0.so.?)
@ -45,7 +46,8 @@ Currently, there is only a proxy module based on libproxy.
%build
%configure \
--disable-static
--disable-static \
--with-ca-certificates=/etc/ssl/ca-bundle.pem
%__make %{?_smp_flags} V=1
%install
@ -65,6 +67,7 @@ rm -rf %{buildroot}
%files
%defattr(-, root, root)
%doc COPYING NEWS README
%{_libdir}/gio/modules/libgiognutls.so
%{_libdir}/gio/modules/libgiolibproxy.so
%files lang -f %{name}.lang