summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packaging/boost.spec31
1 files 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