From f493f720152f1997263462c019e565399de1707b Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Wed, 7 Jul 2021 13:11:46 +0200 Subject: [PATCH] * spot.spec.in: Adjust names of Python libs. --- spot.spec.in | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/spot.spec.in b/spot.spec.in index cf829d684..238647606 100755 --- a/spot.spec.in +++ b/spot.spec.in @@ -116,13 +116,13 @@ Spot allows manipulation of omega-automata as well as linear-time temporal logic (LTL & PSL). %files -n python3-spot -%{python3_sitearch}/__pycache__/buddy.cpython-*.pyc +%{python3_sitearch}/__pycache__/buddy.*.pyc %{python3_sitearch}/buddy.py %dir %{python3_sitearch}/spot %{python3_sitearch}/spot/* -%{python3_sitearch}/_buddy.a -%{python3_sitearch}/_buddy.la -%{python3_sitearch}/_buddy.so +%{python3_sitearch}/_buddy.*.a +%{python3_sitearch}/_buddy.*.la +%{python3_sitearch}/_buddy.*.so %license COPYING %doc AUTHORS COPYING NEWS README THANKS @@ -154,10 +154,10 @@ HTML and PDF documentation for Spot. %make_install # remove rpaths -chrpath --delete $RPM_BUILD_ROOT%{python3_sitearch}/spot/_ltsmin.so -chrpath --delete $RPM_BUILD_ROOT%{python3_sitearch}/spot/_gen.so -chrpath --delete $RPM_BUILD_ROOT%{python3_sitearch}/spot/_impl.so -chrpath --delete $RPM_BUILD_ROOT%{python3_sitearch}/_buddy.so +chrpath --delete $RPM_BUILD_ROOT%{python3_sitearch}/spot/_ltsmin.*.so +chrpath --delete $RPM_BUILD_ROOT%{python3_sitearch}/spot/_gen.*.so +chrpath --delete $RPM_BUILD_ROOT%{python3_sitearch}/spot/_impl.*.so +chrpath --delete $RPM_BUILD_ROOT%{python3_sitearch}/_buddy.*.so chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libspotgen.so.0.0.0 chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libspotltsmin.so.0.0.0 chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libspot.so.0.0.0