From 4bf49f6cfbcd119593a3d9300a5b49b00d6253c2 Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Mon, 27 Mar 2017 15:30:00 +0900 Subject: Add license file - Add license file all packages [Model] ALL [BinType] AP [Customer] OPEN [Issue#] N/A [Request] N/A [Occurrence Version] N/A [Problem] license file does not exist at package [Cause & Measure] add license file at each package [Checking Method] N/A [Team] Open Source Management and Setting Part [Developer] dh0128.kwak [Solution company] Samsung [Change Type] N/A Change-Id: I8aa9869ac97530f3f977430a6c3e00e3e08fb4f8 --- packaging/boost.spec | 31 +++++++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/packaging/boost.spec b/packaging/boost.spec index 6ea47a94fc..4f9496b9ea 100644 --- a/packaging/boost.spec +++ b/packaging/boost.spec @@ -600,143 +600,169 @@ cp -af LICENSE_1_0.txt %{buildroot}/usr/share/license/%{name} %files -n boost-license %manifest %{name}.manifest %defattr(-, root, root, -) -%license LICENSE_1_0.txt +%license LICENSE_1_0.txt %files -n boost-atomic %manifest %{name}.manifest %defattr(-, root, root, -) +%license LICENSE_1_0.txt %{_libdir}/libboost_atomic*.so.* %files -n boost-container %manifest %{name}.manifest %defattr(-, root, root, -) +%license LICENSE_1_0.txt %{_libdir}/libboost_container*.so.* %if %build_context %manifest %{name}.manifest %files -n boost-context %defattr(-, root, root, -) +%license LICENSE_1_0.txt %{_libdir}/libboost_context*.so.* %files -n boost-coroutine %manifest %{name}.manifest %defattr(-, root, root, -) +%license LICENSE_1_0.txt %{_libdir}/libboost_coroutine*.so.* %endif %files -n boost-date-time %manifest %{name}.manifest %defattr(-, root, root, -) +%license LICENSE_1_0.txt %{_libdir}/libboost_date_time*.so.* %files -n boost-filesystem %manifest %{name}.manifest %defattr(-, root, root, -) +%license LICENSE_1_0.txt %{_libdir}/libboost_filesystem*.so.* %files -n boost-graph %manifest %{name}.manifest %defattr(-, root, root, -) +%license LICENSE_1_0.txt %{_libdir}/libboost_graph.so.* %if %build_mpi %files -n boost-graph-parallel %manifest %{name}.manifest %defattr(-,root,root) +%license LICENSE_1_0.txt %_libdir/libboost_graph_parallel.so.* %endif %files -n boost-iostreams %manifest %{name}.manifest %defattr(-, root, root, -) +%license LICENSE_1_0.txt %{_libdir}/libboost_iostreams*.so.* %files -n boost-log %manifest %{name}.manifest %defattr(-, root, root, -) +%license LICENSE_1_0.txt %{_libdir}/libboost_log*.so.* %files -n boost-math %manifest %{name}.manifest %defattr(-, root, root, -) +%license LICENSE_1_0.txt %{_libdir}/libboost_math_*.so.* %if %build_mpi %manifest %{name}.manifest %files -n boost-mpi %defattr(-, root, root, -) +%license LICENSE_1_0.txt %{_libdir}/libboost_mpi*.so.* %endif %files -n boost-test %manifest %{name}.manifest %defattr(-, root, root, -) +%license LICENSE_1_0.txt %{_libdir}/libboost_prg_exec_monitor*.so.* %{_libdir}/libboost_unit_test_framework*.so.* %files -n boost-program-options %manifest %{name}.manifest %defattr(-, root, root, -) +%license LICENSE_1_0.txt %{_libdir}/libboost_program_options*.so.* %files -n boost-python %manifest %{name}.manifest %defattr(-, root, root, -) +%license LICENSE_1_0.txt %{_libdir}/libboost_python*.so.* %files -n boost-serialization %manifest %{name}.manifest %defattr(-, root, root, -) +%license LICENSE_1_0.txt %{_libdir}/libboost_*serialization*.so.* %files -n boost-signals %manifest %{name}.manifest %defattr(-, root, root, -) +%license LICENSE_1_0.txt %{_libdir}/libboost_signals*.so.* %files -n boost-system %manifest %{name}.manifest %defattr(-, root, root, -) +%license LICENSE_1_0.txt %{_libdir}/libboost_system*.so.* %files -n boost-thread %manifest %{name}.manifest %defattr(-, root, root, -) +%license LICENSE_1_0.txt %{_libdir}/libboost_thread*.so.* %files -n boost-wave %manifest %{name}.manifest %defattr(-, root, root, -) +%license LICENSE_1_0.txt %{_libdir}/libboost_wave*.so.* %files -n boost-regex %manifest %{name}.manifest %defattr(-, root, root, -) +%license LICENSE_1_0.txt %{_libdir}/libboost_regex*.so.* %files -n boost-random %manifest %{name}.manifest %defattr(-, root, root, -) +%license LICENSE_1_0.txt %{_libdir}/libboost_random*.so.* %files -n boost-chrono %manifest %{name}.manifest %defattr(-, root, root, -) +%license LICENSE_1_0.txt %{_libdir}/libboost_chrono*.so.* %files -n boost-locale %manifest %{name}.manifest %defattr(-, root, root, -) +%license LICENSE_1_0.txt %{_libdir}/libboost_locale*.so.* %files -n boost-timer %manifest %{name}.manifest %defattr(-, root, root, -) +%license LICENSE_1_0.txt %{_libdir}/libboost_timer*.so.* %files devel %manifest %{name}.manifest %defattr(-, root, root, -) +%license LICENSE_1_0.txt %{_includedir}/boost %{_libdir}/*.so %{_libdir}/pkgconfig/boost.pc @@ -745,13 +771,14 @@ cp -af LICENSE_1_0.txt %{buildroot}/usr/share/license/%{name} %files doc-html %manifest %{name}.manifest %defattr(-, root, root, -) +%license LICENSE_1_0.txt %doc %{_docdir}/* -%exclude %{_docdir}/LICENSE_1_0.txt %if %package_pdf %files doc-pdf %manifest %{name}.manifest %defattr(-, root, root, -) +%license LICENSE_1_0.txt %doc ../%{name}_%{short_version}_pdf/*.pdf %endif -- cgit v1.2.3