!105 remove gnutls require
From: @compile_success Reviewed-by: @yanan-rock Signed-off-by: @yanan-rock
This commit is contained in:
commit
0e88c5fe9b
12
glib2.spec
12
glib2.spec
@ -1,6 +1,6 @@
|
||||
Name: glib2
|
||||
Version: 2.72.2
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: The core library that forms the basis for projects such as GTK+ and GNOME
|
||||
License: LGPLv2+
|
||||
URL: http://www.gtk.org
|
||||
@ -18,12 +18,6 @@ BuildRequires: pkgconfig(sysprof-capture-4)
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%if 0%{?__isa_bits} == 64
|
||||
Requires: libgnutls.so.30()(64bit)
|
||||
%else
|
||||
Requires: libgnutls.so.30
|
||||
%endif
|
||||
|
||||
Provides: %{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 \
|
||||
%endif
|
||||
-Dsystemtap=true -Dinstalled_tests=true \
|
||||
-Dgnutls=true \
|
||||
-Dglib_debug=disabled
|
||||
|
||||
%meson_build
|
||||
@ -185,6 +178,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
||||
%endif
|
||||
|
||||
%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
|
||||
- Update to 2.72.2
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user