!63 enable all tests

From: @t_feng
Reviewed-by: @yanan-rock
Signed-off-by: @yanan-rock
This commit is contained in:
openeuler-ci-bot 2021-09-07 06:38:44 +00:00 committed by Gitee
commit 9af313f1e8

View File

@ -1,6 +1,6 @@
Name: glib2 Name: glib2
Version: 2.68.1 Version: 2.68.1
Release: 3 Release: 4
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
@ -14,6 +14,7 @@ BUildRequires: glibc-devel libattr-devel libselinux-devel meson
BuildRequires: systemtap-sdt-devel pkgconfig(libelf) pkgconfig(libffi) BuildRequires: systemtap-sdt-devel pkgconfig(libelf) pkgconfig(libffi)
BuildRequires: pkgconfig(libpcre) pkgconfig(mount) pkgconfig(zlib) BuildRequires: pkgconfig(libpcre) pkgconfig(mount) pkgconfig(zlib)
BuildRequires: python3-devel gamin-devel pkgconfig(sysprof-capture-4) BuildRequires: python3-devel gamin-devel pkgconfig(sysprof-capture-4)
BuildRequires: desktop-file-utils shared-mime-info
Provides: %{name}-fam = %{version}-%{release} Provides: %{name}-fam = %{version}-%{release}
Obsoletes: %{name}-fam < %{version}-%{release} Obsoletes: %{name}-fam < %{version}-%{release}
@ -61,6 +62,9 @@ rm glib/pcre/*.[ch]
find . -name *.dtrace-temp.c -exec rm -f {} \; find . -name *.dtrace-temp.c -exec rm -f {} \;
%check
%meson_test
%install %install
%meson_install %meson_install
touch -r gio/gdbus-2.0/codegen/config.py.in %{buildroot}%{_datadir}/glib-2.0/codegen/*.py touch -r gio/gdbus-2.0/codegen/config.py.in %{buildroot}%{_datadir}/glib-2.0/codegen/*.py
@ -143,6 +147,12 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
%doc %{_datadir}/gtk-doc/html/* %doc %{_datadir}/gtk-doc/html/*
%changelog %changelog
* Tue Sep 7 2021 fengtao<fengtao40@huawei.com> - 2.68.1-4
- Type:bugfix
- Id:NA
- SUG:NA
- DESC:enable all tests
* Sat Aug 14 2021 liuyumeng<liuyumeng5@huawei.com> - 2.68.1-3 * Sat Aug 14 2021 liuyumeng<liuyumeng5@huawei.com> - 2.68.1-3
- Type:bugfix - Type:bugfix
- Id:NA - Id:NA