forked from pool/libtracefs
normalize styling
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtracefs?expand=0&rev=24
This commit is contained in:
parent
18d82ed27f
commit
d0277d7e81
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user