Accepting request 397833 from devel:languages:perl
1 OBS-URL: https://build.opensuse.org/request/show/397833 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Algorithm-CheckDigits?expand=0&rev=12
This commit is contained in:
commit
813e7a7b92
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:58ad6dd09df7b196d5a4405a653261df74f1381eaaa777efbb297120c69ee29e
|
||||
size 55394
|
3
Algorithm-CheckDigits-v1.3.2.tar.gz
Normal file
3
Algorithm-CheckDigits-v1.3.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2a8e12b2ea254f3b27d2e54178bb1d5dcd9ba82fdde60c01c4086e7ff4a5086f
|
||||
size 55899
|
28
cpanspec.yml
Normal file
28
cpanspec.yml
Normal file
@ -0,0 +1,28 @@
|
||||
---
|
||||
#description_paragraphs: 3
|
||||
#description: |-
|
||||
# override description from CPAN
|
||||
#summary: override summary from CPAN
|
||||
#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_build: |-
|
||||
# rm unused.files
|
||||
#post_install: |-
|
||||
# sed on %{name}.files
|
||||
#license: SUSE-NonFree
|
||||
#skip_noarch: 1
|
||||
#custom_build: |-
|
||||
#./Build build flags=%{?_smp_mflags} --myflag
|
||||
#custom_test: |-
|
||||
#startserver && make test
|
||||
#ignore_requires: Bizarre::Module
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 24 09:02:22 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to 1.3.2
|
||||
see /usr/share/doc/packages/perl-Algorithm-CheckDigits/Changes
|
||||
|
||||
v1.3.2 Mo 16. Mai 15:02:03 CEST 2016
|
||||
- fix version strings
|
||||
|
||||
1.3.1 Mo 16. Mai 03:19:57 CEST 2016
|
||||
- fix Bug #114347
|
||||
- fix version numbers
|
||||
- require Perl version in Build.PL
|
||||
|
||||
1.3.0 Sun May 12 10:28:21 CEST 2013
|
||||
- Changed description of modules to more meaningful text (at least I
|
||||
hope so).
|
||||
- Added plugin interface with examples in t/PluginLib*.pm and
|
||||
t/plugin*.t.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 13 15:41:54 UTC 2015 - coolo@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Algorithm-CheckDigits
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 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,20 @@
|
||||
|
||||
|
||||
Name: perl-Algorithm-CheckDigits
|
||||
Version: 1.3.0
|
||||
Version: 1.3.2
|
||||
Release: 0
|
||||
%define cpan_name Algorithm-CheckDigits
|
||||
Summary: Perl extension to generate and test check digits
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Algorithm-CheckDigits/
|
||||
Source: http://www.cpan.org/authors/id/M/MA/MAMAWE/%{cpan_name}-v%{version}.tar.gz
|
||||
Source0: http://www.cpan.org/authors/id/M/MA/MAMAWE/%{cpan_name}-v%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Module::Build) >= 0.38
|
||||
BuildRequires: perl(Module::Build) >= 0.380000
|
||||
BuildRequires: perl(Probe::Perl)
|
||||
BuildRequires: perl(version)
|
||||
Requires: perl(version)
|
||||
@ -40,7 +41,7 @@ Perl extension to generate and test check digits
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-v%{version}
|
||||
find . -type f -print0 | xargs -0 chmod 644
|
||||
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
%{__perl} Build.PL installdirs=vendor
|
||||
|
Loading…
Reference in New Issue
Block a user