%define name glib-networking %define version 2.50.0 %define release %mkrel 1 %define libname %mklibname %name Summary: Network-related GIO modules Name: %{name} Version: %{version} Release: %{release} Source0: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{name}-%{version}.tar.xz License: LGPLv2+ Group:System/Libraries Url: http://www.gnome.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot #--------------------------------------------------- BuildRequires: %{_lib}glib2.0-devel BuildRequires: %{_lib}gnutls-devel BuildRequires: %{_lib}proxy-devel BuildRequires: p11-kit-devel BuildRequires: gsettings-desktop-schemas-devel BuildRequires: intltool #--------------------------------------------------- Requires: %libname = %version Obsoletes: %{name} < %version %description This package contains the network-related GIO modules for Glib. %package -n %libname Summary: Network-related GIO modules Group: System/Libraries Requires: %name >= %version-%release %description -n %libname This package contains the network-related GIO modules for Glib. %prep %setup -q %build %configure2_5x --disable-static %make %install rm -rf %{buildroot} %makeinstall_std rm -f %buildroot%_libdir/gio/modules/*.la rm -Rr %{buildroot}/usr/lib #/user/*.service #to edit in systemd-free sed -i s/"SystemdService=glib-pacrunner.service"//g %{buildroot}%{_datadir}/dbus-1/services/org.gtk.GLib.PACRunner.service %find_lang %name %post -n %libname %ifarch %{ix86} %{_bindir}/gio-querymodules-32 %{_libdir}/gio/modules %else %{_bindir}/gio-querymodules-64 %{_libdir}/gio/modules %endif %postun -n %libname %ifarch %{ix86} %{_bindir}/gio-querymodules-32 %{_libdir}/gio/modules %else %{_bindir}/gio-querymodules-64 %{_libdir}/gio/modules %endif %files -f %name.lang %defattr(-,root,root) %doc README %files -n %libname %defattr(-,root,root) %_libdir/gio/modules/*.so %_libexecdir/glib-pacrunner %_datadir/dbus-1/services/*.service %clean rm -rf %{buildroot} %changelog * Thu Sep 22 2016 onkelho 2.50.0-1pclos2016 - new rel -- 2.50.0 * New stable release. * Updated translations: British English, Polish 2.49.90 * Ported to use upstream gettext rather than intltool/glib-gettext [#768708, Javier Jardón] * Updated po files for future gettext versions [Piotr Drąg] * Fixed translation lookup on Windows [#765466, Chun-wei Fan] * Updated translations: Occitan 2.48.2 * gnutls: Fixed an infinite loop if a server sent two identical copies of its CA certificate [#765317, Carlos Garcia Campos] * New/updated translations: Occitan, Scottish Gaelic 2.48.1 * Fixed translations in non-UTF-8 domains [#765466, Ting-Wei Lan] * Fixed bash-ism in configure [#765396, Patrick Welche] * Updated translations: Friulian 2.48.0 * New stable release. (No changes since 2.47.90) 2.47.90 * gnutls: The non-PKCS#11 TLS plugin now uses gnutls's certificate validation code directly, rather than attempting to build a certificate chain itself first. [#753260 and others, Dan Winship] * gnutls: Fixed a leak when closing a connection during an implicit handshake [#736809, Philip Withnall] * gnutls: Fixed "make check" without PKCS#11 support [#728977, Gilles Dartiguelongue] * gnutls: Various changes in preparation for DTLS support (but not the actual DTLS support itself) [#697908, #735754, Philip Withnall, Olivier Crête] * Updated translations: Occitan 2.47.1 * Fixed a certificate chain validation problem that affected Facebook in Epiphany. [#750457, Carlos Garcia Campos] -----> * Added a systemd service file for glib-pacrunner [#755740, Simon McVittie] --- this can remove and the /usr/share/dbus-1/service /org.gtk.GLib.PACRunner.service can edited * Tue Oct 13 2015 bb 2.46.1-1pclos2015 - update * Sun Sep 27 2015 bb 2.46.0-1pclos2015 - update * Thu Oct 02 2014 bb 2.42.0-1pclos2014 - update * Mon Apr 14 2014 bb 2.40.1-1pclos2014 - update * Tue Mar 25 2014 bb 2.40.0-1pclos2014 - update