gnome-spell-vl.spec 3.8 KB

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