diff --git a/libtracefs.spec b/libtracefs.spec index a03eedf..6458739 100644 --- a/libtracefs.spec +++ b/libtracefs.spec @@ -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