diff --git a/pycairo.spec b/pycairo.spec index f4e186b..42d73f0 100644 --- a/pycairo.spec +++ b/pycairo.spec @@ -3,14 +3,16 @@ Summary: Python bindings for the cairo library Name: pycairo Version: 1.0.2 -Release: 1.2.1 +Release: 2 License: LGPL Group: Development/Languages URL: http://cairographics.org/ Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: python -BuildRequires: cairo-devel python-devel +BuildRequires: cairo-devel +BuildRequires: python-devel +BuildRequires: pkgconfig Requires: cairo %description Python bindings for the cairo library @@ -56,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/pycairo/pycairo.h %changelog +* Mon Jun 05 2006 John (J5) Palmieri - 1.0.2-2 +- add pkgconfig BR + * Fri Feb 10 2006 Jesse Keating - 1.0.2-1.2.1 - bump again for double-long bug on ppc(64)