Remove installed pkgconfig file.

This commit is contained in:
Susi Lehtola 2017-07-30 07:32:33 +02:00
parent 209efbaefa
commit 356e5c2fee

View File

@ -546,6 +546,8 @@ done
# Get rid of generated CMake config
rm -rf %{buildroot}%{_libdir}/cmake
# Get rid of generated pkgconfig file
rm %{buildroot}/usr/lib/pkgconfig/openblas.pc
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig