summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2018-09-18 10:29:40 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2018-09-18 10:29:40 +0900
commit109673c15b610c20eea19e356d66cd08265ce62b (patch)
treebafc2c6d05ac34c7e0a919c641c120929c00ef60
parentbdde3df89c99f5a826e945dd18ca4c42fbb82962 (diff)
downloadboost-109673c15b610c20eea19e356d66cd08265ce62b.tar.gz
boost-109673c15b610c20eea19e356d66cd08265ce62b.tar.bz2
boost-109673c15b610c20eea19e356d66cd08265ce62b.zip
[Model] All [BinType] AP [Customer] OPEN [Issue#] N/A [Request] N/A [Occurrence Version] N/A [Problem] [Cause & Measure] Require by ARM Neural Network framework [Checking Method] [Team] Open Source Management and Setting Part [Developer] dh0128.kwak [Solution company] Samsung [Change Type] N/A Change-Id: Ie4b2f614a380e9c6773a599d5532c90373dd8207
-rw-r--r--packaging/boost.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/packaging/boost.spec b/packaging/boost.spec
index 545f0e379a..1d61290852 100644
--- a/packaging/boost.spec
+++ b/packaging/boost.spec
@@ -564,7 +564,8 @@ find %{buildroot}%{_docdir} -name \*.py -exec chmod -x {} +
chmod -x ../%{name}_%{short_version}_pdf/*.pdf
%endif
-rm -f %{buildroot}%{_libdir}/*.a
+#rm -f %{buildroot}%{_libdir}/*.a
+ls %{buildroot}%{_libdir}/*.a | grep -v libboost_unit_test_framework.a | xargs rm
#symlink dupes
%fdupes %buildroot
@@ -755,6 +756,8 @@ rm -f %{buildroot}%{_libdir}/*.a
%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
%manifest %{name}.manifest