Accepting request 816287 from devel:languages:perl:autoupdate
- updated to 4.201720 see /usr/share/doc/packages/perl-File-Util/Changes 4.201720 2020-06-19 - Bugfix for issue where @INC was being disrupted, detailed at https://rt.cpan.org/Ticket/Display.html?id=132060 Sorry for the delay in fixing it - coronavirus happened to the world :( Good luck everyone and please stay safe. OBS-URL: https://build.opensuse.org/request/show/816287 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Util?expand=0&rev=5
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-File-Util
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,19 +12,19 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: perl-File-Util
|
||||
Version: 4.161950
|
||||
Version: 4.201720
|
||||
Release: 0
|
||||
%define cpan_name File-Util
|
||||
Summary: Easy, versatile, portable file handling
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/File-Util/
|
||||
Source0: http://www.cpan.org/authors/id/T/TO/TOMMY/%{cpan_name}-%{version}.tar.gz
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/T/TO/TOMMY/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@@ -60,7 +60,7 @@ documentation. _(See DOCUMENTATION section below.)_
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
%{__perl} Build.PL installdirs=vendor
|
||||
perl Build.PL installdirs=vendor
|
||||
./Build build flags=%{?_smp_mflags}
|
||||
|
||||
%check
|
||||
@@ -72,6 +72,7 @@ documentation. _(See DOCUMENTATION section below.)_
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc AUTHORS Changes COPYING examples LICENSE NEWS performance README TODO
|
||||
%doc AUTHORS Changes examples NEWS README TODO
|
||||
%license COPYING LICENSE
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user