* spot.spec.in: Adjust names of Python libs.
This commit is contained in:
parent
1679d05bcd
commit
f493f72015
1 changed files with 8 additions and 8 deletions
16
spot.spec.in
16
spot.spec.in
|
|
@ -116,13 +116,13 @@ Spot allows manipulation of omega-automata as well as linear-time
|
||||||
temporal logic (LTL & PSL).
|
temporal logic (LTL & PSL).
|
||||||
|
|
||||||
%files -n python3-spot
|
%files -n python3-spot
|
||||||
%{python3_sitearch}/__pycache__/buddy.cpython-*.pyc
|
%{python3_sitearch}/__pycache__/buddy.*.pyc
|
||||||
%{python3_sitearch}/buddy.py
|
%{python3_sitearch}/buddy.py
|
||||||
%dir %{python3_sitearch}/spot
|
%dir %{python3_sitearch}/spot
|
||||||
%{python3_sitearch}/spot/*
|
%{python3_sitearch}/spot/*
|
||||||
%{python3_sitearch}/_buddy.a
|
%{python3_sitearch}/_buddy.*.a
|
||||||
%{python3_sitearch}/_buddy.la
|
%{python3_sitearch}/_buddy.*.la
|
||||||
%{python3_sitearch}/_buddy.so
|
%{python3_sitearch}/_buddy.*.so
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc AUTHORS COPYING NEWS README THANKS
|
%doc AUTHORS COPYING NEWS README THANKS
|
||||||
|
|
||||||
|
|
@ -154,10 +154,10 @@ HTML and PDF documentation for Spot.
|
||||||
%make_install
|
%make_install
|
||||||
|
|
||||||
# remove rpaths
|
# remove rpaths
|
||||||
chrpath --delete $RPM_BUILD_ROOT%{python3_sitearch}/spot/_ltsmin.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/_gen.*.so
|
||||||
chrpath --delete $RPM_BUILD_ROOT%{python3_sitearch}/spot/_impl.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}/_buddy.*.so
|
||||||
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libspotgen.so.0.0.0
|
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}/libspotltsmin.so.0.0.0
|
||||||
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libspot.so.0.0.0
|
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libspot.so.0.0.0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue