use perl macro to remove unwanted files from buildroot
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=56
This commit is contained in:
parent
a2e5b3e9bb
commit
f7c0877c99
@ -336,7 +336,7 @@ make \
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
find $RPM_BUILD_ROOT \( -name "*.pod" -o -name ".packlist" \) -print0 | xargs -0 --no-run-if-empty rm -fv
|
||||
%perl_process_packlist
|
||||
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.{l,}a
|
||||
touch %{name}.lang
|
||||
%find_lang %{name}
|
||||
|
Loading…
x
Reference in New Issue
Block a user