update to 0.9.0 [release 0.9.0-1mamba;Sat Aug 18 2018]

This commit is contained in:
Silvan Calarco 2024-01-06 10:56:14 +01:00
parent 729867c631
commit 665b61b1c8
2 changed files with 8 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# python-cairocffi
A `CFFI`_-based drop-in replacement for Pycairo_.
A CFFI_-based drop-in replacement for Pycairo_.

View File

@ -1,7 +1,7 @@
Name: python-cairocffi
Version: 0.7.2
Version: 0.9.0
Release: 1mamba
Summary: A `CFFI`_-based drop-in replacement for Pycairo_
Summary: A CFFI_-based drop-in replacement for Pycairo_
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
@ -10,9 +10,8 @@ URL: https://pypi.python.org/pypi/cairocffi
Source: https://pypi.python.org/packages/source/c/cairocffi/cairocffi-%{version}.tar.gz
License: BSD
## AUTOBUILDREQ-BEGIN
## note: run 'autospec -u -a6 python-cairocffi' to get the list of build requirements.
## AUTOBUILDREQ-END
BuildRequires: libpython-devel
## AUTOBUILDREQ-END
Requires: python >= %python_version
BuildRoot: %{_tmppath}/%{name}-%{version}-root
@ -38,7 +37,7 @@ CFLAGS="%{optflags}" %{__python} setup.py build
--install-lib=%{python_sitearch} \
--record=%{name}.filelist
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
sed -i "s,.*/man/.*,&.gz," %{name}.filelist
%files %{?pyappend} -f %{name}.filelist
%defattr(-,root,root)
@ -51,6 +50,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%doc LICENSE
%changelog
* Sat Aug 18 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.0-1mamba
- update to 0.9.0
* Fri Aug 07 2015 Automatic Build System <autodist@mambasoft.it> 0.7.2-1mamba
- automatic version update by autodist