diff --git a/glib2.spec b/glib2.spec index 32906cb3ce2a0c3df7cbe17e668151d522288881..9f99c7f8a0214365e7a60ae0360de99e85e575e3 100644 --- a/glib2.spec +++ b/glib2.spec @@ -1,6 +1,6 @@ Name: glib2 Version: 2.68.1 -Release: 4 +Release: 5 Summary: The core library that forms the basis for projects such as GTK+ and GNOME License: LGPLv2+ URL: http://www.gtk.org @@ -13,7 +13,7 @@ BuildRequires: chrpath gcc gcc-c++ gettext gtk-doc perl-interpreter BUildRequires: glibc-devel libattr-devel libselinux-devel meson BuildRequires: systemtap-sdt-devel pkgconfig(libelf) pkgconfig(libffi) BuildRequires: pkgconfig(libpcre) pkgconfig(mount) pkgconfig(zlib) -BuildRequires: python3-devel gamin-devel pkgconfig(sysprof-capture-4) +BuildRequires: python3-devel pkgconfig(sysprof-capture-4) BuildRequires: desktop-file-utils shared-mime-info Provides: %{name}-fam = %{version}-%{release} @@ -56,7 +56,7 @@ help document for the glib2 package. %build rm glib/pcre/*.[ch] %meson --default-library=both -Dman=true -Ddtrace=true -Dsysprof=enabled \ - -Dsystemtap=true -Dgtk_doc=true -Dfam=true -Dinstalled_tests=true + -Dsystemtap=true -Dgtk_doc=true -Dinstalled_tests=true %meson_build @@ -74,6 +74,7 @@ export PYTHONHASHSEED=0 %py_byte_compile %{__python3} %{buildroot}%{_datadir} mv %{buildroot}%{_bindir}/gio-querymodules %{buildroot}%{_bindir}/gio-querymodules-%{__isa_bits} +mkdir -p %{buildroot}%{_libdir}/gio/modules/ touch %{buildroot}%{_libdir}/gio/modules/giomodule.cache %find_lang glib20 @@ -94,7 +95,6 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %doc AUTHORS NEWS README %license COPYING %{_libdir}/*.so.* -%{_libdir}/gio/modules/libgiofam.so %dir %{_libdir}/gio %ghost %{_libdir}/gio/modules/giomodule.cache @@ -147,6 +147,12 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %doc %{_datadir}/gtk-doc/html/* %changelog +* Tue Sep 14 2021 yangcheng - 2.68.1-5 +- Type:bugfix +- Id:NA +- SUG:NA +- DESC:Drop dependebcy on gamin + * Tue Sep 7 2021 fengtao - 2.68.1-4 - Type:bugfix - Id:NA