From e5339eeb202c78b195940cf6fdaa7c77bbbcb174 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Wed, 15 Sep 2010 12:22:39 +0100 Subject: [PATCH] Use python_sitearch macro. --- hplip.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hplip.spec b/hplip.spec index 072be75..16011eb 100644 --- a/hplip.spec +++ b/hplip.spec @@ -399,7 +399,7 @@ rm -rf %{buildroot} %{_libdir}/libhpip.so.* %{_libdir}/libhpmud.so* # Python extension -%{_libdir}/python*/site-packages/* +%{python_sitearch}/* %files gui %defattr(-,root,root,-) @@ -464,6 +464,7 @@ fi - The libs sub-package requires python for directories. - Avoided macro in comment. - The lib sub-package now runs ldconfig for post/postun. + - Use python_sitearch macro. * Tue Sep 13 2010 Jiri Popelka - 3.10.6-4 - Added IEEE 1284 Device ID for HP LaserJet 4000 (bug #633227).