You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
363 B
7 lines
363 B
# Make libfoo.so symlinks require the soname-provide of the target library
|
|
%__mpilibsymlink_requires %{_rpmconfigdir}/mpi.prov %{buildroot} --soname-only
|
|
%__mpilibsymlink_magic ^symbolic link to .*lib.*\.so\..*$
|
|
%__mpilibsymlink_path ^%{_prefix}/lib(64)?/.*\.so$
|
|
%__mpilibsymlink_flags magic_and_path
|
|
%__libsymlink_exclude_path ^%{_prefix}/lib(64)?/.*$
|