Files
perl-File-Object/perl-File-Object.spec
Dirk Stoecker b8fe167a2e Accepting request 874809 from devel:languages:perl:autoupdate
- updated to 0.13
   see /usr/share/doc/packages/perl-File-Object/Changes
  0.13 2021-02-21T10:59:26+01:00
   - Add blank lines after arguments and before return.
   - Improve constructor parameters in doc.
   - Update author github username.
  0.12 2021-02-21T03:08:47+01:00
   - Fix bugtracker.
   - Improve LICENSE AND COPYRIGHT section in doc.
   - Improve SYNOPSIS section in doc.
   - Rewrite POD to use =head2 in METHODS section.
   - Update Module::Install to 1.19 version.
   - Update copyright years.

OBS-URL: https://build.opensuse.org/request/show/874809
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Object?expand=0&rev=5
2021-02-25 12:20:09 +00:00

62 lines
1.7 KiB
RPMSpec

#
# spec file for package perl-File-Object
#
# 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
# 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 File-Object
Name: perl-File-Object
Version: 0.13
Release: 0
Summary: Object system for filesystem paths
License: BSD-3-Clause
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/S/SK/SKIM/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Class::Utils) >= 0.03
BuildRequires: perl(Error::Pure) >= 0.16
BuildRequires: perl(Error::Pure::Utils) >= 0.16
BuildRequires: perl(Test::NoWarnings)
Requires: perl(Class::Utils) >= 0.03
Requires: perl(Error::Pure) >= 0.16
%{perl_requires}
%description
Object system for filesystem paths.
%prep
%autosetup -n %{cpan_name}-%{version}
%build
PERL_USE_UNSAFE_INC=1 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 Changes examples README
%license LICENSE
%changelog