gnome-spell-vl.spec 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. Summary: Bonobo component for spell checking
  2. Summary(ja): スペルチェック用 Bonobo コンポーネント
  3. Name: gnome-spell
  4. Version: 1.0.8
  5. Release: 1%{?_dist_release}
  6. Source0: ftp://ftp.gnome.org/pub/gnome/sources/gnome-spell/1.0/%{name}-%{version}.tar.bz2
  7. Patch0: gnome-spell-1.0.2-pspell-compat.patch
  8. Patch1: gnome-spell-1.0.2-langlist.patch
  9. Patch2: gnome-spell-1.0.4-multilib.patch
  10. Patch3: gnome-spell-1.0.5-allowdeprecated.patch
  11. License: GPL
  12. Group: Applications/Text
  13. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  14. BuildRequires: aspell-devel, intltool >= 0.11
  15. BuildRequires: libgnomeui-devel, libbonoboui-devel, libglade2-devel
  16. BuildRequires: libSM-devel
  17. # for aspell back patch
  18. BuildRequires: autoconf, automake14
  19. %description
  20. Gnome Spell is GNOME/Bonobo component for spell checking. In current
  21. version it contains GNOME::Spell::Dictionary object, which provides
  22. spell checking dictionary (see Spell.idl for exact API definition).
  23. It's based on pspell package, which is required to build gnome-spell.
  24. %prep
  25. %setup -q
  26. ## %patch0 -p1 -b .pspell-compat
  27. ## %patch1 -p1 -b .langlist
  28. ## %patch2 -p1 -b .multilib
  29. ## %patch3 -p1 -b .nodep
  30. %build
  31. # autoheader
  32. # automake-1.4
  33. # autoconf
  34. export _lib=%{_lib}
  35. %configure
  36. make
  37. %install
  38. rm -rf $RPM_BUILD_ROOT
  39. %makeinstall
  40. rm -f $RPM_BUILD_ROOT/%{_libdir}/gnome-spell/*.a
  41. rm -f $RPM_BUILD_ROOT/%{_libdir}/gnome-spell/*.la
  42. %{find_lang} %{name}-%{version}
  43. %clean
  44. rm -rf $RPM_BUILD_ROOT
  45. %files -f %{name}-%{version}.lang
  46. %defattr(-,root,root)
  47. %doc README COPYING ChangeLog NEWS AUTHORS INSTALL
  48. %{_libdir}/gnome-spell/*.so
  49. %{_libdir}/bonobo/servers/*
  50. %{_datadir}/control-center-2.0/icons/*
  51. %{_datadir}/gnome-spell-%{version}
  52. %{_datadir}/idl/*
  53. %changelog
  54. * Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.8-1
  55. - new upstream release
  56. - add BuildRequires: libSM-devel
  57. - drop Patch1, Patch3
  58. * Thu Oct 6 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.5-10vl1
  59. - new upstream based on Fedora development
  60. * Wed Nov 24 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.5-8
  61. - added explicit Requires on libgnomeui, libbonoboui,
  62. libglade2 and BuildRequires on the corresponding devel packages
  63. - removed erroneous BuildRequires on libgal2-devel and linc-devel (#140478)
  64. * Wed Jul 23 2003 Elliot Lee <sopwith@redhat.com> 1.0.4-3
  65. - Fix multilib (multilib.patch)
  66. * Wed Jun 11 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.3-5vl1
  67. - build for Vine Linux
  68. * Wed Jun 5 2003 Elliot Lee <sopwith@redhat.com>
  69. - rebuilt
  70. * Thu Jun 5 2003 Jeremy Katz <katzj@redhat.com> 1.0.3-4
  71. - rebuild
  72. * Sun May 11 2003 Jeremy Katz <katzj@redhat.com> 1.0.3-3
  73. - new approach for handling compatibility with old pspell, fixes crashes with
  74. the old patch and makes it a less manual process
  75. * Wed May 7 2003 Jeremy Katz <katzj@redhat.com> 1.0.3-2
  76. - fix broken auto*
  77. * Tue May 6 2003 Jeremy Katz <katzj@redhat.com> 1.0.3-1
  78. - 1.0.3
  79. * Wed Apr 16 2003 Jeremy Katz <katzj@redhat.com> 1.0.2-1
  80. - rebuild with newer aspell
  81. * Wed Apr 16 2003 Jeremy Katz <katzj@redhat.com> 1.0.2-0.9
  82. - update to 1.0.2
  83. - add a patch to build and work with older aspell
  84. * Wed Jan 22 2003 Tim Powers <timp@redhat.com>
  85. - rebuilt
  86. * Fri Jan 10 2003 Karsten Hopp <karsten@redhat.de> 0.5-4
  87. - rebuild with the last added buildrequires
  88. * Wed Nov 13 2002 Jeremy Katz <katzj@redhat.com>
  89. - add buildrequires of libcapplet0-devel (based on report from Daniel Resare)
  90. * Tue Nov 5 2002 Jeremy Katz <katzj@redhat.com> 0.5-3
  91. - rebuild against new gal
  92. * Thu Oct 24 2002 Jeremy Katz <katzj@redhat.com> 0.5-2
  93. - remove unpackages files in %%install
  94. * Wed Sep 25 2002 Jeremy Katz <katzj@redhat.com> 0.5-1
  95. - 0.5
  96. * Tue Jul 23 2002 Tim Powers <timp@redhat.com>
  97. - build using gcc-3.2-0.1
  98. * Fri Jun 21 2002 Tim Powers <timp@redhat.com>
  99. - automated rebuild
  100. * Thu May 23 2002 Tim Powers <timp@redhat.com>
  101. - automated rebuild
  102. * Wed Feb 20 2002 Jeremy Katz <katzj@redhat.com>
  103. - update to 0.4.1
  104. * Fri Jan 25 2002 Jeremy Katz <katzj@redhat.com>
  105. - rebuild in new environment
  106. * Wed Jan 9 2002 Jeremy Katz <katzj@redhat.com>
  107. - initial build for Red Hat Linux