[libsbml] Use %{python2_sitearch}

Zbigniew Jędrzejewski-Szmek zbyszek at fedoraproject.org
Mon Feb 9 15:01:57 UTC 2015


commit be77ca5386f882cb32fe71d122588c5b78227171
Author: Zbigniew Jędrzejewski-Szmek <zbyszek at in.waw.pl>
Date:   Sat Jan 10 11:01:05 2015 -0500

    Use %{python2_sitearch}
    
    https://fedorahosted.org/fpc/ticket/327

 libsbml.spec |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/libsbml.spec b/libsbml.spec
index 60ad35b..4da1c6a 100644
--- a/libsbml.spec
+++ b/libsbml.spec
@@ -341,13 +341,13 @@ make -C build %{?_smp_mflags} check
 %if %{with python}
 %license COPYING.txt
 %files -n python-%{name}
-#%%{python_sitearch}/%{name}*.egg-info
-%{python_sitearch}/%{name}.pth
-%{python_sitearch}/%{name}
+#%%{python2_sitearch}/%{name}*.egg-info
+%{python2_sitearch}/%{name}.pth
+%{python2_sitearch}/%{name}
 
 %files -n python3-%{name}
 %license COPYING.txt
-#%%{python_sitearch}/%{name}*.egg-info
+#%%{python3_sitearch}/%{name}*.egg-info
 %{python3_sitearch}/%{name}.pth
 %{python3_sitearch}/%{name}
 %endif


More information about the scm-commits mailing list