8
0

Accepting request 967723 from devel:languages:perl:autoupdate

- updated to 1.16
   see /usr/share/doc/packages/perl-File-Find-Rule-Perl/Changes
  1.16    2022-03-29
          - fix test when run after 'make clean' (RT#142008)

OBS-URL: https://build.opensuse.org/request/show/967723
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Find-Rule-Perl?expand=0&rev=6
This commit is contained in:
2022-04-13 19:18:46 +00:00
committed by Git OBS Bridge
parent bdd18267bc
commit 4326b49a50
4 changed files with 26 additions and 20 deletions

View File

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

View File

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

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Apr 6 03:09:10 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 1.16
see /usr/share/doc/packages/perl-File-Find-Rule-Perl/Changes
1.16 2022-03-29
- fix test when run after 'make clean' (RT#142008)
------------------------------------------------------------------- -------------------------------------------------------------------
Thu May 7 07:13:18 UTC 2015 - coolo@suse.com Thu May 7 07:13:18 UTC 2015 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-File-Find-Rule-Perl # spec file for package perl-File-Find-Rule-Perl
# #
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2022 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -12,22 +12,20 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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-Find-Rule-Perl
Version: 1.15
Release: 0
%define cpan_name File-Find-Rule-Perl %define cpan_name File-Find-Rule-Perl
Name: perl-File-Find-Rule-Perl
Version: 1.16
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Common rules for searching for Perl things Summary: Common rules for searching for Perl things
License: Artistic-1.0 or GPL-1.0+ URL: https://metacpan.org/release/%{cpan_name}
Group: Development/Libraries/Perl Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
Url: http://search.cpan.org/dist/File-Find-Rule-Perl/
Source0: http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(File::Find::Rule) >= 0.20 BuildRequires: perl(File::Find::Rule) >= 0.20
@@ -40,23 +38,23 @@ Requires: perl(Parse::CPAN::Meta) >= 1.38
%description %description
I write a lot of things that muck with Perl files. And it always annoyed me I write a lot of things that muck with Perl files. And it always annoyed me
that finding "perl files" requires a moderately complex the that finding "perl files" requires a moderately complex File::Find::Rule
File::Find::Rule manpage pattern. pattern.
*File::Find::Rule::Perl* provides methods for finding various types *File::Find::Rule::Perl* provides methods for finding various types
Perl-related files, or replicating search queries run on a distribution in Perl-related files, or replicating search queries run on a distribution in
various parts of the CPAN ecosystem. various parts of the CPAN ecosystem.
%prep %prep
%setup -q -n %{cpan_name}-%{version} %autosetup -n %{cpan_name}-%{version}
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags} %make_build
%check %check
# MANUAL no testing (broken within build env) # MANUAL no testing (broken within build env)
#%{__make} test #make test
%install %install
%perl_make_install %perl_make_install
@@ -64,7 +62,6 @@ various parts of the CPAN ecosystem.
%perl_gen_filelist %perl_gen_filelist
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes %doc Changes
%changelog %changelog