aspell-en-vl.spec 3.8 KB

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