New version 0.17.0

Adapt documentation file names
This commit is contained in:
Volker Fröhlich 2018-09-20 09:07:28 +02:00
commit 11fabf6bff
3 changed files with 13 additions and 6 deletions

View file

@ -3,8 +3,8 @@
%global with_python3 1
Name: python-%{modname}
Version: 0.16.0
Release: 5%{?dist}
Version: 0.17.0
Release: 1%{?dist}
Summary: Client library for OGC web services
License: BSD
URL: https://geopython.github.io/OWSLib
@ -65,7 +65,9 @@ find python3 -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python3}|'
find python2 -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python2}|'
pushd python2
cp -pr LICENSE.txt README.txt CHANGES.txt CREDITS.txt ../
# TODO: Add LICENSE on the next release after 0.17.0
# https://github.com/geopython/OWSLib/pull/519
cp -pr README.rst CHANGES.rst AUTHORS.rst ../
popd
@ -94,18 +96,22 @@ popd
%files -n python2-owslib
%doc LICENSE.txt README.txt CHANGES.txt CREDITS.txt
%doc README.rst CHANGES.rst AUTHORS.rst
%{python2_sitelib}/owslib
%{python2_sitelib}/%{modname}-%{version}-py*.egg-info
%if 0%{?with_python3}
%files -n python3-OWSLib
%doc LICENSE.txt README.txt CHANGES.txt CREDITS.txt
%doc README.rst CHANGES.rst AUTHORS.rst
%{python3_sitelib}/owslib
%{python3_sitelib}/%{modname}-%{version}-py*.egg-info
%endif # if with_python3
%changelog
* Wed Sep 19 2018 Volker Fröhlich <volker27@gmx.at> - 0.17.0-1
- New upstream release
- Update names of documentation files
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild