From 2d671b3f2dfefd260f63689935e8c529dd1bf97f Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Aug 01 2019 22:07:23 +0000 Subject: import pycairo-1.16.3-6.el8 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..430f919 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/pycairo-1.16.3.tar.gz diff --git a/.pycairo.metadata b/.pycairo.metadata new file mode 100644 index 0000000..c8b59f5 --- /dev/null +++ b/.pycairo.metadata @@ -0,0 +1 @@ +76a86de083d89336a1596667622293980d2ab3d0 SOURCES/pycairo-1.16.3.tar.gz diff --git a/SPECS/pycairo.spec b/SPECS/pycairo.spec new file mode 100644 index 0000000..be0c339 --- /dev/null +++ b/SPECS/pycairo.spec @@ -0,0 +1,244 @@ +Name: pycairo +Version: 1.16.3 +Release: 6%{?dist} +Summary: Python bindings for the cairo library + +License: MPLv1.1 or LGPLv2 +URL: http://cairographics.org/pycairo +Source0: https://github.com/pygobject/pycairo/releases/download/v%{version}/pycairo-%{version}.tar.gz + +BuildRequires: cairo-devel +BuildRequires: pkgconfig +BuildRequires: python3-devel +BuildRequires: python3-pytest + +%description +Python bindings for the cairo library. + +%package -n python3-cairo +Summary: Python 3 bindings for the cairo library +%{?python_provide:%python_provide python3-cairo} + +%description -n python3-cairo +Python 3 bindings for the cairo library. + +%package -n python3-cairo-devel +Summary: Libraries and headers for py3cairo +Requires: python3-cairo%{?_isa} = %{version}-%{release} +Requires: python3-devel + +%description -n python3-cairo-devel +This package contains files required to build wrappers for cairo add-on +libraries so that they interoperate with py3cairo. + +%prep +%setup -q + +%build +%py3_build + +%install +%py3_install + +%check +%{__python3} setup.py test + +%files -n python3-cairo +%license COPYING* +%{python3_sitearch}/cairo/ +%{python3_sitearch}/pycairo*.egg-info + +%files -n python3-cairo-devel +%dir %{_includedir}/pycairo +%{_includedir}/pycairo/py3cairo.h +%{_libdir}/pkgconfig/py3cairo.pc + +%changelog +* Thu Aug 16 2018 Josef Ridky - 1.16.3-6 +- Rebuild due of python2-pycairo for GIMP (RCM-39388) + +* Tue Aug 07 2018 Petr Viktorin - 1.16.3-3 +- Remove the python2 subpackages + https://bugzilla.redhat.com/show_bug.cgi?id=1590820 + +* Thu Jul 12 2018 Petr Viktorin - 1.16.3-2 +- Allow Python 2 for build + See: https://hurl.corp.redhat.com/rhel8-py2 + +- Skip tests on Python 2 (python2-pytest is being removed) + +* Mon Mar 19 2018 Kalev Lember - 1.16.3-1 +- Update to 1.16.3 + +* Tue Feb 06 2018 Kalev Lember - 1.16.1-1 +- Update to 1.16.1 + +* Mon Feb 05 2018 Kalev Lember - 1.16.0-1 +- Update to 1.16.0 + +* Mon Feb 05 2018 Kalev Lember - 1.15.6-1 +- Update to 1.15.6 + +* Fri Dec 01 2017 Kalev Lember - 1.15.4-1 +- Update to 1.15.4 + +* Wed Sep 20 2017 Kalev Lember - 1.15.3-1 +- Update to 1.15.3 + +* Thu Sep 14 2017 Kalev Lember - 1.15.2-1 +- Update to 1.15.2 +- Switch to new upstream at https://github.com/pygobject/pycairo +- Switch to distutils build system +- Tighten subpackage deps with the _isa macro +- Rename Python 2 package to python2-cairo +- Enable Python 3 support + +* Thu Aug 03 2017 Fedora Release Engineering - 1.10.0-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Thu Jul 27 2017 Fedora Release Engineering - 1.10.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Sat Feb 11 2017 Fedora Release Engineering - 1.10.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Tue Jul 19 2016 Fedora Release Engineering - 1.10.0-5 +- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages + +* Thu Feb 04 2016 Fedora Release Engineering - 1.10.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Sun Aug 23 2015 Kalev Lember - 1.10.0-3 +- Use license macro for license files + +* Thu Jun 18 2015 Fedora Release Engineering - 1.10.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Sat Nov 15 2014 David Tardon - 1.10.0-1 +- "new" upstream release + +* Sun Aug 17 2014 Fedora Release Engineering - 1.8.10-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + +* Sat Jun 07 2014 Fedora Release Engineering - 1.8.10-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Wed May 21 2014 Jakub Čajka - 1.8.10-10 +- Resolves: #1079673 - Fixed build dependencies and enabled tests on ppc + +* Tue May 20 2014 Dan Horák - 1.8.10-9 +- disable tests on big endians (#1079673) + +* Thu Feb 27 2014 Peter Robinson 1.8.10-8 +- Enable xcb and xpyb (RHBZ 1045725, 1005447) +- Spec cleanups +- Run check + +* Sun Aug 04 2013 Fedora Release Engineering - 1.8.10-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Thu Feb 14 2013 Fedora Release Engineering - 1.8.10-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Sat Jul 21 2012 Fedora Release Engineering - 1.8.10-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Sun Feb 19 2012 Peter Robinson - 1.8.10-4 +- Revert illegal package rename so it properly builds +- spec file cleanup + +* Sat Jan 14 2012 Fedora Release Engineering - 1.8.10-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Tue Feb 08 2011 Fedora Release Engineering - 1.8.10-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Tue Sep 21 2010 Matthew Barnes - 1.8.10-1 +- Update to 1.8.10 +- Rename the package to python-cairo. + +* Wed Jul 21 2010 David Malcolm - 1.8.8-2 +- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild + +* Fri Sep 18 2009 Matthew Barnes - 1.8.8-1 +- Update to 1.8.8 + +* Sun Jul 26 2009 Fedora Release Engineering - 1.8.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Mon Jun 29 2009 Matthew Barnes - 1.8.6-1 +- Update to 1.8.6 + +* Thu Feb 26 2009 Fedora Release Engineering - 1.8.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Fri Jan 16 2009 Matthew Barnes - 1.8.2-1 +- Update to 1.8.2 + +* Tue Dec 16 2008 Matthew Barnes - 1.8.0-1 +- Update to 1.8.0 + +* Sat Nov 29 2008 Ignacio Vazquez-Abrams - 1.4.12-5 +- Rebuild for Python 2.6 + +* Fri Aug 29 2008 Tom "spot" Callaway - 1.4.12-4 +- fix license tag + +* Wed May 07 2008 Matthew Barnes - 1.4.12-3 +- Add more documentation files to the package (RH bug #445519). + +* Sun Feb 17 2008 Matthew Barnes - 1.4.12-2.fc9 +- Rebuild with GCC 4.3 + +* Thu Dec 13 2007 Matthew Barnes - 1.4.12-1.fc9 +- Update to 1.4.12 +- Bump cairo requirement to 1.4.12. + +* Wed Oct 10 2007 Matthew Barnes - 1.4.0-2.fc7 +- Rebuild + +* Thu Mar 15 2007 Matthew Barnes - 1.4.0-1.fc7 +- Update to 1.4.0 + +* Mon Feb 05 2007 Matthew Barnes - 1.2.6-3.fc7 +- Incorporate suggestions from package review (RH bug #226329). + +* Thu Dec 7 2006 Jeremy Katz - 1.2.6-2 +- rebuild against python 2.5 + +* Tue Nov 28 2006 Matthew Barnes - 1.2.6-1.fc7 +- Update to 1.2.6 +- Clean up the spec file. + +* Sun Oct 15 2006 Matthew Barnes - 1.2.2-1 +- Update to 1.2.2 + +* Wed Jul 12 2006 Jesse Keating - 1.2.0-1.1 +- rebuild + +* Wed Jul 05 2006 John (J5) Palmieri - 1.2.0-1 +- Update to upstream 1.2.0 + +* Mon Jul 3 2006 Jeremy Katz - 1.0.2-3 +- require new enough cairo (#197457) + +* 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) + +* Tue Feb 07 2006 Jesse Keating - 1.0.2-1.2 +- rebuilt for new gcc4.1 snapshot and glibc changes + +* Fri Dec 09 2005 Jesse Keating +- rebuilt + +* Wed Oct 26 2005 John (J5) Palmieri - 1.0.2-1 +- Updated to latest and push into rawhide + +* Fri Dec 10 2004 Kristian Høgsberg - 0.1.3-1 +- Add python-devel build requires. + +* Wed Nov 24 2004 - +- Initial build.