package created using the webbuild interface [release 20.2.0-1mamba;Fri Apr 09 2021]
This commit is contained in:
parent
5cff2eb658
commit
39749cea86
@ -1,2 +1,4 @@
|
|||||||
# python-automat
|
# python-automat
|
||||||
|
|
||||||
|
Self-service finite-state machines for the programmer on the go.
|
||||||
|
|
||||||
|
56
python-automat.spec
Normal file
56
python-automat.spec
Normal file
@ -0,0 +1,56 @@
|
|||||||
|
Name: python-automat
|
||||||
|
Version: 20.2.0
|
||||||
|
Release: 1mamba
|
||||||
|
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: libpython3-devel
|
||||||
|
BuildRequires: python3.7dist(attrs)
|
||||||
|
BuildRequires: python3.7dist(setuptools)
|
||||||
|
BuildRequires: python3.7dist(six)
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
|
||||||
|
%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
|
||||||
|
* Fri Apr 09 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 20.2.0-1mamba
|
||||||
|
- package created using the webbuild interface
|
Loading…
Reference in New Issue
Block a user