forked from pool/perl-Algorithm-CheckDigits
Accepting request 933107 from devel:languages:perl:autoupdate
- updated to 1.3.6 see /usr/share/doc/packages/perl-Algorithm-CheckDigits/Changes v1.3.6 - adjust repository to reflect move on GitHub OBS-URL: https://build.opensuse.org/request/show/933107 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Algorithm-CheckDigits?expand=0&rev=12
This commit is contained in:
committed by
Git OBS Bridge
parent
ebc20b4429
commit
52cfc9e643
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# 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
|
||||
Name: perl-Algorithm-CheckDigits
|
||||
Version: 1.3.6
|
||||
Release: 0
|
||||
Summary: Perl extension to generate and test check digits
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Group: Development/Libraries/Perl
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.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.380000
|
||||
@@ -40,7 +38,7 @@ Requires: perl(version)
|
||||
Perl extension to generate and test check digits
|
||||
|
||||
%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
|
||||
|
||||
%build
|
||||
@@ -55,7 +53,6 @@ perl Build.PL installdirs=vendor
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes README
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user