forked from pool/perl-Text-SpellChecker
Accepting request 517523 from home:scarabeus_iv:branches:devel:languages:perl
- Drop dependency over aspell wrt fate#323578 OBS-URL: https://build.opensuse.org/request/show/517523 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-SpellChecker?expand=0&rev=7
This commit is contained in:
committed by
Git OBS Bridge
parent
14d9ed53da
commit
4e4ea347ed
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 18 09:16:05 UTC 2017 - tchvatal@suse.com
|
||||||
|
|
||||||
|
- Drop dependency over aspell wrt fate#323578
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 14 20:09:40 UTC 2015 - coolo@suse.com
|
Tue Apr 14 20:09:40 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Text-SpellChecker
|
# spec file for package perl-Text-SpellChecker
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,23 +16,20 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%define cpan_name Text-SpellChecker
|
||||||
Name: perl-Text-SpellChecker
|
Name: perl-Text-SpellChecker
|
||||||
Version: 0.14
|
Version: 0.14
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Text-SpellChecker
|
|
||||||
Summary: OO interface for spell-checking a block of text
|
Summary: OO interface for spell-checking a block of text
|
||||||
License: Artistic-1.0 or GPL-1.0+
|
License: Artistic-1.0 OR GPL-1.0+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/Text-SpellChecker/
|
Url: http://search.cpan.org/dist/Text-SpellChecker/
|
||||||
Source: http://www.cpan.org/authors/id/B/BD/BDUGGAN/%{cpan_name}-%{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
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Text::Aspell)
|
|
||||||
BuildRequires: perl(Text::Hunspell)
|
BuildRequires: perl(Text::Hunspell)
|
||||||
Requires: perl(Text::Aspell)
|
|
||||||
Requires: perl(Text::Hunspell)
|
Requires: perl(Text::Hunspell)
|
||||||
|
BuildArch: noarch
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -49,11 +46,11 @@ highlighting the current misspelled word within the text.
|
|||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
%{__make} %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__make} test
|
make %{?_smp_mflags} test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
@@ -61,7 +58,6 @@ highlighting the current misspelled word within the text.
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
|
||||||
%doc Changes README
|
%doc Changes README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user