mirror of
https://abf.rosa.ru/djam/boost.git
synced 2025-04-11 08:44:17 +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}
|
||||
%%defattr(-,root,root)
|
||||
%%doc LICENSE_1_0.txt
|
||||
%{_libdir}/libboost_$lib*.so.%{version}
|
||||
%{_libdir}/libboost_$lib.so.%{version}
|
||||
EOF
|
||||
done)}
|
||||
|
||||
|
@ -203,6 +203,13 @@ EOF
|
|||
--prefix=%{buildroot}%{_prefix} --libdir=%{buildroot}%{_libdir} \
|
||||
link=shared \
|
||||
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}
|
||||
|
|
Loading…
Add table
Reference in a new issue