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
|
# 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
|
||||||
|
Loading…
Reference in New Issue
Block a user