# # spec file for package glib-networking # # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: glib-networking Version: 2.37.1 Release: 0 Summary: Network-related GIO modules for glib License: LGPL-2.1+ Group: System/Libraries Source: http://download.gnome.org/sources/glib-networking/2.37/%{name}-%{version}.tar.xz Source99: baselibs.conf # For directory ownership BuildRequires: dbus-1 BuildRequires: intltool BuildRequires: libgcrypt-devel BuildRequires: translation-update-upstream # If this BuildRequires changes because of a gio library version change, change gio_real_package accordingly BuildRequires: pkgconfig(gio-2.0) >= 2.35.8 BuildRequires: pkgconfig(gnutls) >= 2.11.0 BuildRequires: pkgconfig(gsettings-desktop-schemas) BuildRequires: pkgconfig(libproxy-1.0) BuildRequires: pkgconfig(p11-kit-1) >= 0.8 # org.gnome.system.proxy schema is used Requires: gsettings-desktop-schemas Recommends: %{name}-lang = %{version} %define gio_real_package %(rpm -q --qf '%%{name}' --whatprovides gio) Supplements: %{gio_real_package} %glib2_gio_module_requires %description This package contains network-related GIO modules for glib. Currently, there is only a proxy module based on libproxy. %lang_package %prep %setup -q translation-update-upstream %build %configure \ --disable-static \ --with-ca-certificates=/etc/ssl/ca-bundle.pem %__make %{?_smp_mflags} V=1 %install %makeinstall find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print %find_lang %{name} %clean rm -rf %{buildroot} %post %glib2_gio_module_post %postun %glib2_gio_module_postun %files %defattr(-, root, root) %doc COPYING NEWS README %{_libdir}/gio/modules/libgiognomeproxy.so %{_libdir}/gio/modules/libgiognutls.so %{_libdir}/gio/modules/libgiolibproxy.so %{_libexecdir}/glib-pacrunner %{_datadir}/dbus-1/services/org.gtk.GLib.PACRunner.service %files lang -f %{name}.lang %changelog