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 with_libproxy 1
|
||||
Name: glib-networking
|
||||
Version: 2.70.0
|
||||
Version: 2.70.1
|
||||
Release: 1mamba
|
||||
Summary: Networking support for GLib
|
||||
Group: Development/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Automatic Build System <autodist@mambasoft.it>
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://www.gnome.org
|
||||
Source: http://ftp.acc.umu.se/pub/GNOME/sources/glib-networking/%{majver}/glib-networking-%{version}.tar.xz
|
||||
License: LGPL
|
||||
@ -26,18 +26,21 @@ Requires: gsettings-desktop-schemas
|
||||
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.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%meson \
|
||||
%if %with_libproxy
|
||||
-Dlibproxy_support=true \
|
||||
-Dlibproxy=enabled \
|
||||
%else
|
||||
-Dlibproxy_support=false \
|
||||
-Dlibproxy=disabled \
|
||||
%endif
|
||||
-Dinstalled_tests=false \
|
||||
-Dca-certificates_path=%{_sysconfdir}/pki/tls/certs/ca-bundle.crt
|
||||
-Dinstalled_tests=false
|
||||
|
||||
# -Dca-certificates_path=%{_sysconfdir}/pki/tls/certs/ca-bundle.crt
|
||||
|
||||
%meson_build
|
||||
|
||||
@ -78,6 +81,9 @@ rm -rf %{buildroot}%{_libdir}/gio/modules/*.*a
|
||||
#NEWS README
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user