From ead011a9483c196d052b4d75d3d2cf0691f2bba8 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Wed, 12 Sep 2018 16:01:17 +0200 Subject: [PATCH] Replace forgotten %{python_sitearch} by %{python2_sitearch} --- geos.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/geos.spec b/geos.spec index cf2e9dd..60436d4 100644 --- a/geos.spec +++ b/geos.spec @@ -112,9 +112,9 @@ make %{?_smp_mflags} check || exit 0 %exclude %{_libdir}/*.a %files -n python2-geos -%dir %{python_sitearch}/%{name} -%exclude %{python_sitearch}/%{name}/_%{name}.a -%exclude %{python_sitearch}/%{name}/_%{name}.la +%dir %{python2_sitearch}/%{name} +%exclude %{python2_sitearch}/%{name}/_%{name}.a +%exclude %{python2_sitearch}/%{name}/_%{name}.la %{python2_sitearch}/%{name}.pth %{python2_sitearch}/%{name}/*.py %{python2_sitearch}/%{name}/*.py?