From d2dedcb606b6145ffacff1af5840b7eafd0b7229 Mon Sep 17 00:00:00 2001 From: Richard Shaw Date: Mon, 20 Dec 2021 07:13:06 -0600 Subject: [PATCH] Still need to remove static libs... --- OpenColorIO.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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