move mpi.so from devel to main package [release 1.66.0-2mamba;Sat Sep 01 2018]
This commit is contained in:
parent
021b99d275
commit
57ed1ccd60
@ -2,7 +2,7 @@
|
||||
%define pckmajver %(echo %version | cut -d. -f1-2 | tr . _)
|
||||
Name: libboost
|
||||
Version: 1.66.0
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: Free peer-reviewed portable C++ source libraries
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -212,6 +212,7 @@ cp stage/lib/libboost_python-mt.* %{buildroot}%{_libdir}/
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/*.so.*
|
||||
%{_libdir}/mpi.so
|
||||
%exclude %{_libdir}/libboost_python*.so.*
|
||||
%doc LICENSE_1_0.txt
|
||||
|
||||
@ -221,6 +222,7 @@ cp stage/lib/libboost_python-mt.* %{buildroot}%{_libdir}/
|
||||
%{_includedir}/boost/*
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/*.a
|
||||
%exclude %{_libdir}/mpi.so
|
||||
|
||||
%files -n python-boost
|
||||
%defattr(-,root,root)
|
||||
@ -233,6 +235,9 @@ cp stage/lib/libboost_python-mt.* %{buildroot}%{_libdir}/
|
||||
%{_libdir}/libboost_python3-mt.so.*
|
||||
|
||||
%changelog
|
||||
* Sat Sep 01 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 1.66.0-2mamba
|
||||
- move mpi.so from devel to main package
|
||||
|
||||
* Sat Jan 06 2018 Automatic Build System <autodist@mambasoft.it> 1.66.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user