- Update to 1.4.12
- Bump cairo requirement to 1.4.12.
This commit is contained in:
parent
8fd7b4ac8c
commit
a3c9184229
@ -1 +1 @@
|
||||
pycairo-1.4.0.tar.gz
|
||||
pycairo-1.4.12.tar.gz
|
||||
|
||||
18
pycairo.spec
18
pycairo.spec
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user