File perl-Cwd-Ext.spec of Package perl-Cwd-Ext
#
# spec file for package perl-Cwd-Ext
#
# 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 Cwd-Ext
Name: perl-Cwd-Ext
Version: 1.60.0
Release: 0
# 1.06 -> normalize -> 1.60.0
%define cpan_version 1.06
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Get abs path without symlink dereference and more
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/L/LE/LEOCHARRE/%{cpan_name}-%{cpan_version}.tar.gz
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
Provides: perl(Cwd::Ext) = 1.600.0
%undefine __perllib_provides
%{perl_requires}
%description
These are some things that feel missing from Cwd.
Questions like, Is path a inside the filesystem hierarchy of path b? What
is the resolved absolute path of a file, without dereferencing symlinks?
Unlike with Cwd, this module is in baby stage. So it is NOT tweaked for
OS2, NT, etc etc. This is developed under POSIX.
This module does not export by default. You must explicitely import what
you want to use.
%prep
%autosetup -n %{cpan_name}-%{cpan_version}
%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 Changes README
%changelog