|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-Spellunker
|
|
|
|
|
Version: 0.4.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Pure perl spelling checker implementation
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
URL: http://search.cpan.org/dist/Spellunker/
|
|
|
|
@ -68,6 +68,9 @@ perl Build.PL --installdirs=vendor
|
|
|
|
|
%{_mandir}/man3/Test::Spellunker.3*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Jun 05 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.4.0-2
|
|
|
|
|
- Perl 5.22 rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Nov 18 2014 Paul Howarth <paul@city-fan.org> - 0.4.0-1
|
|
|
|
|
- Update to 0.4.0
|
|
|
|
|
- Added more stopwords
|
|
|
|
|