diff --git a/OpenColorIO.spec b/OpenColorIO.spec index 30976b9..085156a 100644 --- a/OpenColorIO.spec +++ b/OpenColorIO.spec @@ -121,7 +121,7 @@ Development libraries and headers for %{name}. %cmake_install # Remove static libs -#find %{buildroot} -type f -name "*.a" -exec rm -f {} \; +find %{buildroot} -type f -name "*.a" -exec rm -f {} \; # Generate man pages pushd %{__cmake_builddir}/src/apps