64 lines
1.9 KiB
RPMSpec
64 lines
1.9 KiB
RPMSpec
Name: python-automat
|
|
Version: 22.10.0
|
|
Release: 2mamba
|
|
Summary: Self-service finite-state machines for the programmer on the go
|
|
Group: System/Libraries
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://github.com/glyph/Automat
|
|
Source: https://pypi.debian.net/Automat/Automat-%{version}.tar.gz
|
|
License: MIT
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: libpython311-devel
|
|
BuildRequires: python3.11dist(attrs)
|
|
BuildRequires: python3.11dist(setuptools)
|
|
BuildRequires: python3.11dist(six)
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: python3-devel >= 3.11.5-3mamba
|
|
|
|
%description
|
|
%{summary}.
|
|
|
|
%if 0%{?with_pyver}
|
|
%pyver_package
|
|
%endif
|
|
|
|
%prep
|
|
%setup -q -n Automat-%{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 "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
|
|
|
%if "%{?with_pyver}" != "3"
|
|
mv %{buildroot}%{_bindir}/automat-visualize{,%{?with_pyver}}
|
|
sed -i "s|automat-visualize|automat-visualize%{?with_pyver}|" %{name}.filelist
|
|
%endif
|
|
|
|
%files %{?pyappend} -f %{name}.filelist
|
|
%defattr(-,root,root)
|
|
%dir %{python_sitearch}/Automat-%{version}-py*.egg-info
|
|
%{python_sitearch}/Automat-%{version}-py*.egg-info/*
|
|
%doc LICENSE
|
|
|
|
%changelog
|
|
* Wed Sep 27 2023 Automatic Build System <autodist@mambasoft.it> 22.10.0-2mamba
|
|
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
|
|
|
|
* Sun Oct 30 2022 Automatic Build System <autodist@mambasoft.it> 22.10.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Apr 09 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 20.2.0-1mamba
|
|
- package created using the webbuild interface
|