%{python_sitelib} → %{python2_sitelib}
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
4a889064ec
commit
a8aae22c42
1 changed files with 2 additions and 2 deletions
|
|
@ -95,8 +95,8 @@ popd
|
|||
|
||||
%files -n python2-owslib
|
||||
%doc LICENSE.txt README.txt CHANGES.txt CREDITS.txt
|
||||
%{python_sitelib}/owslib
|
||||
%{python_sitelib}/%{modname}-%{version}-py*.egg-info
|
||||
%{python2_sitelib}/owslib
|
||||
%{python2_sitelib}/%{modname}-%{version}-py*.egg-info
|
||||
|
||||
%if 0%{?with_python3}
|
||||
%files -n python3-OWSLib
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue