PageRenderTime 46ms CodeModel.GetById 20ms RepoModel.GetById 1ms app.codeStats 0ms

/aspell-en.spec

#
Unknown | 131 lines | 96 code | 35 blank | 0 comment | 0 complexity | c8568a21dd0ddc01683a9b771f49c3cc MD5 | raw file
Possible License(s): Unlicense
  1. %define lang en
  2. %define langrelease 0
  3. %define aspellversion 6
  4. Summary: English dictionaries for Aspell
  5. Name: aspell-%{lang}
  6. Epoch: 50
  7. Version: 7.1
  8. Release: 4%{?dist}
  9. License: MIT and BSD
  10. Group: Applications/Text
  11. URL: http://aspell.net/
  12. Source: ftp://ftp.gnu.org/gnu/aspell/dict/%{lang}/aspell%{aspellversion}-%{lang}-%{version}-%{langrelease}.tar.bz2
  13. Buildrequires: aspell >= 12:0.60
  14. Requires: aspell >= 12:0.60
  15. Obsoletes: aspell-en-gb <= 0.33.7.1
  16. Obsoletes: aspell-en-ca <= 0.33.7.1
  17. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
  18. %define debug_package %{nil}
  19. %description
  20. Provides the word list/dictionaries for the following: English, Canadian
  21. English, British English
  22. %prep
  23. %setup -q -n aspell%{aspellversion}-%{lang}-%{version}-%{langrelease}
  24. %build
  25. ./configure
  26. make
  27. %install
  28. rm -rf $RPM_BUILD_ROOT
  29. make install DESTDIR=$RPM_BUILD_ROOT
  30. %clean
  31. rm -rf $RPM_BUILD_ROOT
  32. %files
  33. %defattr(-,root,root)
  34. %doc Copyright
  35. %{_libdir}/aspell-0.60/*
  36. %changelog
  37. * Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 50:7.1-4
  38. - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
  39. * Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 50:7.1-3
  40. - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
  41. * Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 50:7.1-2
  42. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  43. * Mon Jan 17 2011 Ivana Hutarova Varekova <varekova@redhat.com> 50:7.1-1
  44. - update to aspell6-en-7.1
  45. * Mon Jan 3 2011 Ivana Hutarova Varekova <varekova@redhat.com> 50:7.0-1
  46. - update to aspell6-en-7.0
  47. * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 50:6.0-11
  48. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  49. * Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 50:6.0-10
  50. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  51. * Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 50:6.0-9
  52. - Autorebuild for GCC 4.3
  53. * Thu Aug 30 2007 Ivana Varekova <varekova@redhat.com> - 50:6.0-8
  54. - fix #62225 - add practice to gb world lists
  55. * Fri Mar 30 2007 Ivana Varekova <varekova@redhat.com> - 50:6.0-7
  56. - add version to obstolete flag
  57. * Thu Mar 29 2007 Ivana Varekova <varekova@redhat.com> - 50:6.0-5
  58. - add documentation
  59. - change license tag
  60. * Thu Mar 29 2007 Ivana Varekova <varekova@redhat.com> - 50:6.0-4
  61. - update default buildroot
  62. * Thu Mar 29 2007 Ivana Varekova <varekova@redhat.com> - 50:6.0-3
  63. - update to aspell6
  64. - use configure script to create Makefile
  65. - some minor spec changes
  66. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 50:6.0-2.1
  67. - rebuild
  68. * Fri Mar 3 2006 Ivana Varekova <varekova@redhat.com> - 50:6.0-2
  69. - removed "offencive" (#154352), add "practice" (#62225)
  70. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 50:6.0-1.2.1
  71. - bump again for double-long bug on ppc(64)
  72. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 50:6.0-1.2
  73. - rebuilt for new gcc4.1 snapshot and glibc changes
  74. * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
  75. - rebuilt
  76. * Mon Jul 18 2005 Ivana Varekova <varekova@redhat.com> 50:6.0-1
  77. - update to aspell5-en-6.0
  78. - build with aspell-0.60.3
  79. * Mon Apr 11 2005 Ivana Varekova <varekova@redhat.com> 50:0.51-12
  80. - rebuilt
  81. * Wed Sep 29 2004 Adrian Havill <havill@redhat.com> 50:0.51-11
  82. - remove debuginfo
  83. * Thu Aug 26 2004 Adrian Havill <havill@redhat.com> 50:0.51-10
  84. - obsolete -en-gb and -en-ca for upgrades
  85. * Wed Aug 11 2004 Adrian Havill <havill@redhat.com> 50:0.51-9
  86. - sync epoch with other aspell dicts, upgrade to 0.51-1
  87. * Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
  88. - rebuilt
  89. * Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
  90. - rebuilt
  91. * Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
  92. - rebuilt
  93. * Mon Jun 23 2003 Adrian Havill <havill@redhat.com> 0.51-6
  94. - data files are not arch independent
  95. * Fri Jun 20 2003 Adrian Havill <havill@redhat.com> 0.51-5
  96. - first build for new aspell (0.50)