Compare commits
6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4174651018 | ||
|
|
36ed902e1e | ||
|
|
3883b3f936 | ||
|
|
7e9186a0eb | ||
|
|
cd4eeba9f1 | ||
|
|
384c14733c |
3 changed files with 9 additions and 10 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -6,4 +6,3 @@
|
||||||
/OWSLib-0.8.12.tar.gz
|
/OWSLib-0.8.12.tar.gz
|
||||||
/OWSLib-0.8.13.tar.gz
|
/OWSLib-0.8.13.tar.gz
|
||||||
/OWSLib-0.9.0.tar.gz
|
/OWSLib-0.9.0.tar.gz
|
||||||
/OWSLib-0.9.1.tar.gz
|
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,15 @@
|
||||||
# Works with either ElementTree or python-lxml
|
# Works with either ElementTree or python-lxml
|
||||||
%global modname OWSLib
|
%global modname OWSLib
|
||||||
%global with_python3 1
|
%global with_python3 0%{?fedora}
|
||||||
|
|
||||||
|
%if 0%{?rhel} && 0%{?rhel} <= 6
|
||||||
|
%{!?__python2: %global __python2 /usr/bin/python2}
|
||||||
|
%{!?python2_sitelib: %global python2_sitelib %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
|
||||||
|
%{!?python2_sitearch: %global python2_sitearch %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
|
||||||
|
%endif
|
||||||
|
|
||||||
Name: python-%{modname}
|
Name: python-%{modname}
|
||||||
Version: 0.9.1
|
Version: 0.9.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Client library for OGC web services
|
Summary: Client library for OGC web services
|
||||||
License: BSD
|
License: BSD
|
||||||
|
|
@ -93,12 +99,6 @@ popd
|
||||||
%endif # if with_python3
|
%endif # if with_python3
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sun Sep 6 2015 Volker Fröhlich <volker27@gmx.at> - 0.9.1-1
|
|
||||||
- New upstream release
|
|
||||||
|
|
||||||
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.0-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sat Jun 13 2015 Volker Fröhlich <volker27@gmx.at> - 0.9.0-1
|
* Sat Jun 13 2015 Volker Fröhlich <volker27@gmx.at> - 0.9.0-1
|
||||||
- New upstream release
|
- New upstream release
|
||||||
- Add Python 3 sub-package
|
- Add Python 3 sub-package
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
9ca33a5815d07ae8c97dfa3747118d2c OWSLib-0.9.1.tar.gz
|
e511e8bdddce0e59abefc892f090e033 OWSLib-0.9.0.tar.gz
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue