Accepting request 934058 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/934058 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Algorithm-CheckDigits?expand=0&rev=15
This commit is contained in:
commit
19173e96b1
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a956d0517180d6d9042f47d73aa6a2728b75fcbd546940d2dbe0a7e7cf428f73
|
|
||||||
size 55230
|
|
3
Algorithm-CheckDigits-v1.3.6.tar.gz
Normal file
3
Algorithm-CheckDigits-v1.3.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0f2487a8fd1f31b19c51b2650842f2264c1e77d962487a13b521bbe066c4b4bc
|
||||||
|
size 55254
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 17 03:06:01 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 1.3.6
|
||||||
|
see /usr/share/doc/packages/perl-Algorithm-CheckDigits/Changes
|
||||||
|
|
||||||
|
v1.3.6 Tue Nov 16 11:38:44 CET 2021
|
||||||
|
- adjust repository to reflect move on GitHub
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 24 08:53:51 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
Tue Nov 24 08:53:51 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Algorithm-CheckDigits
|
# spec file for package perl-Algorithm-CheckDigits
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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,18 +16,16 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: perl-Algorithm-CheckDigits
|
|
||||||
Version: 1.3.5
|
|
||||||
Release: 0
|
|
||||||
%define cpan_name Algorithm-CheckDigits
|
%define cpan_name Algorithm-CheckDigits
|
||||||
|
Name: perl-Algorithm-CheckDigits
|
||||||
|
Version: 1.3.6
|
||||||
|
Release: 0
|
||||||
Summary: Perl extension to generate and test check digits
|
Summary: Perl extension to generate and test check digits
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Group: Development/Libraries/Perl
|
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/M/MA/MAMAWE/%{cpan_name}-v%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/M/MA/MAMAWE/%{cpan_name}-v%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Module::Build) >= 0.380000
|
BuildRequires: perl(Module::Build) >= 0.380000
|
||||||
@ -40,7 +38,7 @@ Requires: perl(version)
|
|||||||
Perl extension to generate and test check digits
|
Perl extension to generate and test check digits
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-v%{version}
|
%autosetup -n %{cpan_name}-v%{version}
|
||||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -55,7 +53,6 @@ perl Build.PL installdirs=vendor
|
|||||||
%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
|
||||||
|
Loading…
Reference in New Issue
Block a user