Drop dependebcy on gamin
This commit is contained in:
parent
9af313f1e8
commit
3230384bc4
14
glib2.spec
14
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<yangcheng87@huawei.com> - 2.68.1-5
|
||||
- Type:bugfix
|
||||
- Id:NA
|
||||
- SUG:NA
|
||||
- DESC:Drop dependebcy on gamin
|
||||
|
||||
* Tue Sep 7 2021 fengtao<fengtao40@huawei.com> - 2.68.1-4
|
||||
- Type:bugfix
|
||||
- Id:NA
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user