- Update to 1.4.12

- Bump cairo requirement to 1.4.12.
This commit is contained in:
Matthew Barnes 2007-12-14 02:03:15 +00:00
parent 8fd7b4ac8c
commit a3c9184229
3 changed files with 12 additions and 10 deletions

View File

@ -1 +1 @@
pycairo-1.4.0.tar.gz
pycairo-1.4.12.tar.gz

View File

@ -1,10 +1,12 @@
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
%define cairo_version 1.4.12
### Abstract ###
Name: pycairo
Version: 1.4.0
Release: 2%{?dist}
Version: 1.4.12
Release: 1%{?dist}
License: LGPL
Group: Development/Languages
Summary: Python bindings for the cairo library
@ -12,13 +14,9 @@ URL: http://cairographics.org/pycairo
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
Source: http://cairographics.org/releases/pycairo-%{version}.tar.gz
### Dependencies ###
Requires: cairo >= 1.2.6
### Build Dependencies ###
BuildRequires: cairo-devel
BuildRequires: cairo-devel >= %{cairo_version}
BuildRequires: pkgconfig
BuildRequires: python-devel
@ -54,7 +52,7 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING* INSTALL NEWS NOTES README
%doc AUTHORS ChangeLog COPYING* INSTALL NEWS README
%{python_sitearch}/cairo/
%files devel
@ -63,6 +61,10 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/pycairo.pc
%changelog
* Thu Dec 13 2007 Matthew Barnes <mbarnes@redhat.com> - 1.4.12-1.fc9
- Update to 1.4.12
- Bump cairo requirement to 1.4.12.
* Wed Oct 10 2007 Matthew Barnes <mbarnes@redhat.com> - 1.4.0-2.fc7
- Rebuild

View File

@ -1 +1 @@
e26e77919b606113f565d70036c1f504 pycairo-1.4.0.tar.gz
c63199d35b1e1d3c5133509f315f70d7 pycairo-1.4.12.tar.gz