|
|
|
@ -1,58 +1,54 @@
|
|
|
|
|
%define majver %(echo %version | cut -d. -f 1-2)
|
|
|
|
|
%define with_libproxy 1
|
|
|
|
|
Name: glib-networking
|
|
|
|
|
Version: 2.46.1
|
|
|
|
|
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
|
|
|
|
|
%configure \
|
|
|
|
|
%meson \
|
|
|
|
|
%if %with_libproxy
|
|
|
|
|
--with-libproxy \
|
|
|
|
|
-Dlibproxy=enabled \
|
|
|
|
|
%else
|
|
|
|
|
--without-libproxy \
|
|
|
|
|
-Dlibproxy=disabled \
|
|
|
|
|
%endif
|
|
|
|
|
--disable-installed-tests \
|
|
|
|
|
--with-ca-certificates=%{_sysconfdir}/pki/tls/certs/ca-bundle.crt
|
|
|
|
|
-Dinstalled_tests=false
|
|
|
|
|
|
|
|
|
|
%make
|
|
|
|
|
# -Dca-certificates_path=%{_sysconfdir}/pki/tls/certs/ca-bundle.crt
|
|
|
|
|
|
|
|
|
|
%meson_build
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
%makeinstall testfilesdir=%{_datadir}/%{name}/tests/
|
|
|
|
|
export DESTDIR=%{buildroot}
|
|
|
|
|
%meson_install
|
|
|
|
|
|
|
|
|
|
#testfilesdir=%{_datadir}/%{name}/tests/
|
|
|
|
|
|
|
|
|
|
rm -rf %{buildroot}%{_libdir}/gio/modules/*.*a
|
|
|
|
|
|
|
|
|
@ -74,8 +70,9 @@ 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
|
|
|
|
|
%{_libdir}/gio/modules/libgiognutls.so
|
|
|
|
|
#%{_datadir}/%{name}/tests/*
|
|
|
|
@ -83,6 +80,108 @@ 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
|
|
|
|
|
|
|
|
|
|
* Sun Aug 12 2018 Automatic Build System <autodist@mambasoft.it> 2.56.1-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Fri Oct 27 2017 Automatic Build System <autodist@mambasoft.it> 2.54.1-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Fri Oct 06 2017 Automatic Build System <autodist@mambasoft.it> 2.54.0-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Thu Oct 13 2016 Automatic Build System <autodist@mambasoft.it> 2.50.0-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Tue May 10 2016 Automatic Build System <autodist@mambasoft.it> 2.48.2-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Sat May 07 2016 Automatic Build System <autodist@mambasoft.it> 2.48.1-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Tue Apr 19 2016 Automatic Build System <autodist@mambasoft.it> 2.48.0-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Sat Nov 14 2015 Automatic Build System <autodist@mambasoft.it> 2.46.1-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|