mirror of
https://abf.rosa.ru/djam/boost.git
synced 2025-04-22 22:27:53 +00:00
Updated boost.spec
This commit is contained in:
parent
ba4a747ef9
commit
19618b0c1b
1 changed files with 8 additions and 1 deletions
|
@ -106,7 +106,7 @@ done)}
|
||||||
%%files -n %%{libname$lib2}
|
%%files -n %%{libname$lib2}
|
||||||
%%defattr(-,root,root)
|
%%defattr(-,root,root)
|
||||||
%%doc LICENSE_1_0.txt
|
%%doc LICENSE_1_0.txt
|
||||||
%{_libdir}/libboost_$lib*.so.%{version}
|
%{_libdir}/libboost_$lib.so.%{version}
|
||||||
EOF
|
EOF
|
||||||
done)}
|
done)}
|
||||||
|
|
||||||
|
@ -204,6 +204,13 @@ EOF
|
||||||
link=shared \
|
link=shared \
|
||||||
install
|
install
|
||||||
|
|
||||||
|
# Kill any debug library versions that may show up un-invited.
|
||||||
|
rm -f %{buildroot}%{_libdir}/*-d.* %{buildroot}%{_libdir}/*-d-mt.*
|
||||||
|
# Remove cmake configuration files used to build the Boost libraries
|
||||||
|
rm -f %{buildroot}%{_libdir}/Boost*.cmake
|
||||||
|
# Fix packaged backup files in examples
|
||||||
|
find . %buildroot -name "*.*~" |xargs rm -f
|
||||||
|
|
||||||
|
|
||||||
%files -n %{libnamedevel}
|
%files -n %{libnamedevel}
|
||||||
%{_libdir}/libboost_*.so
|
%{_libdir}/libboost_*.so
|
||||||
|
|
Loading…
Add table
Reference in a new issue