forked from pool/python-cairocffi
Accepting request 248289 from home:TheBlackCat:branches:devel:languages:python
Require gdk-pixbuf instead of typelib(GdkPixbuf) OBS-URL: https://build.opensuse.org/request/show/248289 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cairocffi?expand=0&rev=9
This commit is contained in:
parent
db7e2b469f
commit
3d5c80e9a1
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 10 09:27:47 UTC 2014 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
- Require gdk-pixbuf instead of typelib(GdkPixbuf)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 27 10:06:19 UTC 2014 - toddrme2178@gmail.com
|
Wed Aug 27 10:06:19 UTC 2014 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
@ -25,10 +25,10 @@ Group: Development/Languages/Python
|
|||||||
Url: https://github.com/SimonSapin/cairocffi
|
Url: https://github.com/SimonSapin/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
|
||||||
BuildRequires: cairo-tools
|
BuildRequires: cairo-tools
|
||||||
|
BuildRequires: gdk-pixbuf
|
||||||
BuildRequires: python-cffi >= 0.6
|
BuildRequires: python-cffi >= 0.6
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: python-setuptools
|
BuildRequires: python-setuptools
|
||||||
BuildRequires: typelib(GdkPixbuf)
|
|
||||||
Requires: cairo-tools
|
Requires: cairo-tools
|
||||||
Requires: python-cffi >= 0.6
|
Requires: python-cffi >= 0.6
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -46,7 +46,7 @@ including image buffers, PNG, PostScript, PDF, and SVG file output.
|
|||||||
|
|
||||||
%package pixbuf
|
%package pixbuf
|
||||||
Summary: Python cairo bindings based on cffi - pixbuf image loader
|
Summary: Python cairo bindings based on cffi - pixbuf image loader
|
||||||
Requires: typelib(GdkPixbuf)
|
Requires: gdk-pixbuf
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
|
|
||||||
%description pixbuf
|
%description pixbuf
|
||||||
|
Loading…
Reference in New Issue
Block a user