automatic version update by autodist [release 2.70.1-1mamba;Thu Dec 23 2021]
This commit is contained in:
parent
10c092696a
commit
4ec3abe59d
@ -1,13 +1,13 @@
|
|||||||
%define majver %(echo %version | cut -d. -f 1-2)
|
%define majver %(echo %version | cut -d. -f 1-2)
|
||||||
%define with_libproxy 1
|
%define with_libproxy 1
|
||||||
Name: glib-networking
|
Name: glib-networking
|
||||||
Version: 2.70.0
|
Version: 2.70.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Networking support for GLib
|
Summary: Networking support for GLib
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Automatic Build System <autodist@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://www.gnome.org
|
URL: https://www.gnome.org
|
||||||
Source: http://ftp.acc.umu.se/pub/GNOME/sources/glib-networking/%{majver}/glib-networking-%{version}.tar.xz
|
Source: http://ftp.acc.umu.se/pub/GNOME/sources/glib-networking/%{majver}/glib-networking-%{version}.tar.xz
|
||||||
License: LGPL
|
License: LGPL
|
||||||
@ -26,18 +26,21 @@ Requires: gsettings-desktop-schemas
|
|||||||
This package contains modules that extend the networking support in GIO.
|
This package contains modules that extend the networking support in GIO.
|
||||||
In particular, it contains a libproxy-based GProxyResolver implementation and a gnutls-based GTlsConnection implementation.
|
In particular, it contains a libproxy-based GProxyResolver implementation and a gnutls-based GTlsConnection implementation.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson \
|
%meson \
|
||||||
%if %with_libproxy
|
%if %with_libproxy
|
||||||
-Dlibproxy_support=true \
|
-Dlibproxy=enabled \
|
||||||
%else
|
%else
|
||||||
-Dlibproxy_support=false \
|
-Dlibproxy=disabled \
|
||||||
%endif
|
%endif
|
||||||
-Dinstalled_tests=false \
|
-Dinstalled_tests=false
|
||||||
-Dca-certificates_path=%{_sysconfdir}/pki/tls/certs/ca-bundle.crt
|
|
||||||
|
# -Dca-certificates_path=%{_sysconfdir}/pki/tls/certs/ca-bundle.crt
|
||||||
|
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
||||||
@ -78,6 +81,9 @@ rm -rf %{buildroot}%{_libdir}/gio/modules/*.*a
|
|||||||
#NEWS README
|
#NEWS README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 23 2021 Automatic Build System <autodist@mambasoft.it> 2.70.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat Sep 18 2021 Automatic Build System <autodist@mambasoft.it> 2.70.0-1mamba
|
* Sat Sep 18 2021 Automatic Build System <autodist@mambasoft.it> 2.70.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user