11
0

3 Commits

5 changed files with 27 additions and 12 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cd40dd8361798436c574f523a80b5cbb45ea34ae126512a463a2e60ac7fd8d69
size 37778

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6ac75138566a63e3dad904c602fbf9addb627157a5b97efb9a4e109b446386fd
size 49178

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-Archive-Tar-Wrapper/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-Archive-Tar-Wrapper)

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Aug 31 05:29:09 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- updated to 0.420.0 (0.42)
see /usr/share/doc/packages/perl-Archive-Tar-Wrapper/Changes
-------------------------------------------------------------------
Thu May 9 03:06:08 UTC 2024 - Tina Müller <timueller+perl@suse.de>

View File

@@ -18,26 +18,23 @@
%define cpan_name Archive-Tar-Wrapper
Name: perl-Archive-Tar-Wrapper
Version: 0.400.0
Version: 0.420.0
Release: 0
# 0.40 -> normalize -> 0.400.0
%define cpan_version 0.40
# 0.42 -> normalize -> 0.420.0
%define cpan_version 0.42
#Upstream: GPL-1.0-or-later
License: GPL-3.0-or-later
Summary: API wrapper around the 'tar' utility
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/A/AR/ARFREITAS/%{cpan_name}-%{cpan_version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
Source100: README.md
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(CPAN::Meta)
BuildRequires: perl(Dumbbench) >= 0.503
BuildRequires: perl(File::Which)
BuildRequires: perl(IPC::Run)
BuildRequires: perl(Log::Log4perl)
BuildRequires: perl(Test::Simple) >= 1.302073
Requires: perl(CPAN::Meta)
Requires: perl(File::Which)
Requires: perl(IPC::Run)
Requires: perl(Log::Log4perl)
@@ -78,7 +75,7 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%doc Changes CONTRIBUTING.md README.md
%doc Changes CONTRIBUTING.md README
%license LICENSE
%changelog