"new" upstream release 1.10.0
This commit is contained in:
parent
e32048d5d3
commit
8a362547a7
18
pycairo.spec
18
pycairo.spec
@ -1,15 +1,18 @@
|
||||
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||
|
||||
Name: pycairo
|
||||
Version: 1.8.10
|
||||
Release: 12%{?dist}
|
||||
Version: 1.10.0
|
||||
Release: 1%{?dist}
|
||||
License: MPLv1.1 or LGPLv2
|
||||
Group: Development/Languages
|
||||
Summary: Python bindings for the cairo library
|
||||
URL: http://cairographics.org/pycairo
|
||||
Source: http://cairographics.org/releases/py2cairo-%{version}.tar.gz
|
||||
Source: http://cairographics.org/releases/py2cairo-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: cairo-devel
|
||||
BuildRequires: libtool
|
||||
BuildRequires: libxcb-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pytest
|
||||
@ -34,9 +37,13 @@ This package contains files required to build wrappers for cairo add-on
|
||||
libraries so that they interoperate with pycairo.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q -n py2cairo-%{version}
|
||||
# fix broken tarball
|
||||
touch ChangeLog
|
||||
|
||||
%build
|
||||
# fix broken tarball
|
||||
autoreconf -i
|
||||
%configure --enable-xcb --enable-xpyb
|
||||
make %{?_smp_mflags}
|
||||
|
||||
@ -58,6 +65,9 @@ PYTHONPATH=$RPM_BUILD_ROOT%{python_sitearch} py.test
|
||||
%{_libdir}/pkgconfig/pycairo.pc
|
||||
|
||||
%changelog
|
||||
* Sat Nov 15 2014 David Tardon <dtardon@redhat.com> - 1.10.0-1
|
||||
- "new" upstream release
|
||||
|
||||
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.10-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user