forked from pool/perl-CHI
Accepting request 926953 from devel:languages:perl:autoupdate
- updated to 0.61 see /usr/share/doc/packages/perl-CHI/Changes OBS-URL: https://build.opensuse.org/request/show/926953 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-CHI?expand=0&rev=22
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c7f1a2b3570a8fede484e933f89ba1729e0abd05935791d146c522dd120ee851
|
||||
size 87894
|
3
CHI-0.61.tar.gz
Normal file
3
CHI-0.61.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:583545c9e5312bb4193ab16de9f55ff8f4b4a7ded128cee8dd2cb021d4678b5b
|
||||
size 84993
|
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 14 03:06:05 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.61
|
||||
see /usr/share/doc/packages/perl-CHI/Changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 20 15:39:23 UTC 2015 - coolo@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-CHI
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# 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
|
||||
@@ -12,24 +12,23 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: perl-CHI
|
||||
Version: 0.60
|
||||
Release: 0
|
||||
%define cpan_name CHI
|
||||
Name: perl-CHI
|
||||
Version: 0.61
|
||||
Release: 0
|
||||
Summary: Unified cache handling interface
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/CHI/
|
||||
Source0: http://www.cpan.org/authors/id/J/JS/JSWARTZ/%{cpan_name}-%{version}.tar.gz
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/A/AS/ASB/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Cache::FileCache)
|
||||
BuildRequires: perl(Carp::Assert) >= 0.20
|
||||
BuildRequires: perl(Class::Load)
|
||||
BuildRequires: perl(Data::UUID)
|
||||
@@ -39,6 +38,7 @@ BuildRequires: perl(Hash::MoreUtils)
|
||||
BuildRequires: perl(JSON::MaybeXS) >= 1.003003
|
||||
BuildRequires: perl(List::MoreUtils) >= 0.13
|
||||
BuildRequires: perl(Log::Any) >= 0.08
|
||||
BuildRequires: perl(Module::Mask)
|
||||
BuildRequires: perl(Moo) >= 1.003
|
||||
BuildRequires: perl(MooX::Types::MooseLike) >= 0.23
|
||||
BuildRequires: perl(MooX::Types::MooseLike::Base)
|
||||
@@ -85,15 +85,14 @@ adhering to the basic Cache API but adding new features and addressing
|
||||
limitations in the Cache::Cache implementation.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
find . -type f -print0 | xargs -0 chmod 644
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
%{__make} %{?_smp_mflags}
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
%make_build
|
||||
|
||||
%check
|
||||
%{__make} test
|
||||
make test
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
@@ -101,7 +100,7 @@ find . -type f -print0 | xargs -0 chmod 644
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes LICENSE README
|
||||
%doc Changes
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user