update to 1.0.2 [release 1.0.2-1mamba;Thu Aug 08 2019]
This commit is contained in:
parent
665b61b1c8
commit
d1893cdf63
@ -1,5 +1,5 @@
|
|||||||
Name: python-cairocffi
|
Name: python-cairocffi
|
||||||
Version: 0.9.0
|
Version: 1.0.2
|
||||||
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
|
||||||
@ -7,11 +7,13 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://pypi.python.org/pypi/cairocffi
|
URL: https://pypi.python.org/pypi/cairocffi
|
||||||
Source: https://pypi.python.org/packages/source/c/cairocffi/cairocffi-%{version}.tar.gz
|
Source: https://pypi.debian.net/cairocffi/cairocffi-%{version}.tar.gz
|
||||||
|
#Source: https://pypi.python.org/packages/source/c/cairocffi/cairocffi-%{version}.tar.gz
|
||||||
License: BSD
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython-devel
|
BuildRequires: libpython-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: libpython3-devel >= 3.7.4
|
||||||
Requires: python >= %python_version
|
Requires: python >= %python_version
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
@ -41,15 +43,14 @@ sed -i "s,.*/man/.*,&.gz," %{name}.filelist
|
|||||||
|
|
||||||
%files %{?pyappend} -f %{name}.filelist
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{python_sitearch}/cairocffi/_ffi.py*
|
%dir %{python_sitearch}/cairocffi/_generated/
|
||||||
%{python_sitearch}/cairocffi/_ffi_pixbuf.py*
|
%{python_sitearch}/cairocffi/_generated/*
|
||||||
%if "%{?with_pyver}"
|
|
||||||
%{python_sitearch}/cairocffi/__pycache__/_ffi.cpython-*.py*
|
|
||||||
%{python_sitearch}/cairocffi/__pycache__/_ffi_pixbuf.cpython-*.py*
|
|
||||||
%endif
|
|
||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 08 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.2-1mamba
|
||||||
|
- update to 1.0.2
|
||||||
|
|
||||||
* Sat Aug 18 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.0-1mamba
|
* Sat Aug 18 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.0-1mamba
|
||||||
- update to 0.9.0
|
- update to 0.9.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user