Upgrade package to version 0.3.0

This commit is contained in:
Gzx1999 2022-10-10 18:27:12 +08:00
parent ad309e52c1
commit 0b0a2d9bde
3 changed files with 32 additions and 32 deletions

Binary file not shown.

BIN
geomet-0.3.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,46 +1,44 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-geomet Name: python-geomet
Version: 0.2.1.post1 Version: 0.3.0
Release: 2 Release: 1
Summary: GeoJSON <-> WKT/WKB conversion utilities Summary: GeoJSON <-> WKT/WKB conversion utilities
License: Apache-2.0 License: Apache-2.0
URL: https://github.com/geomet/geomet URL: https://github.com/geomet/geomet
Source0: https://files.pythonhosted.org/packages/cf/21/58251b3de99e0b5ba649ff511f7f9e8399c3059dd52a643774106e929afa/geomet-0.2.1.post1.tar.gz Source0: https://files.pythonhosted.org/packages/be/9c/dc5a874b12bbab2981edf92d7d03b9d37de6261655b57590a166c890b148/geomet-0.3.0.tar.gz
BuildArch: noarch BuildArch: noarch
Requires: python3-click
Requires: python3-six
%description %description
Convert GeoJSON to WKT/WKB (Well-Known Text/Binary), and vice versa. Convert GeoJSON to WKT/WKB (Well-Known Text/Binary), and vice versa.
%package -n python3-geomet %package -n python3-geomet
Summary: GeoJSON <-> WKT/WKB conversion utilities Summary: GeoJSON <-> WKT/WKB conversion utilities
Provides: python-geomet Provides: python-geomet
# Base build requires
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
BuildRequires: python3-pbr BuildRequires: python3-pbr
BuildRequires: python3-pip BuildRequires: python3-pip
BuildRequires: python3-wheel BuildRequires: python3-wheel
# General requires
BuildRequires: python3-click BuildRequires: python3-click
BuildRequires: python3-six BuildRequires: python3-six
# General requires
Requires: python3-click
Requires: python3-six
%description -n python3-geomet %description -n python3-geomet
Convert GeoJSON to WKT/WKB (Well-Known Text/Binary), and vice versa. Convert GeoJSON to WKT/WKB (Well-Known Text/Binary), and vice versa.
%package help %package help
Summary: GeoJSON <-> WKT/WKB conversion utilities Summary: Development documents and examples for geomet
Provides: python3-geomet-doc Provides: python3-geomet-doc
%description help %description help
Convert GeoJSON to WKT/WKB (Well-Known Text/Binary), and vice versa. Convert GeoJSON to WKT/WKB (Well-Known Text/Binary), and vice versa.
%prep %prep
%autosetup -n geomet-0.2.1.post1 -p1 %autosetup -n geomet-%{version}
%build %build
%py3_build %py3_build
%install %install
%py3_install %py3_install
install -d -m755 %{buildroot}/%{_pkgdocdir} install -d -m755 %{buildroot}/%{_pkgdocdir}
@ -75,11 +73,13 @@ mv %{buildroot}/doclist.lst .
%files -n python3-geomet -f filelist.lst %files -n python3-geomet -f filelist.lst
%dir %{python3_sitelib}/* %dir %{python3_sitelib}/*
%files help -f doclist.lst %files help -f doclist.lst
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Mon Oct 10 2022 guozhengxin <guozhengxin@kylinos.cn> - 0.3.0-1
- Upgrade package to version 0.3.0
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 0.2.1.post1-2 * Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 0.2.1.post1-2
- DESC: delete -S git from %autosetup - DESC: delete -S git from %autosetup