enable all tests

This commit is contained in:
t_feng 2021-09-07 16:05:31 +08:00
parent cd1953f4a9
commit 3ef7faeb41

View File

@ -1,6 +1,6 @@
Name: glib2 Name: glib2
Version: 2.66.8 Version: 2.66.8
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
@ -29,6 +29,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 BuildRequires: python3-devel gamin-devel
BuildRequires: desktop-file-utils shared-mime-info
%ifarch i686 %ifarch i686
BuildRequires: libxslt BuildRequires: libxslt
%endif %endif
@ -86,6 +87,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
@ -188,6 +192,12 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
%endif %endif
%changelog %changelog
* Tue Sep 7 2021 fengtao <fengtao40@huawei.com> - 2.66.8-4
- Type:bugfix
- ID:NA
- SUG:NA
- DESE:enable all tests
* Tue Aug 24 2021 yangcheng <yangcheng87@huawei.com> - 2.66.8-3 * Tue Aug 24 2021 yangcheng <yangcheng87@huawei.com> - 2.66.8-3
- Type:bugfix - Type:bugfix
- ID:NA - ID:NA