python-incremental/python-incremental.spec

56 lines
1.5 KiB
RPMSpec

Name: python-incremental
Version: 21.3.0
Release: 1mamba
Summary: A small library that versions your Python projects
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://hawkowl.github.io/incremental
Source: http://pypi.debian.net/incremental/incremental-%{version}.tar.gz
License: BSD
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython-devel
## AUTOBUILDREQ-END
Requires: python >= %python_version
%description
%{summary}.
%if 0%{?with_pyver}
%pyver_package
%endif
%prep
%setup -q -n incremental-%{version}
%build
CFLAGS="%{optflags}" %{__python} setup.py build
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%{__python} setup.py install \
-O1 --skip-build \
--root="%{buildroot}" \
--install-headers=%{python_inc} \
--install-lib=%{python_sitearch} \
--record=%{name}.filelist
sed -i "s,.*/man/.*,&.gz," %{name}.filelist
%files %{?pyappend} -f %{name}.filelist
%defattr(-,root,root)
## note: this list is just an example; modify as required
# %{python_sitearch}/%{name}.py*
# %{python_sitearch}/%{name}.so
%doc LICENSE
## note: eventually add the remaining documents (if any)
# %doc README.rst
%changelog
* Tue Mar 02 2021 Automatic Build System <autodist@mambasoft.it> 21.3.0-1mamba
- automatic version update by autodist
* Thu Jan 10 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 17.5.0-1mamba
- package created using the webbuild interface