Compare commits
23 Commits
2.58.0-1ma
...
2.78.1-1ma
Author | SHA1 | Date | |
---|---|---|---|
c0712d09b5 | |||
3bdaa6308b | |||
d3a6147be9 | |||
8eeb37bf55 | |||
73c5239d15 | |||
26011dd6fc | |||
8759f27232 | |||
4ec3abe59d | |||
10c092696a | |||
9fd4e3df13 | |||
712118fd80 | |||
1481c8254b | |||
1a87c94e4a | |||
eb66480d7b | |||
650b0ee724 | |||
7f46bc64df | |||
0f4eadc901 | |||
0ee2045041 | |||
261c1b74d3 | |||
fb08cf87ff | |||
3aff99425c | |||
ee93fb2e0b | |||
b735568750 |
@ -1,52 +1,46 @@
|
||||
%define majver %(echo %version | cut -d. -f 1-2)
|
||||
%define with_libproxy 1
|
||||
Name: glib-networking
|
||||
Version: 2.58.0
|
||||
Version: 2.78.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
|
||||
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
|
||||
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
|
||||
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.
|
||||
|
||||
%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
|
||||
|
||||
@ -77,7 +71,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 +81,78 @@ rm -rf %{buildroot}%{_libdir}/gio/modules/*.*a
|
||||
#NEWS README
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
|
Reference in New Issue
Block a user