pygtksourceview-vl.spec 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  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.1
  7. Release: 3%{?_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. * Sat Feb 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.10.1-3
  65. - rebuild with python-2.7.2
  66. * Thu Sep 30 2010 Shu KONNO <owa@bg.wakwak.com> 2.10.1-2
  67. - rebuilt with rpm-4.8.1 for pkg-config
  68. * Sat May 01 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.10.1-1
  69. - new upstream release
  70. * Wed Mar 31 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.10.0-1
  71. - new upstream release
  72. - add BuildRequires: gtk-doc >= 1.14
  73. * Sat Feb 06 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.8.1-4
  74. - added BR: pygobject-doc
  75. * Thu Feb 04 2010 Shu KONNO <owa@bg.wakwak.com> 2.8.1-3
  76. - rebuilt with python-2.6.4-3
  77. - dropt adhoc patch to make
  78. * Wed Feb 03 2010 Shu KONNO <owa@bg.wakwak.com> 2.8.1-2
  79. - rebuilt with python-2.6.4
  80. - added adhoc patch to fix python bug (import datetime module error)
  81. * Sun Nov 1 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.8.1-1
  82. - new upstream release
  83. * Sat Apr 25 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.1-1
  84. - new upstream release
  85. * Sun Nov 23 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.4.0-1
  86. - new upstream release
  87. - changed Group to Development/Libraries
  88. * Mon Jul 21 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.2.0-2
  89. - rebuilt with python-2.5.2
  90. * Sat Apr 12 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.2.0-1vl5
  91. - Initial build for Vine Linux
  92. * Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> - 2.2.0-1
  93. - Update to 2.2.0
  94. * Wed Feb 6 2008 Matthias Clasen <mclasen@redhat.com> - 2.1.1-1
  95. - Update to 2.1.1
  96. * Tue Jan 22 2008 Matthew Barnes <mbarnes@redhat.com> - 2.1.0-2.fc9
  97. - Fix a typo.
  98. * Mon Jan 21 2008 Matthew Barnes <mbarnes@redhat.com> - 2.1.0-1.fc9
  99. - Update to 2.1.0
  100. * Fri Oct 26 2007 Matthew Barnes <mbarnes@redhat.com> - 2.0.0-2.fc9
  101. - Add subpackage pygtksourceview-doc (bug #342991).
  102. * Mon Sep 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.0.0-1
  103. - Update to 2.0.0
  104. * Tue Sep 11 2007 Matthew Barnes <mbarnes@redhat.com> - 1.90.5-1
  105. - Update to 1.90.5
  106. * Tue Sep 4 2007 Matthias Clasen <mclasen@redhat.com> - 1.90.4-1
  107. - Update to 1.90.4
  108. * Wed Aug 1 2007 Matthias Clasen <mclasen@redhat.com> - 1.90.3-1
  109. - Update to 1.90.3
  110. * Tue Jul 10 2007 Matthias Clasen <mclasen@redhat.com> - 1.90.2-2
  111. - Rebuild against the gtksourceview2 package
  112. * Fri Jul 06 2007 Matthew Barnes <mbarnes@redhat.com> - 1.90.2-1.fc8
  113. - Update to 1.90.2
  114. - Bump gtksourceview requirement to 1.90.2.
  115. * Tue Jul 03 2007 Florian La Roche <laroche@redhat.com> 1.90.1-3
  116. - fix macro typo
  117. * Tue Jun 26 2007 Matthias Clasen <mclasen@redhat.com> 1.90.1-2
  118. - Incorporate package review feedback
  119. * Mon Jun 25 2007 Matthias Clasen <mclasen@redhat.com> 1.90.1-1
  120. - Initial package