forked from pool/boost
Accepting request 611175 from home:adamm:boost_test
- fix packaging of Boost.Contract on s390 and other platforms without Boost.Context support. - fix build on older SLE SP by owning /usr/share/licenses directory OBS-URL: https://build.opensuse.org/request/show/611175 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=213
This commit is contained in:
parent
cd9168e58c
commit
094e36f522
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 22 08:44:22 UTC 2018 - adam.majer@suse.de
|
||||
|
||||
- fix packaging of Boost.Contract on s390 and other platforms
|
||||
without Boost.Context support.
|
||||
- fix build on older SLE SP by owning /usr/share/licenses directory
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 4 12:10:27 CEST 2018 - adam.majer@suse.de
|
||||
|
||||
|
19
boost.spec
19
boost.spec
@ -1583,14 +1583,6 @@ rmdir --ignore-fail-on-non-empty %{buildroot}%{_libdir}
|
||||
%defattr(-, root, root, -)
|
||||
%{_libdir}/libboost_context.so
|
||||
|
||||
%files -n libboost_contract%{lib_appendix}
|
||||
%defattr(-, root, root, -)
|
||||
%{_libdir}/libboost_contract.so.%{version}
|
||||
|
||||
%files -n libboost_contract%{lib_appendix}-devel
|
||||
%defattr(-, root, root, -)
|
||||
%{_libdir}/libboost_contract.so
|
||||
|
||||
%files -n libboost_coroutine%{lib_appendix}
|
||||
%defattr(-, root, root, -)
|
||||
%{_libdir}/libboost_coroutine.so.%{version}
|
||||
@ -1601,6 +1593,14 @@ rmdir --ignore-fail-on-non-empty %{buildroot}%{_libdir}
|
||||
|
||||
%endif # if with build_context
|
||||
|
||||
%files -n libboost_contract%{lib_appendix}
|
||||
%defattr(-, root, root, -)
|
||||
%{_libdir}/libboost_contract.so.%{version}
|
||||
|
||||
%files -n libboost_contract%{lib_appendix}-devel
|
||||
%defattr(-, root, root, -)
|
||||
%{_libdir}/libboost_contract.so
|
||||
|
||||
%files -n libboost_date_time%{lib_appendix}
|
||||
%defattr(-, root, root, -)
|
||||
%{_libdir}/libboost_date_time.so.%{version}
|
||||
@ -1951,6 +1951,9 @@ rmdir --ignore-fail-on-non-empty %{buildroot}%{_libdir}
|
||||
%files -n boost-license%{lib_appendix}
|
||||
%defattr(-, root, root, -)
|
||||
%license LICENSE_1_0.txt
|
||||
%if 0%{?sle_version} >= 120000 && 0%{?sle_version} <= 120200 && !0%{?is_opensuse}
|
||||
%dir /usr/share/licenses
|
||||
%endif
|
||||
|
||||
%endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user