Install more text documentation files
This commit is contained in:
parent
5d046039a1
commit
55880a3f49
1 changed files with 11 additions and 2 deletions
|
|
@ -135,7 +135,11 @@ PYTHONPATH='%{buildroot}%{python3_sitelib}' PYTHONDONTWRITEBYTECODE=1 \
|
|||
|
||||
%files -n python2-OWSLib
|
||||
%license LICENSE.txt
|
||||
%doc README.txt CHANGES.txt CREDITS.txt
|
||||
%doc CHANGES.txt
|
||||
%doc CREDITS.txt
|
||||
%doc FAQ.txt
|
||||
%doc HISTORY.txt
|
||||
%doc README.txt
|
||||
|
||||
%{python2_sitelib}/owslib/
|
||||
%{python2_sitelib}/OWSLib-%{version}-py%{python2_version}.egg-info
|
||||
|
|
@ -143,7 +147,11 @@ PYTHONPATH='%{buildroot}%{python3_sitelib}' PYTHONDONTWRITEBYTECODE=1 \
|
|||
|
||||
%files -n python%{python3_pkgversion}-OWSLib
|
||||
%license LICENSE.txt
|
||||
%doc README.txt CHANGES.txt CREDITS.txt
|
||||
%doc CHANGES.txt
|
||||
%doc CREDITS.txt
|
||||
%doc FAQ.txt
|
||||
%doc HISTORY.txt
|
||||
%doc README.txt
|
||||
|
||||
%{python3_sitelib}/owslib/
|
||||
%{python3_sitelib}/OWSLib-%{version}-py%{python3_version}.egg-info
|
||||
|
|
@ -155,6 +163,7 @@ PYTHONPATH='%{buildroot}%{python3_sitelib}' PYTHONDONTWRITEBYTECODE=1 \
|
|||
- Update License to SPDX
|
||||
- Build the Python 3 sub-package on EPEL7
|
||||
- Switch to the GitHub source archive and run the offline tests
|
||||
- Install more text documentation files
|
||||
|
||||
* Sat Jun 13 2015 Volker Fröhlich <volker27@gmx.at> - 0.9.0-1
|
||||
- New upstream release
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue