[packages/blueman] drop fixed python paths nonsense
atler
atler at pld-linux.org
Sat Feb 27 12:56:28 CET 2021
commit 2a7ffba50f528f14038fc3fcae2a86c734f8f575
Author: Jan Palus <atler at pld-linux.org>
Date: Sat Feb 27 12:53:46 2021 +0100
drop fixed python paths nonsense
blueman.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/blueman.spec b/blueman.spec
index 92d1edc..63e5dab 100644
--- a/blueman.spec
+++ b/blueman.spec
@@ -142,7 +142,7 @@ rm -rf $RPM_BUILD_ROOT
DESTDIR=$RPM_BUILD_ROOT
%{__rm} -r $RPM_BUILD_ROOT%{_docdir}/%{name}
-%{__rm} $RPM_BUILD_ROOT%{_libdir}/python3.8/site-packages/_blueman.la
+%{__rm} $RPM_BUILD_ROOT%{py3_sitedir}/_blueman.la
# DO NOT RUN py_postclean - breaks plugins and everything
@@ -205,8 +205,8 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas
%{_datadir}/dbus-1/services/org.blueman.Applet.service
%{_datadir}/polkit-1/actions/org.blueman.policy
%{_datadir}/polkit-1/rules.d/blueman.rules
-%attr(755,root,root) %{_libdir}/python3.8/site-packages/_blueman.so
-%{_libdir}/python3.8/site-packages/%{name}
+%attr(755,root,root) %{py3_sitedir}/_blueman.so
+%{py3_sitedir}/%{name}
%if %{with mate}
%files caja
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/blueman.git/commitdiff/29c55b9b39de9c662fb7bd87b339a881c399caaf
More information about the pld-cvs-commit
mailing list