Files
perl-Archive-Any/perl-Archive-Any.spec
2025-08-12 18:11:49 +02:00

83 lines
2.6 KiB
RPMSpec

#
# spec file for package perl-Archive-Any
#
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define cpan_name Archive-Any
Name: perl-Archive-Any
Version: 0.94.600
Release: 0
# 0.0946 -> normalize -> 0.94.600
%define cpan_version 0.0946
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Single interface to deal with file archives
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
Source100: README.md
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Archive::Tar)
BuildRequires: perl(Archive::Zip)
BuildRequires: perl(File::MMagic)
BuildRequires: perl(MIME::Types)
BuildRequires: perl(Module::Find)
BuildRequires: perl(Test::Warn)
Requires: perl(Archive::Tar)
Requires: perl(Archive::Zip)
Requires: perl(File::MMagic)
Requires: perl(MIME::Types)
Requires: perl(Module::Find)
Provides: perl(Archive::Any) = %{version}
Provides: perl(Archive::Any::Plugin) = %{version}
Provides: perl(Archive::Any::Plugin::Tar) = %{version}
Provides: perl(Archive::Any::Plugin::Zip) = %{version}
Provides: perl(Archive::Any::Tar) = %{version}
Provides: perl(Archive::Any::Zip) = %{version}
%undefine __perllib_provides
%{perl_requires}
# MANUAL BEGIN
BuildRequires: perl(Test::Warn)
# MANUAL END
%description
This module is a single interface for manipulating different archive
formats. Tarballs, zip files, etc.
%prep
%autosetup -n %{cpan_name}-%{cpan_version}
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build
perl Makefile.PL INSTALLDIRS=vendor
%make_build
%check
make test
%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
%files -f %{name}.files
%doc anonymize-archives Changes CONTRIBUTORS README.md
%license LICENSE
%changelog