update to 0.9.0 [release 0.9.0-1mamba;Sat Aug 18 2018]
This commit is contained in:
parent
729867c631
commit
665b61b1c8
@ -1,4 +1,4 @@
|
|||||||
# python-cairocffi
|
# python-cairocffi
|
||||||
|
|
||||||
A `CFFI`_-based drop-in replacement for Pycairo_.
|
A CFFI_-based drop-in replacement for Pycairo_.
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Name: python-cairocffi
|
Name: python-cairocffi
|
||||||
Version: 0.7.2
|
Version: 0.9.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
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: 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
|
Source: https://pypi.python.org/packages/source/c/cairocffi/cairocffi-%{version}.tar.gz
|
||||||
License: BSD
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
## note: run 'autospec -u -a6 python-cairocffi' to get the list of build requirements.
|
|
||||||
## AUTOBUILDREQ-END
|
|
||||||
BuildRequires: libpython-devel
|
BuildRequires: libpython-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
Requires: python >= %python_version
|
Requires: python >= %python_version
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
@ -38,7 +37,7 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
|||||||
--install-lib=%{python_sitearch} \
|
--install-lib=%{python_sitearch} \
|
||||||
--record=%{name}.filelist
|
--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
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -51,6 +50,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
|||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Aug 07 2015 Automatic Build System <autodist@mambasoft.it> 0.7.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user