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 . _)
|
%define pckmajver %(echo %version | cut -d. -f1-2 | tr . _)
|
||||||
Name: libboost
|
Name: libboost
|
||||||
Version: 1.66.0
|
Version: 1.66.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Free peer-reviewed portable C++ source libraries
|
Summary: Free peer-reviewed portable C++ source libraries
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -212,6 +212,7 @@ cp stage/lib/libboost_python-mt.* %{buildroot}%{_libdir}/
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
|
%{_libdir}/mpi.so
|
||||||
%exclude %{_libdir}/libboost_python*.so.*
|
%exclude %{_libdir}/libboost_python*.so.*
|
||||||
%doc LICENSE_1_0.txt
|
%doc LICENSE_1_0.txt
|
||||||
|
|
||||||
@ -221,6 +222,7 @@ cp stage/lib/libboost_python-mt.* %{buildroot}%{_libdir}/
|
|||||||
%{_includedir}/boost/*
|
%{_includedir}/boost/*
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_libdir}/*.a
|
%{_libdir}/*.a
|
||||||
|
%exclude %{_libdir}/mpi.so
|
||||||
|
|
||||||
%files -n python-boost
|
%files -n python-boost
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -233,6 +235,9 @@ cp stage/lib/libboost_python-mt.* %{buildroot}%{_libdir}/
|
|||||||
%{_libdir}/libboost_python3-mt.so.*
|
%{_libdir}/libboost_python3-mt.so.*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Jan 06 2018 Automatic Build System <autodist@mambasoft.it> 1.66.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user