diff options
| author | CoprDistGit <infra@openeuler.org> | 2025-01-06 18:00:09 +0000 | 
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2025-01-06 18:00:09 +0000 | 
| commit | 897a939f72d795c318b811d3a334a6a893e32cbe (patch) | |
| tree | 879e9bb10448a4579d4c2987aaff797d4843433a | |
| parent | f582043b743a28804db883680a99b181ce93eacc (diff) | |
automatic import of libtracefs
| -rw-r--r-- | libtracefs.spec | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/libtracefs.spec b/libtracefs.spec index 4fe8ca7..00d8818 100644 --- a/libtracefs.spec +++ b/libtracefs.spec @@ -29,12 +29,14 @@ Development headers of %{name}  %autosetup -p1  %build -%meson +%meson -Dsamples=false  %meson_build  %meson_build docs  %install  %meson_install + +rm -f %{buildroot}%{_libdir}/*.a  %files  %license LICENSES/LGPL-2.1  | 
