Compare commits

...

25 Commits

Author SHA1 Message Date
24ec22eb6d update to 2.80.1 [release 2.80.1-1mamba;Sun Mar 16 2025] 2025-03-16 19:27:23 +01:00
a2678ce573 automatic version update by autodist [release 2.80.0-1mamba;Sun Mar 17 2024] 2024-03-18 00:36:23 +01:00
c0712d09b5 automatic version update by autodist [release 2.78.1-1mamba;Fri Mar 01 2024] 2024-03-01 13:55:42 +01:00
3bdaa6308b automatic version update by autodist [release 2.78.0-1mamba;Sat Sep 16 2023] 2024-01-05 23:07:35 +01:00
d3a6147be9 automatic version update by autodist [release 2.76.1-1mamba;Fri Jun 30 2023] 2024-01-05 23:07:35 +01:00
8eeb37bf55 automatic version update by autodist [release 2.76.0-1mamba;Sat Mar 18 2023] 2024-01-05 23:07:35 +01:00
73c5239d15 automatic version update by autodist [release 2.74.0-1mamba;Tue Nov 08 2022] 2024-01-05 23:07:34 +01:00
26011dd6fc automatic version update by autodist [release 2.72.1-1mamba;Thu Jun 30 2022] 2024-01-05 23:07:34 +01:00
8759f27232 automatic version update by autodist [release 2.72.0-1mamba;Sat Apr 02 2022] 2024-01-05 23:07:34 +01:00
4ec3abe59d automatic version update by autodist [release 2.70.1-1mamba;Thu Dec 23 2021] 2024-01-05 23:07:34 +01:00
10c092696a automatic version update by autodist [release 2.70.0-1mamba;Sat Sep 18 2021] 2024-01-05 23:07:34 +01:00
9fd4e3df13 automatic version update by autodist [release 2.68.2-1mamba;Fri Aug 06 2021] 2024-01-05 23:07:34 +01:00
712118fd80 automatic version update by autodist [release 2.68.1-1mamba;Fri Apr 23 2021] 2024-01-05 23:07:34 +01:00
1481c8254b automatic version update by autodist [release 2.68.0-1mamba;Sat Mar 20 2021] 2024-01-05 23:07:34 +01:00
1a87c94e4a automatic version update by autodist [release 2.66.0-1mamba;Mon Sep 14 2020] 2024-01-05 23:07:34 +01:00
eb66480d7b automatic version update by autodist [release 2.64.3-1mamba;Fri May 29 2020] 2024-01-05 23:07:34 +01:00
650b0ee724 automatic version update by autodist [release 2.64.2-1mamba;Sat Apr 25 2020] 2024-01-05 23:07:34 +01:00
7f46bc64df automatic version update by autodist [release 2.62.3-1mamba;Sat Jan 04 2020] 2024-01-05 23:07:34 +01:00
0f4eadc901 automatic version update by autodist [release 2.62.2-1mamba;Mon Dec 09 2019] 2024-01-05 23:07:34 +01:00
0ee2045041 automatic version update by autodist [release 2.62.1-1mamba;Sat Oct 05 2019] 2024-01-05 23:07:34 +01:00
261c1b74d3 automatic version update by autodist [release 2.62.0-1mamba;Tue Sep 10 2019] 2024-01-05 23:07:34 +01:00
fb08cf87ff automatic version update by autodist [release 2.60.3-1mamba;Mon Jun 10 2019] 2024-01-05 23:07:34 +01:00
3aff99425c automatic version update by autodist [release 2.60.2-1mamba;Fri May 03 2019] 2024-01-05 23:07:34 +01:00
ee93fb2e0b automatic version update by autodist [release 2.60.1-1mamba;Tue Apr 02 2019] 2024-01-05 23:07:34 +01:00
b735568750 automatic version update by autodist [release 2.60.0.1-1mamba;Thu Mar 14 2019] 2024-01-05 23:07:34 +01:00
2 changed files with 91 additions and 19 deletions

View File

@ -3,3 +3,4 @@
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.

View File

