82 lines
2.3 KiB
RPMSpec
82 lines
2.3 KiB
RPMSpec
%define glib2_version 2.73.3
|
|
|
|
%global tarball_version %%(echo %{version} | tr '~' '.')
|
|
|
|
Name: glib-networking
|
|
Version: 2.80.0
|
|
Release: %autorelease
|
|
Summary: Networking support for GLib
|
|
|
|
License: LGPL-2.1-or-later WITH cryptsetup-OpenSSL-exception
|
|
URL: https://gitlab.gnome.org/GNOME/glib-networking
|
|
Source0: https://download.gnome.org/sources/glib-networking/2.80/%{name}-%{tarball_version}.tar.xz
|
|
|
|
BuildRequires: ca-certificates
|
|
BuildRequires: gcc
|
|
BuildRequires: gettext
|
|
BuildRequires: meson
|
|
BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version}
|
|
BuildRequires: pkgconfig(gio-2.0)
|
|
BuildRequires: pkgconfig(gnutls)
|
|
BuildRequires: pkgconfig(gsettings-desktop-schemas)
|
|
BuildRequires: pkgconfig(libproxy-1.0)
|
|
BuildRequires: pkgconfig(p11-kit-1)
|
|
BuildRequires: systemd-rpm-macros
|
|
|
|
Requires: ca-certificates
|
|
Requires: glib2%{?_isa} >= %{glib2_version}
|
|
Requires: gsettings-desktop-schemas
|
|
|
|
# For glib-pacrunner
|
|
Recommends: libproxy-duktape
|
|
|
|
%description
|
|
This package contains modules that extend the networking support in
|
|
GIO. In particular, it contains libproxy- and GSettings-based
|
|
GProxyResolver implementations and a gnutls-based GTlsConnection
|
|
implementation.
|
|
|
|
%package tests
|
|
Summary: Tests for the glib-networking package
|
|
# glib-networking-2.78.0/tls/tests/mock-pkcs11.c is Apache-2.0
|
|
# pkcs11t.h is LicenseRef-RSA
|
|
# dtls-connection.c is LGPL-2.0-or-later but not currently included in the binaries
|
|
License: LGPL-2.1-or-later WITH cryptsetup-OpenSSL-exception AND Apache-2.0 AND LicenseRef-RSA
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
%description tests
|
|
The glib-networking-tests package contains tests that can be used to verify
|
|
the functionality of the installed glib-networking package.
|
|
|
|
%prep
|
|
%autosetup -p1 -n %{name}-%{tarball_version}
|
|
|
|
%build
|
|
%meson -Dinstalled_tests=true
|
|
%meson_build
|
|
|
|
%install
|
|
%meson_install
|
|
|
|
%check
|
|
%meson_test
|
|
|
|
%find_lang %{name}
|
|
|
|
%files -f %{name}.lang
|
|
%license COPYING LICENSE_EXCEPTION
|
|
%doc NEWS README
|
|
%{_libdir}/gio/modules/libgiognomeproxy.so
|
|
%{_libdir}/gio/modules/libgiognutls.so
|
|
%{_libdir}/gio/modules/libgiolibproxy.so
|
|
%{_libexecdir}/glib-pacrunner
|
|
%{_datadir}/dbus-1/services/org.gtk.GLib.PACRunner.service
|
|
%{_userunitdir}/glib-pacrunner.service
|
|
|
|
%files tests
|
|
%{_libexecdir}/installed-tests/glib-networking
|
|
%{_datadir}/installed-tests
|
|
|
|
%changelog
|
|
%autochangelog
|