15fc138
%global pypi_name stone
15fc138
Name:           python-%{pypi_name}
15fc138
Version:        3.2.1
3e27c04
Release:        3%{?dist}
15fc138
Summary:        The Official Api Spec Language for Dropbox
15fc138
License:        MIT
15fc138
15fc138
URL:            https://github.com/dropbox/stone
15fc138
Source0:        %pypi_source
15fc138
15fc138
BuildArch:      noarch
15fc138
15fc138
BuildRequires:  python3-devel
15fc138
BuildRequires:  python3-setuptools
15fc138
BuildRequires:  python3-pytest-runner
15fc138
15fc138
%description
15fc138
%{summary}
15fc138
15fc138
%package -n python3-%{pypi_name}
15fc138
Summary:        %{summary}
15fc138
15fc138
%description -n python3-%{pypi_name}
15fc138
%{summary}
15fc138
15fc138
%prep
15fc138
%setup -q -n %{pypi_name}-%{version}
15fc138
15fc138
15fc138
%build
15fc138
%py3_build
15fc138
15fc138
%install
15fc138
%py3_install
15fc138
15fc138
%files -n python3-%{pypi_name}
15fc138
%license LICENSE
15fc138
%doc README.rst
15fc138
%{_bindir}/stone
15fc138
%{python3_sitelib}/%{pypi_name}/
15fc138
%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info/
15fc138
15fc138
%changelog
3e27c04
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.1-3
3e27c04
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
3e27c04
15fc138
* Mon Dec 07 2020 Gwyn Ciesla <gwync@protonmail.com> - 3.2.1-2
15fc138
- Review fixes.
15fc138
15fc138
* Mon Dec 07 2020 Gwyn Ciesla <gwync@protonmail.com> - 3.2.1-1
15fc138
- Initial package.