pygtksourceview-vl.spec 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
  2. %define pygtk_version 2.14.1
  3. %define pygobject_version 2.16.1
  4. %define gtksourceview_version 2.10.0
  5. Name: pygtksourceview
  6. Version: 2.10.0
  7. Release: 1%{?_dist_release}
  8. Summary: Python bindings for gtksourceview
  9. Group: Development/Libraries
  10. License: LGPL
  11. URL: http://download.gnome.org/sources/pygtksourceview/
  12. Source0: http://download.gnome.org/sources/pygtksourceview/2.6/pygtksourceview-%{version}.tar.bz2
  13. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  14. BuildRequires: gtksourceview2-devel >= %{gtksourceview_version}
  15. BuildRequires: pygobject-devel >= %{pygobject_version}
  16. BuildRequires: pygobject-doc >= %{pygobject_version}
  17. BuildRequires: pygtk2-devel >= %{pygtk_version}
  18. BuildRequires: python-devel
  19. BuildRequires: gtk-doc >= 1.14
  20. %description
  21. The %{name} package contains Python bindings for the gtksourceview
  22. library.
  23. %package devel
  24. Summary: Development files for using %{name} in Python programs
  25. Group: Development/Libraries
  26. Requires: %{name} = %{version}-%{release}
  27. Requires: %{name}-doc = %{version}-%{release}
  28. Requires: gtksourceview2-devel >= %{gtksourceview_version}
  29. Requires: pkgconfig
  30. Requires: pygtk2-devel >= %{pygtk_version}
  31. %description devel
  32. This package contains files required to build Python programs that
  33. use the %{name} bindings.
  34. %package doc
  35. Summary: Documentation files for %{name}
  36. Group: Applications/Documentation
  37. %description doc
  38. This package contains documentation files for %{name}.
  39. %prep
  40. %setup -q
  41. %build
  42. %configure
  43. ## added adhoc patch
  44. ##make PYTHON='LD_PRELOAD=%{_libdir}/python%{pyver}/lib-dynload/timemodule.so %{_bindir}/python'
  45. make
  46. %install
  47. rm -rf $RPM_BUILD_ROOT
  48. make install DESTDIR=$RPM_BUILD_ROOT
  49. rm -f $RPM_BUILD_ROOT%{python_sitearch}/gtksourceview2.la
  50. %clean
  51. rm -rf $RPM_BUILD_ROOT
  52. %files
  53. %defattr(-,root,root,-)
  54. %doc COPYING AUTHORS README NEWS
  55. %{python_sitearch}/*
  56. %files devel
  57. %defattr(-,root,root,-)
  58. %{_datadir}/pygtk/2.0/defs/gtksourceview2.defs
  59. %{_libdir}/pkgconfig/pygtksourceview-2.0.pc
  60. %files doc
  61. %defattr(-,root,root,-)
  62. %{_datadir}/gtk-doc/html/pygtksourceview2
  63. %changelog
  64. * Wed Mar 31 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.10.0-1
  65. - new upstream release
  66. - add BuildRequires: gtk-doc >= 1.14
  67. * Sat Feb 06 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.8.1-4
  68. - added BR: pygobject-doc
  69. * Thu Feb 04 2010 Shu KONNO <owa@bg.wakwak.com> 2.8.1-3
  70. - rebuilt with python-2.6.4-3
  71. - dropt adhoc patch to make
  72. * Wed Feb 03 2010 Shu KONNO <owa@bg.wakwak.com> 2.8.1-2
  73. - rebuilt with python-2.6.4
  74. - added adhoc patch to fix python bug (import datetime module error)
  75. * Sun Nov 1 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.8.1-1
  76. - new upstream release
  77. * Sat Apr 25 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.1-1
  78. - new upstream release
  79. * Sun Nov 23 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.4.0-1
  80. - new upstream release
  81. - changed Group to Development/Libraries
  82. * Mon Jul 21 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.2.0-2
  83. - rebuilt with python-2.5.2
  84. * Sat Apr 12 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.2.0-1vl5
  85. - Initial build for Vine Linux
  86. * Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> - 2.2.0-1
  87. - Update to 2.2.0
  88. * Wed Feb 6 2008 Matthias Clasen <mclasen@redhat.com> - 2.1.1-1
  89. - Update to 2.1.1
  90. * Tue Jan 22 2008 Matthew Barnes <mbarnes@redhat.com> - 2.1.0-2.fc9
  91. - Fix a typo.
  92. * Mon Jan 21 2008 Matthew Barnes <mbarnes@redhat.com> - 2.1.0-1.fc9
  93. - Update to 2.1.0
  94. * Fri Oct 26 2007 Matthew Barnes <mbarnes@redhat.com> - 2.0.0-2.fc9
  95. - Add subpackage pygtksourceview-doc (bug #342991).
  96. * Mon Sep 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.0.0-1
  97. - Update to 2.0.0
  98. * Tue Sep 11 2007 Matthew Barnes <mbarnes@redhat.com> - 1.90.5-1
  99. - Update to 1.90.5
  100. * Tue Sep 4 2007 Matthias Clasen <mclasen@redhat.com> - 1.90.4-1
  101. - Update to 1.90.4
  102. * Wed Aug 1 2007 Matthias Clasen <mclasen@redhat.com> - 1.90.3-1
  103. - Update to 1.90.3
  104. * Tue Jul 10 2007 Matthias Clasen <mclasen@redhat.com> - 1.90.2-2
  105. - Rebuild against the gtksourceview2 package
  106. * Fri Jul 06 2007 Matthew Barnes <mbarnes@redhat.com> - 1.90.2-1.fc8
  107. - Update to 1.90.2
  108. - Bump gtksourceview requirement to 1.90.2.
  109. * Tue Jul 03 2007 Florian La Roche <laroche@redhat.com> 1.90.1-3
  110. - fix macro typo
  111. * Tue Jun 26 2007 Matthias Clasen <mclasen@redhat.com> 1.90.1-2
  112. - Incorporate package review feedback
  113. * Mon Jun 25 2007 Matthias Clasen <mclasen@redhat.com> 1.90.1-1
  114. - Initial package