pygtksourceview-vl.spec 4.3 KB

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