gtkspell-vl.spec 3.3 KB

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