1
0
forked from pool/libtracefs
Jan Engelhardt 2023-01-02 00:19:41 +00:00 committed by Git OBS Bridge
parent 18d82ed27f
commit d0277d7e81

View File

@ -1,7 +1,7 @@
#
# spec file for package libtracefs
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -73,7 +73,7 @@ This subpackage contains the header files.
%build
%meson \
-Ddocs-build=true \
-Dhtmldir=%{_docdir}/%{name}
-Dhtmldir="%_docdir/%name"
%meson_build
%install
@ -90,13 +90,13 @@ This subpackage contains the header files.
%files tools
%_bindir/sqlhist
%{_mandir}/man1/*
%_mandir/man1/*
%files devel
%_includedir/*
%_libdir/libtracefs.so
%_libdir/pkgconfig/*.pc
%{_mandir}/man3/*
%{_docdir}/%{name}/
%_mandir/man3/*
%_docdir/%name/
%changelog