Drop gvfs-devel subpackage

Resolves: RHEL-45506
This commit is contained in:
Ondrej Holy 2024-07-08 15:20:38 +02:00
parent 4a68bfbdf9
commit c3fc9700ea

View File

@ -81,15 +81,6 @@ The gvfs package provides client modules of backend implementations for the gio
framework in GLib.
%package devel
Summary: Development files for gvfs
Requires: %{name}-client%{?_isa} = %{version}-%{release}
%description devel
The gvfs-devel package contains headers and other files that are
required to develop applications using gvfs.
%package fuse
Summary: FUSE support for gvfs
Requires: %{name}%{?_isa} = %{version}-%{release}
@ -244,6 +235,7 @@ the functionality of the installed gvfs package.
%if 0%{?rhel} >= 10
-Dgoogle=false \
-Dcdda=false \
-Ddeprecated_apis=false \
%endif
%{nil}
%meson_build
@ -354,13 +346,6 @@ killall -USR1 gvfsd >&/dev/null || :
%{_libdir}/gio/modules/libgvfsdbus.so
%{_mandir}/man7/gvfs.7*
%files devel
%dir %{_includedir}/gvfs-client
%dir %{_includedir}/gvfs-client/gvfs
%{_includedir}/gvfs-client/gvfs/gvfsurimapper.h
%{_includedir}/gvfs-client/gvfs/gvfsuriutils.h
%files fuse
%{_libexecdir}/gvfsd-fuse
%{_mandir}/man1/gvfsd-fuse.1*