automatic version update by autodist [release 1.4.0-1mamba;Thu Sep 29 2022]
This commit is contained in:
parent
a4690ccfc0
commit
0dac36bba3
@ -1,5 +1,5 @@
|
|||||||
Name: python-cairocffi
|
Name: python-cairocffi
|
||||||
Version: 1.3.0
|
Version: 1.4.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A CFFI_-based drop-in replacement for Pycairo_
|
Summary: A CFFI_-based drop-in replacement for Pycairo_
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -8,12 +8,11 @@ Distribution: openmamba
|
|||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://pypi.org/project/cairocffi/
|
URL: https://pypi.org/project/cairocffi/
|
||||||
Source: https://pypi.debian.net/cairocffi/cairocffi-%{version}.tar.gz
|
Source: https://pypi.debian.net/cairocffi/cairocffi-%{version}.tar.gz
|
||||||
#Source: https://pypi.debian.net/cairocffi/cairocffi-%{version}.tar.gz
|
|
||||||
License: BSD
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: libpython3-devel
|
||||||
|
BuildRequires: python3.7dist(cffi)
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libpython3-devel >= 3.7.4
|
|
||||||
Requires: python >= %python_version
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -37,15 +36,20 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
|||||||
--install-lib=%{python_sitearch} \
|
--install-lib=%{python_sitearch} \
|
||||||
--record=%{name}.filelist
|
--record=%{name}.filelist
|
||||||
|
|
||||||
sed -i "s,.*/man/.*,&.gz," %{name}.filelist
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||||
|
|
||||||
%files %{?pyappend} -f %{name}.filelist
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%dir %{python_sitearch}/cairocffi-*-py*.egg-info
|
||||||
|
%{python_sitearch}/cairocffi-*-py*.egg-info/*
|
||||||
%dir %{python_sitearch}/cairocffi/_generated/
|
%dir %{python_sitearch}/cairocffi/_generated/
|
||||||
%{python_sitearch}/cairocffi/_generated/*
|
%{python_sitearch}/cairocffi/_generated/*
|
||||||
%doc LICENSE
|
#%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 29 2022 Automatic Build System <autodist@mambasoft.it> 1.4.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Tue Oct 05 2021 Automatic Build System <autodist@mambasoft.it> 1.3.0-1mamba
|
* Tue Oct 05 2021 Automatic Build System <autodist@mambasoft.it> 1.3.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user