8
0

Accepting request 296447 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/296447
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-SpellChecker?expand=0&rev=5
This commit is contained in:
Stephan Kulow
2015-04-15 05:05:17 +00:00
committed by Git OBS Bridge
parent 89dc6063c5
commit 14d9ed53da
4 changed files with 16 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Text-SpellChecker
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,19 +17,21 @@
Name: perl-Text-SpellChecker
Version: 0.11
Version: 0.14
Release: 0
%define cpan_name Text-SpellChecker
Summary: OO interface for spell-checking a block of text
License: GPL-1.0+ or Artistic-1.0
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Text-SpellChecker/
Source: http://www.cpan.org/authors/id/B/BD/BDUGGAN/Text-SpellChecker-%{version}.tar.gz
Source: http://www.cpan.org/authors/id/B/BD/BDUGGAN/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Text::Aspell)
BuildRequires: perl(Text::Hunspell)
Requires: perl(Text::Aspell)
Requires: perl(Text::Hunspell)
%{perl_requires}
@@ -58,11 +60,8 @@ highlighting the current misspelled word within the text.
%perl_process_packlist
%perl_gen_filelist
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.files
%defattr(644,root,root,755)
%defattr(-,root,root,755)
%doc Changes README
%changelog