gtkspell-vl.spec 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. Summary: GtkSpell provides on-the-fly spell checking for GtkTextView widgets.
  2. Name: gtkspell
  3. Version: 2.0.16
  4. Release: 3%{?_dist_release}
  5. License: GPL
  6. Group: System Environment/Libraries
  7. URL: http://gtkspell.sourceforge.net/
  8. Source0: http://gtkspell.sourceforge.net/download/%{name}-%{version}.tar.gz
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  10. BuildRequires: aspell-devel
  11. BuildRequires: enchant-devel
  12. BuildRequires: gettext
  13. BuildRequires: gtk-doc
  14. BuildRequires: gtk2-devel
  15. %description
  16. GtkSpell provides word-processor-style highlighting and replacement of
  17. misspelled words in a GtkTextView widget as you type. Right-clicking a
  18. misspelled word pops up a menu of suggested replacements.
  19. %package devel
  20. Summary: Development files for GtkSpell.
  21. Summary(ja): GtkSpell の開発用ファイル
  22. Group: Development/Libraries
  23. Requires: %{name} = %{version}-%{release}
  24. Requires: enchant-devel
  25. Requires: gtk2-devel
  26. %description devel
  27. The gtkspell-devel package provides header files and static libraries
  28. for developing applications which use GtkSpell.
  29. %prep
  30. %setup -q
  31. %build
  32. %configure --disable-static
  33. make %{?_smp_mflags}
  34. %install
  35. rm -rf $RPM_BUILD_ROOT
  36. make DESTDIR=$RPM_BUILD_ROOT install
  37. find $RPM_BUILD_ROOT -name "*.la" -exec rm {} \;
  38. %find_lang %{name}
  39. %clean
  40. rm -rf $RPM_BUILD_ROOT
  41. %post -p /sbin/ldconfig
  42. %postun -p /sbin/ldconfig
  43. %files -f %{name}.lang
  44. %defattr(-,root,root,-)
  45. %doc NEWS README AUTHORS COPYING
  46. %{_libdir}/libgtkspell.so.0*
  47. %files devel
  48. %defattr(-,root,root,-)
  49. %{_includedir}/gtkspell-2.0
  50. %{_libdir}/libgtkspell.so
  51. %{_libdir}/pkgconfig/gtkspell-2.0.pc
  52. %{_datadir}/gtk-doc/html/gtkspell
  53. %changelog
  54. * Mon Nov 17 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 2.0.16-3
  55. - rebuilt on current VineSeed
  56. * Sun Oct 03 2010 Shu KONNO <owa@bg.wakwak.com> 2.0.16-2
  57. - rebuilt with rpm-4.8.1 for pkg-config
  58. * Thu Nov 19 2009 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.0.16-1
  59. - new upstream version.
  60. * Mon Aug 17 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.15-2
  61. - add BR: enchant-devel
  62. - add R: enchant-devel to -devel
  63. * Sat May 16 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.0.15-1
  64. - applied new versioning policy
  65. - new upstream release
  66. - removed static library
  67. * Sat Oct 8 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.0.11-0vl1
  68. - rebuild for Vine Linux
  69. * Wed Mar 16 2005 David Malcolm <dmalcolm@redhat.com> - 2.0.7-3
  70. - rebuild with GCC 4
  71. * Mon Aug 30 2004 David Malcolm <dmalcolm@redhat.com> - 2.0.7-2
  72. - rerun ldconfig upon uninstall; thanks to Matthias Saou (#131277)
  73. * Mon Aug 23 2004 Warren Togami <wtogami@redhat.com> - 2.0.7-1
  74. - 2.0.7 should fix more i18n stuff
  75. * Sat Aug 21 2004 Warren Togami <wtogami@redhat.com> - 2.0.6-3
  76. - nosnilmot informed us about broken i18n fixed in upstream CVS
  77. * Fri Jul 30 2004 Florian La Roche <Florian.LaRoche@redhat.de>
  78. - add ldconfig symlink into rpm
  79. * Fri Jul 2 2004 David Malcolm <dmalcolm@redhat.com> - 2.0.6-1
  80. - 2.0.6; added find_lang; updated description
  81. * Mon Jun 21 2004 David Malcolm <dmalcolm@redhat.com> - 2.0.4-6
  82. - rebuilt
  83. * Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
  84. - rebuilt
  85. * Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
  86. - rebuilt
  87. * Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
  88. - rebuilt
  89. * Mon Dec 15 2003 Matt Wilson <msw@redhat.com> 2.0.4-3
  90. - added BuildRequires: gtk-doc (#111107)
  91. - added Requires: gtk2-devel for gtkspell-devel subpackage (#111139)
  92. * Mon Sep 29 2003 Matt Wilson <msw@redhat.com> 2.0.4-2
  93. - add aspell-devel to gtkspell-devel as a requirement (#105944,
  94. #104562)
  95. * Tue Jul 15 2003 Matt Wilson <msw@redhat.com> 2.0.4-1
  96. - Initial build.