- Add pkgconfig BR
This commit is contained in:
parent
ade89bb1ed
commit
2676cc641d
@ -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 <johnp@redhat.com> - 1.0.2-2
|
||||
- add pkgconfig BR
|
||||
|
||||
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.2-1.2.1
|
||||
- bump again for double-long bug on ppc(64)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user