!2 Update to 3.2.2

From: @dwl301 
Reviewed-by: @zhang__3125 
Signed-off-by: @zhang__3125
This commit is contained in:
openeuler-ci-bot 2023-02-01 10:20:25 +00:00 committed by Gitee
commit fd458b0762
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 12 additions and 10 deletions

Binary file not shown.

BIN
libsoup-3.2.2.tar.xz Normal file

Binary file not shown.

View File

@ -1,15 +1,15 @@
%global glib2_version 2.58.0
%global glib2_version 2.69.1
Name: libsoup3
Version: 3.0.6
Version: 3.2.2
Release: 1
Summary: Soup, an HTTP library implementation
License: LGPLv2
URL: https://wiki.gnome.org/Projects/libsoup
Source0: https://download.gnome.org/sources/libsoup/3.0/libsoup-%{version}.tar.xz
Patch0: xgettext.patch
Source0: https://download.gnome.org/sources/libsoup/3.2/libsoup-%{version}.tar.xz
BuildRequires: gcc meson gettext vala gtk-doc krb5-devel samba-winbind-clients
BuildRequires: gcc meson gettext vala krb5-devel samba-winbind-clients
BuildRequires: gi-docgen >= 2021.1
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: glib-networking
@ -20,7 +20,7 @@ BuildRequires: pkgconfig(sqlite3)
BuildRequires: pkgconfig(sysprof-capture-4)
BuildRequires: pkgconfig(libnghttp2)
Recommends: glib-networking >= %{glib2_version}
Recommends: glib-networking >= %{glib2_version}
%description
Libsoup is an HTTP library implementation in C. It was originally part
@ -45,11 +45,10 @@ you to develop applications that use the libsoup library.
%package_help
%prep
%autosetup -p0 -n libsoup-%{version}
%autosetup -p1 -n libsoup-%{version}
%build
%global gtkdoc_flags -Dgtk_doc=true
%meson %gtkdoc_flags -Dtests=false -Dautobahn=disabled -Dhttp2_tests=disabled -Dpkcs11_tests=disabled
%meson -Ddocs=enabled -Dtests=false -Dautobahn=disabled -Dpkcs11_tests=disabled
%meson_build
%install
@ -72,8 +71,11 @@ you to develop applications that use the libsoup library.
%files help
%doc README NEWS AUTHORS
%{_datadir}/gtk-doc/html/libsoup-3.0
%{_datadir}/doc
%changelog
* Mon Jan 2 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 3.2.2-1
- Update 3.2.2
* Mon Apr 11 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 3.0.6-1
- Initial packaging