Accepting request 958041 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/958041 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Package-Stash?expand=0&rev=24
This commit is contained in:
commit
dd54c3b614
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9165f555112e080493ce0e9129de0886da30b2593fb353a2abd1c76b2d2621b5
|
|
||||||
size 55606
|
|
BIN
Package-Stash-0.40.tar.gz
(Stored with Git LFS)
Normal file
BIN
Package-Stash-0.40.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 22 03:07:54 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.40
|
||||||
|
see /usr/share/doc/packages/perl-Package-Stash/Changes
|
||||||
|
|
||||||
|
0.40 2022-02-21 05:38:38Z
|
||||||
|
- update bundled version of ExtUtils::HasCompiler, for new new Apple
|
||||||
|
include paths
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 23 03:08:29 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
Mon Nov 23 03:08:29 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Package-Stash
|
# spec file for package perl-Package-Stash
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2022 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-Package-Stash
|
|
||||||
Version: 0.39
|
|
||||||
Release: 0
|
|
||||||
%define cpan_name Package-Stash
|
%define cpan_name Package-Stash
|
||||||
Summary: Routines for manipulating stashes
|
Name: perl-Package-Stash
|
||||||
|
Version: 0.40
|
||||||
|
Release: 0
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Group: Development/Libraries/Perl
|
Summary: Routines for manipulating stashes
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{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(CPAN::Meta::Check) >= 0.011
|
BuildRequires: perl(CPAN::Meta::Check) >= 0.011
|
||||||
@ -64,11 +62,11 @@ environment variable taking precedence), otherwise, it will use the XS
|
|||||||
implementation if possible, falling back to the pure perl one.
|
implementation if possible, falling back to the pure perl one.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test
|
make test
|
||||||
@ -79,7 +77,6 @@ make test
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
|
||||||
%doc Changes CONTRIBUTING README
|
%doc Changes CONTRIBUTING README
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user