diff --git a/glib2.spec b/glib2.spec index f06633f8f5dbcc295c7e7692181adc08f3a3cbcf..473858cff2d6aaa49fae5c61db5b11651d9183ea 100644 --- a/glib2.spec +++ b/glib2.spec @@ -1,6 +1,6 @@ Name: glib2 Version: 2.62.5 -Release: 6 +Release: 7 Summary: The core library that forms the basis for projects such as GTK+ and GNOME License: LGPLv2+ URL: http://www.gtk.org @@ -21,7 +21,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 +BuildRequires: python3-devel Provides: %{name}-fam = %{version}-%{release} Obsoletes: %{name}-fam < %{version}-%{release} @@ -63,7 +63,7 @@ help document for the glib2 package. %build rm glib/pcre/*.[ch] %meson --default-library=both -Dman=true -Ddtrace=true \ - -Dsystemtap=true -Dgtk_doc=true -Dfam=true -Dinstalled_tests=true + -Dsystemtap=true -Dgtk_doc=true -Dinstalled_tests=true %meson_build @@ -78,6 +78,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 @@ -98,7 +99,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 @@ -152,6 +152,12 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %doc %{_datadir}/gtk-doc/html/* %changelog +* Thu Nov 4 2021 yangcheng - 2.62.5-7 +- Type:bugfix +- Id:NA +- SUG:NA +- DESC:drop dependency on gamin + * Sat Aug 14 2021 liuyumeng - 2.62.5-6 - Type:bugfix - Id:NA