Accepting request 911815 from devel:languages:perl:autoupdate
- updated to 0.632 see /usr/share/doc/packages/perl-File-Flock-Retry/Changes OBS-URL: https://build.opensuse.org/request/show/911815 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Flock-Retry?expand=0&rev=6
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:329e24c7c6a2046cdeaacc119ed23ef8d1598da8b37145c0bea1b2d70d55a0e4
|
|
||||||
size 17596
|
|
||||||
3
File-Flock-Retry-0.632.tar.gz
Normal file
3
File-Flock-Retry-0.632.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c60e9445e49be53988b86859834381beb393ca67c5b40ceb49df1d7ab998aca4
|
||||||
|
size 17423
|
||||||
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 11 03:06:21 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.632
|
||||||
|
see /usr/share/doc/packages/perl-File-Flock-Retry/Changes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 13 06:12:51 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
Wed Mar 13 06:12:51 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-File-Flock-Retry
|
# spec file for package perl-File-Flock-Retry
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# 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,21 +16,20 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: perl-File-Flock-Retry
|
|
||||||
Version: 0.631
|
|
||||||
Release: 0
|
|
||||||
%define cpan_name File-Flock-Retry
|
%define cpan_name File-Flock-Retry
|
||||||
|
Name: perl-File-Flock-Retry
|
||||||
|
Version: 0.632
|
||||||
|
Release: 0
|
||||||
Summary: Yet another flock module
|
Summary: Yet another flock module
|
||||||
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/P/PE/PERLANCAR/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/P/PE/PERLANCAR/%{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(File::Slurper)
|
BuildRequires: perl(File::Slurper)
|
||||||
|
BuildRequires: perl(File::Temp) >= 0.2307
|
||||||
BuildRequires: perl(File::chdir)
|
BuildRequires: perl(File::chdir)
|
||||||
BuildRequires: perl(Test::More) >= 0.98
|
BuildRequires: perl(Test::More) >= 0.98
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
@@ -47,11 +46,11 @@ I prefer this approach to blocking/waiting indefinitely or failing
|
|||||||
immediately.
|
immediately.
|
||||||
|
|
||||||
%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
|
||||||
@@ -62,7 +61,6 @@ make test
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
|
||||||
%doc Changes README
|
%doc Changes README
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user