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 # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -73,7 +73,7 @@ This subpackage contains the header files.
%build %build
%meson \ %meson \
-Ddocs-build=true \ -Ddocs-build=true \
-Dhtmldir=%{_docdir}/%{name} -Dhtmldir="%_docdir/%name"
%meson_build %meson_build
%install %install
@ -90,13 +90,13 @@ This subpackage contains the header files.
%files tools %files tools
%_bindir/sqlhist %_bindir/sqlhist
%{_mandir}/man1/* %_mandir/man1/*
%files devel %files devel
%_includedir/* %_includedir/*
%_libdir/libtracefs.so %_libdir/libtracefs.so
%_libdir/pkgconfig/*.pc %_libdir/pkgconfig/*.pc
%{_mandir}/man3/* %_mandir/man3/*
%{_docdir}/%{name}/ %_docdir/%name/
%changelog %changelog