Accepting request 297586 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/297586
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-Soundex?expand=0&rev=5
This commit is contained in:
Stephan Kulow 2015-04-17 11:41:48 +00:00 committed by Git OBS Bridge
parent fb79f9ef98
commit 4d1afa3743
5 changed files with 41 additions and 18 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d5c2557cbeca8575e244fbd491793a52cb4a488850cd4ed9d5183e322874b0e5
size 8574

3
Text-Soundex-3.04.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2e56bb4324ee0186b908b3bd78463643affe7295624af0628e81491e910283d9
size 9024

20
cpanspec.yml Normal file
View File

@ -0,0 +1,20 @@
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
#preamble: |-
# BuildRequires: gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: -
#./Build build flags=%{?_smp_mflags} --myflag

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Apr 17 08:18:17 UTC 2015 - coolo@suse.com
- updated to 3.04
see /usr/share/doc/packages/perl-Text-Soundex/Changes
3.04 Thu Feb 7 15:53:09 EST 2013 <rjbs@cpan.org>
The module is going to be removed from the core distribution of perl, and will
now warn (under warnings) if loaded from its installed-to-core location.
-------------------------------------------------------------------
Sun May 15 14:41:26 UTC 2011 - jw@novell.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Text-Soundex
#
# 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
@ -16,22 +16,19 @@
#
Name: perl-Text-Soundex
Version: 3.03
Release: 1
License: CHECK(GPL+ or Artistic)
Version: 3.04
Release: 0
%define cpan_name Text-Soundex
Summary: Implementation of the soundex algorithm
Url: http://search.cpan.org/dist/Text-Soundex/
License: CHECK(GPL-1.0+ or Artistic-1.0)
Group: Development/Libraries/Perl
Source: http://www.cpan.org/authors/id/M/MA/MARKM/Text-Soundex-%{version}.tar.gz
# Source: Text::Soundex
Url: http://search.cpan.org/dist/Text-Soundex/
Source0: http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# BuildRequires: perl(Test::Pod) perl(Test::Pod::Coverage)
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(ExtUtils::MakeMaker)
%{perl_requires}
%description
@ -84,12 +81,10 @@ An example of where these algorithm differ follows:
%setup -q -n %{cpan_name}-%{version}
%build
export AUTOMATED_TESTING=1
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
%{__make} %{?_smp_mflags}
%check
export AUTOMATED_TESTING=1
%{__make} test
%install
@ -97,9 +92,6 @@ export AUTOMATED_TESTING=1
%perl_process_packlist
%perl_gen_filelist
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README