python-kiwisolver: Fixed format for spec file

This commit is contained in:
gnaygnil 2020-03-09 17:41:03 +08:00
parent 532ee52806
commit 0c0b0ec1bb
2 changed files with 15 additions and 23 deletions

Binary file not shown.

View File

@ -1,12 +1,10 @@
%global _name kiwisolver
Name: python-%{_name}
Name: python-kiwisolver
Version: 1.1.0
Release: 1
Release: 2
Summary: A fast implementation of the Cassowary constraint solver
License: BSD
URL: https://github.com/nucleic/kiwi
Source0: https://github.com/nucleic/kiwi/archive/%{version}/%{_name}-%{version}.tar.gz
Source0: https://github.com/nucleic/kiwi/archive/%{version}/kiwisolver-%{version}.tar.gz
BuildRequires: gcc-c++
%description
@ -15,42 +13,36 @@ Kiwi is an implementation of the algorithm based on the seminal Cassowary paper.
not a refactoring of the original C++ solver. Kiwi has been designed from the ground
up to be lightweight and fast.
%package -n python3-%{_name}
%package -n python3-kiwisolver
Summary: Kiwisolver for Python 3 Package
%{?python_provide:%python_provide python3-%{_name}}
%{?python_provide:%python_provide python3-kiwisolver}
BuildRequires: python3-devel python3-setuptools python3-pytest
%description -n python3-%{_name}
%description -n python3-kiwisolver
Kiwisolver for Python 3 Package.
%prep
%autosetup -n %{_name}-%{version}
rm -rf %{_name}.egg-info
%autosetup -n kiwi-%{version}
rm -rf kiwisolver.egg-info
%build
%py3_build
%install
%py3_install
%check
PYTHONPATH="%{buildroot}%{python3_sitearch}" py.test-3 py/tests/
%files -n python3-%{_name}
%doc README.rst
%license LICENSE
%{python3_sitearch}/%{_name}.cpython-*.so
%{python3_sitearch}/%{_name}-%{version}-*.egg-info
%files -n python3-kiwisolver
%doc README.rst LICENSE
%{python3_sitearch}/kiwisolver.cpython-*.so
%{python3_sitearch}/kiwisolver-%{version}-*.egg-info
%changelog
* Mon Mar 9 2020 Ling Yang <lingyang2@huawei.com> - 1.1.0-2
- Fixed format for spec file
* Tue Nov 05 2019 openEuler Buildteam<buildteam@openeuler.org> - 1.1.0-1
- Type:NA
- ID:NA