forked from pool/perl-File-Find-Object
Accepting request 1101206 from devel:languages:perl:autoupdate
- updated to 0.3.8 see /usr/share/doc/packages/perl-File-Find-Object/Changes 0.3.8 2023-07-22 - Fix use_ok() call. - https://github.com/shlomif/perl-file-find-object/pull/3 - Thanks to @haarg . OBS-URL: https://build.opensuse.org/request/show/1101206 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Find-Object?expand=0&rev=11
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:33861faaf42df027c30e8d7d23546d7c2847a158bc162671960f82f5b7fdf6f4
|
||||
size 29725
|
3
File-Find-Object-0.3.8.tar.gz
Normal file
3
File-Find-Object-0.3.8.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4e525146de864edfbc909b0844629eeced0063b61d418b972eef03f844bb3514
|
||||
size 29766
|
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 23 03:06:20 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.3.8
|
||||
see /usr/share/doc/packages/perl-File-Find-Object/Changes
|
||||
|
||||
0.3.8 2023-07-22
|
||||
- Fix use_ok() call.
|
||||
- https://github.com/shlomif/perl-file-find-object/pull/3
|
||||
- Thanks to @haarg .
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 2 03:12:44 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
%define cpan_name File-Find-Object
|
||||
Name: perl-File-Find-Object
|
||||
Version: 0.3.7
|
||||
Version: 0.3.8
|
||||
Release: 0
|
||||
License: Artistic-2.0
|
||||
Summary: An object oriented File::Find replacement
|
||||
@@ -30,7 +30,7 @@ BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Class::XSAccessor)
|
||||
BuildRequires: perl(File::TreeCreate)
|
||||
BuildRequires: perl(Module::Build) >= 0.280000
|
||||
BuildRequires: perl(Module::Build) >= 0.28
|
||||
BuildRequires: perl(Test::File) >= 1.993
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
BuildRequires: perl(parent)
|
||||
@@ -50,17 +50,18 @@ function, but setting a callback is still possible.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
perl Build.PL installdirs=vendor
|
||||
./Build build flags=%{?_smp_mflags}
|
||||
perl Build.PL --installdirs=vendor
|
||||
./Build build --flags=%{?_smp_mflags}
|
||||
|
||||
%check
|
||||
./Build test
|
||||
|
||||
%install
|
||||
./Build install destdir=%{buildroot} create_packlist=0
|
||||
./Build install --destdir=%{buildroot} --create_packlist=0
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
|
Reference in New Issue
Block a user