pycairo-vl.spec 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
  2. Summary: Python bindings for the cairo library
  3. Summary(ja): cairo ライブラリの Python バインディング
  4. Name: pycairo
  5. Version: 1.8.6
  6. Release: 2%{?_dist_release}
  7. License: LGPL
  8. Group: Development/Languages
  9. URL: http://cairographics.org/pycairo
  10. Source: http://cairographics.org/releases/pycairo-%{version}.tar.gz
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  12. Requires: cairo >= 1.2.6
  13. BuildRequires: cairo-devel
  14. BuildRequires: pkgconfig
  15. BuildRequires: python-devel
  16. %description
  17. Python bindings for the cairo library.
  18. %package devel
  19. Summary: Libraries and headers for pycairo
  20. Group: Development/Libraries
  21. Requires: %{name} = %{version}-%{release}
  22. Requires: cairo-devel
  23. Requires: pkgconfig
  24. Requires: python-devel
  25. %description devel
  26. This package contains files required to build wrappers for cairo add-on
  27. libraries so that they interoperate with pycairo.
  28. %prep
  29. %setup -q
  30. %build
  31. %configure
  32. %__make %{?_smp_mflags}
  33. %install
  34. rm -rf $RPM_BUILD_ROOT
  35. %__make DESTDIR=$RPM_BUILD_ROOT install
  36. find $RPM_BUILD_ROOT -name '*.la' | xargs rm -f
  37. %clean
  38. rm -rf $RPM_BUILD_ROOT
  39. %files
  40. %defattr(-,root,root,-)
  41. %doc AUTHORS ChangeLog COPYING* INSTALL NEWS README
  42. %{python_sitearch}/cairo/
  43. %files devel
  44. %defattr(-,root,root,-)
  45. %{_includedir}/pycairo/
  46. %{_libdir}/pkgconfig/pycairo.pc
  47. %changelog
  48. * Fri Feb 12 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.8.6-2
  49. - rebuilt with gcc-4.4.3-3 on ppc
  50. * Tue Feb 02 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.8.6-1
  51. - build for python-2.6
  52. * Sat Jan 17 2009 Ryoichi INAGAKI <ryo1@bg.wakwak.com> 1.8.2-1vl5
  53. - new upstream release
  54. * Sun Jul 20 2008 Shu KONNO <owa@bg.wakwak.com> 1.4.12-1vl5
  55. - rebuilt with python-2.5.2
  56. - applied new versioning policy and spec in utf-8
  57. * Sun Feb 24 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4.12-0vl1
  58. - new upstream release
  59. * Thu Apr 26 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.0-0vl1
  60. - initial build for Vine Linux
  61. * Thu Mar 15 2007 Matthew Barnes <mbarnes@redhat.com> - 1.4.0-1.fc7
  62. - Update to 1.4.0
  63. * Mon Feb 05 2007 Matthew Barnes <mbarnes@redhat.com> - 1.2.6-3.fc7
  64. - Incorporate suggestions from package review (RH bug #226329).
  65. * Thu Dec 7 2006 Jeremy Katz <katzj@redhat.com> - 1.2.6-2
  66. - rebuild against python 2.5
  67. * Tue Nov 28 2006 Matthew Barnes <mbarnes@redhat.com> - 1.2.6-1.fc7
  68. - Update to 1.2.6
  69. - Clean up the spec file.
  70. * Sun Oct 15 2006 Matthew Barnes <mbarnes@redhat.com> - 1.2.2-1
  71. - Update to 1.2.2
  72. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.2.0-1.1
  73. - rebuild
  74. * Wed Jul 05 2006 John (J5) Palmieri <johnp@redhat.com> - 1.2.0-1
  75. - Update to upstream 1.2.0
  76. * Mon Jul 3 2006 Jeremy Katz <katzj@redhat.com> - 1.0.2-3
  77. - require new enough cairo (#197457)
  78. * Mon Jun 05 2006 John (J5) Palmieri <johnp@redhat.com> - 1.0.2-2
  79. - add pkgconfig BR
  80. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.2-1.2.1
  81. - bump again for double-long bug on ppc(64)
  82. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.2-1.2
  83. - rebuilt for new gcc4.1 snapshot and glibc changes
  84. * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
  85. - rebuilt
  86. * Wed Oct 26 2005 John (J5) Palmieri <johnp@redhat.com> - 1.0.2-1
  87. - Updated to latest and push into rawhide
  88. * Fri Dec 10 2004 Kristian H淡gsberg <krh@redhat.com> - 0.1.3-1
  89. - Add python-devel build requires.
  90. * Wed Nov 24 2004 <jrb@redhat.com> -
  91. - Initial build.