diff options
-rw-r--r-- | packaging/boost.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/boost.spec b/packaging/boost.spec index 9b8260cb46..47a4fe0357 100644 --- a/packaging/boost.spec +++ b/packaging/boost.spec @@ -565,10 +565,11 @@ chmod -x ../%{name}_%{short_version}_pdf/*.pdf %endif #rm -f %{buildroot}%{_libdir}/*.a -ls %{buildroot}%{_libdir}/*.a | grep -v libboost_unit_test_framework.a | xargs rm +ls %{buildroot}%{_libdir}/*.a | xargs rm #symlink dupes %fdupes %buildroot + %post -n boost-atomic -p /sbin/ldconfig %post -n boost-container -p /sbin/ldconfig @@ -756,7 +757,6 @@ ls %{buildroot}%{_libdir}/*.a | grep -v libboost_unit_test_framework.a | xargs r %license LICENSE_1_0.txt %{_libdir}/libboost_prg_exec_monitor*.so.* %{_libdir}/libboost_unit_test_framework*.so.* -%{_libdir}/libboost_unit_test_framework.a %files -n boost-program-options |