!105 remove gnutls require

From: @compile_success 
Reviewed-by: @yanan-rock 
Signed-off-by: @yanan-rock
This commit is contained in:
openeuler-ci-bot 2022-06-20 07:01:35 +00:00 committed by Gitee
commit 0e88c5fe9b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: glib2 Name: glib2
Version: 2.72.2 Version: 2.72.2
Release: 1 Release: 2
Summary: The core library that forms the basis for projects such as GTK+ and GNOME Summary: The core library that forms the basis for projects such as GTK+ and GNOME
License: LGPLv2+ License: LGPLv2+
URL: http://www.gtk.org URL: http://www.gtk.org
@ -18,12 +18,6 @@ BuildRequires: pkgconfig(sysprof-capture-4)
%endif %endif
%endif %endif
%if 0%{?__isa_bits} == 64
Requires: libgnutls.so.30()(64bit)
%else
Requires: libgnutls.so.30
%endif
Provides: %{name}-fam = %{version}-%{release} Provides: %{name}-fam = %{version}-%{release}
Obsoletes: %{name}-fam < %{version}-%{release} Obsoletes: %{name}-fam < %{version}-%{release}
@ -81,7 +75,6 @@ rm -rf glib/pcre/*.[ch]
-Dsysprof=disabled -Dman=false -Dgtk_doc=false \ -Dsysprof=disabled -Dman=false -Dgtk_doc=false \
%endif %endif
-Dsystemtap=true -Dinstalled_tests=true \ -Dsystemtap=true -Dinstalled_tests=true \
-Dgnutls=true \
-Dglib_debug=disabled -Dglib_debug=disabled
%meson_build %meson_build
@ -185,6 +178,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
%endif %endif
%changelog %changelog
* Sat Jun 18 2022 zhujunhao <zhujunhao11@huawei.com> - 2.72.2-2
- remove gnutls require
* Mon Jun 6 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 2.72.2-1 * Mon Jun 6 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 2.72.2-1
- Update to 2.72.2 - Update to 2.72.2