diff --git a/README.md b/README.md index d707fb5..3e0f00d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # python-cairocffi -A `CFFI`_-based drop-in replacement for Pycairo_. +A CFFI_-based drop-in replacement for Pycairo_. diff --git a/python-cairocffi.spec b/python-cairocffi.spec index e4eb4cc..c978187 100644 --- a/python-cairocffi.spec +++ b/python-cairocffi.spec @@ -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 0.9.0-1mamba +- update to 0.9.0 + * Fri Aug 07 2015 Automatic Build System 0.7.2-1mamba - automatic version update by autodist