diff --git a/glib-networking.spec b/glib-networking.spec index e583ac41b099759523d1432ac79ab1ca7a902eda..e29db49ef2b2e0d735c5d175a138aab479245a01 100644 --- a/glib-networking.spec +++ b/glib-networking.spec @@ -1,8 +1,9 @@ +%define anolis_release .0.1 %define glib2_version 2.55.1 Name: glib-networking Version: 2.56.1 -Release: 1.1%{?dist} +Release: 1.1%{anolis_release}%{?dist} Summary: Networking support for GLib License: LGPLv2+ @@ -24,6 +25,9 @@ BuildRequires: systemd Requires: ca-certificates Requires: glib2%{?_isa} >= %{glib2_version} Requires: gsettings-desktop-schemas +Requires: glibc + +Provides: /usr/libexec/glib-pacrunner %description This package contains modules that extend the networking support in @@ -39,6 +43,14 @@ Requires: %{name}%{?_isa} = %{version}-%{release} The glib-networking-tests package contains tests that can be used to verify the functionality of the installed glib-networking package. +%package doc +Summary: Documents for %{name} +BuildArch: noarch +Requires: %{name} = %{version}-%{release} + +%description doc +Doc pages for %{name}. + %prep %autosetup -p1 @@ -53,7 +65,6 @@ the functionality of the installed glib-networking package. %files -f %{name}.lang %license COPYING -%doc NEWS README %{_libdir}/gio/modules/libgiolibproxy.so %{_libdir}/gio/modules/libgiognomeproxy.so %{_libdir}/gio/modules/libgiognutls.so @@ -65,7 +76,13 @@ the functionality of the installed glib-networking package. %{_libexecdir}/installed-tests/glib-networking %{_datadir}/installed-tests +%files doc +%doc NEWS README + %changelog +* Fri Jul 15 2022 Weisson - 2.56.1-1.1.0.1 +- Add doc sub package + * Tue Nov 20 2018 Dan Winship - 2.56.1-1.1 - Use system crypto policy (#1640534)