gtkhtml2-vl.spec 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. %define pango_version 1.16.0
  2. %define gtk2_version 2.10.0
  3. %define libxml2_version 2.5.8
  4. %define gnome_vfs2_version 2.18.0
  5. %define gail_version 1.18.0
  6. Summary: An HTML widget for GTK+ 2.0
  7. Summary(ja): GTK+ 2.0 用 HTML ウィジェット
  8. Name: gtkhtml2
  9. Version: 2.11.1
  10. Release: 3%{?_dist_release}
  11. Source0: libgtkhtml-%{version}.tar.bz2
  12. License: LGPL
  13. Group: System Environment/Libraries
  14. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  15. BuildRequires: pango-devel >= %{pango_version}
  16. BuildRequires: gtk2-devel >= %{gtk2_version}
  17. BuildRequires: libxml2-devel >= %{libxml2_version}
  18. BuildRequires: gnome-vfs2-devel >= %{gnome_vfs2_version}
  19. #BuildRequires: gail-devel >= %{gail_version}
  20. Requires: gtk2 >= %{gtk2_version}
  21. Requires: libxml2 >= %{libxml2_version}
  22. Requires: gnome-vfs2 >= %{gnome_vfs2_version}
  23. #Requires: gail >= %{gail_version}
  24. %description
  25. GtkHTML2 (sometimes called libgtkhtml) is contains a widget for
  26. displaying html pages.
  27. %package devel
  28. Summary: Libraries, includes, etc to develop Gtkhtml2 applications
  29. Group: Development/Libraries
  30. Requires: gtkhtml2 = %{version}-%{release}
  31. Requires: gtk2-devel >= %{gtk2_version}
  32. Requires: libxml2-devel >= %{libxml2_version}
  33. Requires: gnome-vfs2-devel >= %{gnome_vfs2_version}
  34. #Requires: gail-devel >= %{gail_version}
  35. %description devel
  36. Libraries and include files that can be used to develop Gtkhtml2 applications.
  37. %prep
  38. %setup -q -n libgtkhtml-%{version}
  39. %build
  40. %configure --disable-static
  41. make
  42. %install
  43. rm -rf $RPM_BUILD_ROOT
  44. %makeinstall
  45. # remove unpackaged files
  46. rm -f $RPM_BUILD_ROOT%{_libdir}/libgtkhtml-2.la
  47. %clean
  48. rm -rf $RPM_BUILD_ROOT
  49. %post -p /sbin/ldconfig
  50. %postun -p /sbin/ldconfig
  51. %files
  52. %defattr(-,root,root)
  53. %doc AUTHORS COPYING.LIB ChangeLog NEWS
  54. %{_libdir}/lib*.so.*
  55. %files devel
  56. %defattr(-,root,root)
  57. %{_includedir}/gtkhtml-2.0
  58. %{_libdir}/lib*.so
  59. #{_libdir}/lib*.a
  60. %{_libdir}/pkgconfig/*
  61. %changelog
  62. * Sun Oct 03 2010 Shu KONNO <owa@bg.wakwak.com> 2.11.1-3
  63. - rebuilt with rpm-4.8.1 for pkg-config
  64. * Tue Jul 14 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.11.1-2
  65. - spec in UTF-8
  66. - removed static libraries
  67. * Mon May 12 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.11.1-1
  68. - new upstream release
  69. * Sat Apr 28 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.11.0-0vl1
  70. - new upstream release
  71. * Wed Nov 30 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.6.3-0vl1
  72. - new upstream release
  73. * Mon Nov 22 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.2-0vl1
  74. - new upstream release
  75. * Thu Sep 04 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0-0vl1
  76. - new upstream release
  77. * Wed Sep 03 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.5-0vl1
  78. - new upstream release
  79. * Sat May 24 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.4-0vl1
  80. - new upstream release
  81. * Tue Jan 21 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0-0vl1
  82. - new upstream release
  83. * Thu Dec 26 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.6-0vl1
  84. - new upstream release
  85. * Tue Dec 17 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.4-0vl1
  86. - build for Vine Linux
  87. * Wed Oct 23 2002 Alexander Larsson <alexl@redhat.com> 2.0.1-3
  88. - Remove unpackaged files
  89. * Mon Sep 2 2002 Matt Wilson <msw@redhat.com>
  90. - added a patch to avoid crashes during html document destruction
  91. * Thu Aug 8 2002 Alexander Larsson <alexl@redhat.com>
  92. - Update to 2.0.1, fixes #67866
  93. * Sat Jul 27 2002 Havoc Pennington <hp@redhat.com>
  94. - rebuild with new gail
  95. * Fri Jun 21 2002 Tim Powers <timp@redhat.com>
  96. - automated rebuild
  97. * Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
  98. - 2.0.0
  99. * Fri Jun 07 2002 Havoc Pennington <hp@redhat.com>
  100. - rebuild in different environment
  101. * Wed Jun 5 2002 Havoc Pennington <hp@redhat.com>
  102. - 1.99.9
  103. * Sun May 26 2002 Tim Powers <timp@redhat.com>
  104. - automated rebuild
  105. * Tue May 21 2002 Havoc Pennington <hp@redhat.com>
  106. - rebuild in different environment
  107. * Tue May 21 2002 Havoc Pennington <hp@redhat.com>
  108. - 1.99.7
  109. * Fri May 3 2002 Havoc Pennington <hp@redhat.com>
  110. - 1.99.6
  111. * Fri Apr 19 2002 Havoc Pennington <hp@redhat.com>
  112. - rebuild for new gail, 1.99.5
  113. * Fri Apr 5 2002 Jeremy Katz <katzj@redhat.com>
  114. - update to 1.99.3
  115. * Wed Jan 30 2002 Owen Taylor <otaylor@redhat.com>
  116. - Rebuild for new gnome2 libraries
  117. * Mon Jan 28 2002 Alex Larsson <alexl@redhat.com>
  118. - Initial build.