@ -1,52 +1,45 @@
%define majver %(echo %version | cut -d. -f 1-2)
%define with_libproxy 1
Name: glib-networking
Version: 2.58.0
Version: 2.80.1
Release: 1mamba
Summary: Networking support for GLib
Group: Development/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Automatic Build System <autodist@mambasoft.it>
URL: http://www.gnome.org
Source: http://ftp.acc.umu.se/pub/GNOME/sources/glib-networking/%{majver}/glib-networking-%{version}.tar.xz
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/GNOME/glib-networking
Source: https://github.com/GNOME/glib-networking.git/%{version}/glib-networking-%{version}.tar.bz2
License: LGPL
BuildRequires: intltool
## AUTOBUILDREQ-BEGIN
BuildRequires: ca-certificates
BuildRequires: glibc-devel
BuildRequires: libgcrypt-devel
BuildRequires: libglib-devel
BuildRequires: libgnutls-devel
BuildRequires: libgpg-error-devel
%if %with_libproxy
BuildRequires: libproxy-devel
%endif
BuildRequires: libselinux-devel
BuildRequires: libtasn1-devel
BuildRequires: libz-devel
## AUTOBUILDREQ-END
BuildRequires: gsettings-desktop-schemas-devel
BuildRequires: intltool
Requires: ca-certificates
Requires: gsettings-desktop-schemas
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
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.
%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
@ -77,7 +70,7 @@ rm -rf %{buildroot}%{_libdir}/gio/modules/*.*a
%if %with_libproxy
%{_libdir}/gio/modules/libgiolibproxy.so
%endif
%{_libdir}/gio/modules/libgiognomeproxy.so
%{_libdir}/gio/modules/libgio*.so
%{_libexecdir}/glib-pacrunner
%{_userunitdir}/glib-pacrunner.service
%{_datadir}/dbus-1/services/org.gtk.GLib.PACRunner.service
@ -87,6 +80,84 @@ rm -rf %{buildroot}%{_libdir}/gio/modules/*.*a
#NEWS README
%changelog
* Sun Mar 16 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 2.80.1-1mamba
- update to 2.80.1
* Sun Mar 17 2024 Automatic Build System <autodist@openmamba.org> 2.80.0-1mamba
- automatic version update by autodist
* Fri Mar 01 2024 Automatic Build System <autodist@openmamba.org> 2.78.1-1mamba
- automatic version update by autodist
* Sat Sep 16 2023 Automatic Build System <autodist@mambasoft.it> 2.78.0-1mamba
- automatic version update by autodist
* Fri Jun 30 2023 Automatic Build System <autodist@mambasoft.it> 2.76.1-1mamba
- automatic version update by autodist
* Sat Mar 18 2023 Automatic Build System <autodist@mambasoft.it> 2.76.0-1mamba
- automatic version update by autodist
* Tue Nov 08 2022 Automatic Build System <autodist@mambasoft.it> 2.74.0-1mamba
- automatic version update by autodist
* Sat Aug 06 2022 Automatic Build System <autodist@mambasoft.it> 2.72.2-1mamba
- automatic version update by autodist
* Thu Jun 30 2022 Automatic Build System <autodist@mambasoft.it> 2.72.1-1mamba
- automatic version update by autodist
* Sat Apr 02 2022 Automatic Build System <autodist@mambasoft.it> 2.72.0-1mamba
- automatic version update by autodist
* 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
* Fri Aug 06 2021 Automatic Build System <autodist@mambasoft.it> 2.68.2-1mamba
- automatic version update by autodist
* Fri Apr 23 2021 Automatic Build System <autodist@mambasoft.it> 2.68.1-1mamba
- automatic version update by autodist
* Sat Mar 20 2021 Automatic Build System <autodist@mambasoft.it> 2.68.0-1mamba
- automatic version update by autodist
* Mon Sep 14 2020 Automatic Build System <autodist@mambasoft.it> 2.66.0-1mamba
- automatic version update by autodist
* Fri May 29 2020 Automatic Build System <autodist@mambasoft.it> 2.64.3-1mamba
- automatic version update by autodist
* Sat Apr 25 2020 Automatic Build System <autodist@mambasoft.it> 2.64.2-1mamba
- automatic version update by autodist
* Sat Jan 04 2020 Automatic Build System <autodist@mambasoft.it> 2.62.3-1mamba
- automatic version update by autodist
* Mon Dec 09 2019 Automatic Build System <autodist@mambasoft.it> 2.62.2-1mamba
- automatic version update by autodist
* Sat Oct 05 2019 Automatic Build System <autodist@mambasoft.it> 2.62.1-1mamba
- automatic version update by autodist
* Tue Sep 10 2019 Automatic Build System <autodist@mambasoft.it> 2.62.0-1mamba
- automatic version update by autodist
* Mon Jun 10 2019 Automatic Build System <autodist@mambasoft.it> 2.60.3-1mamba
- automatic version update by autodist
* Fri May 03 2019 Automatic Build System <autodist@mambasoft.it> 2.60.2-1mamba
- automatic version update by autodist
* Tue Apr 02 2019 Automatic Build System <autodist@mambasoft.it> 2.60.1-1mamba
- automatic version update by autodist
* Thu Mar 14 2019 Automatic Build System <autodist@mambasoft.it> 2.60.0.1-1mamba
- automatic version update by autodist
* Tue Sep 18 2018 Automatic Build System <autodist@mambasoft.it> 2.58.0-1mamba
- automatic version update by autodist