Remove static file

epel9
Fabian Affolter 8 years ago
parent 98f8a767c1
commit 22639c1571
No known key found for this signature in database
GPG Key ID: E23CD2DD36A4397F

@ -62,6 +62,7 @@ cd build
find %{buildroot} -name '*.la' -exec rm -f {} ';'
find %{buildroot} -name '*.a' -exec rm -f {} ';'
find %{buildroot} -name '*.cmake' -exec rm -f {} ';'
find %{buildroot} -name '*_static.pc' -exec rm -f {} ';'
%post -p /sbin/ldconfig

Loading…
Cancel
Save