forked from pool/perl-File-Find-Object
Accepting request 726293 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/726293 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Find-Object?expand=0&rev=3
This commit is contained in:
3
File-Find-Object-0.3.4.tar.gz
Normal file
3
File-Find-Object-0.3.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:569fab52ab2bf9e0592d46575056c33c52aaba4ada3176f22f248e01d1273a79
|
||||||
|
size 30168
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7c467b6b7752bff46b7b8b84c9aabeac45bbfdab1e2224108a2e2170adb9f2b7
|
|
||||||
size 27200
|
|
@@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 05:08:15 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
- updated to 0.3.4
|
||||||
|
see /usr/share/doc/packages/perl-File-Find-Object/Changes
|
||||||
|
|
||||||
|
0.3.4 2019-08-25
|
||||||
|
- Add *~ files to MANIFEST.SKIP.
|
||||||
|
- https://github.com/shlomif/perl-file-find-object/issues/1
|
||||||
|
- Thanks to @perlpunk and SUSE.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Aug 24 05:09:16 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
- updated to 0.3.3
|
||||||
|
see /usr/share/doc/packages/perl-File-Find-Object/Changes
|
||||||
|
|
||||||
|
0.3.3 2019-08-23
|
||||||
|
- Now at https://github.com/shlomif/perl-file-find-object
|
||||||
|
- tidyall .
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 8 09:18:28 UTC 2018 - Dirk Stoecker <opensuse@dstoecker.de>
|
Mon Oct 8 09:18:28 UTC 2018 - Dirk Stoecker <opensuse@dstoecker.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-File-Find-Object
|
# spec file for package perl-File-Find-Object
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-File-Find-Object
|
Name: perl-File-Find-Object
|
||||||
Version: 0.3.2
|
Version: 0.3.4
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name File-Find-Object
|
%define cpan_name File-Find-Object
|
||||||
Summary: An object oriented File::Find replacement
|
Summary: An object oriented File::Find replacement
|
||||||
License: Artistic-2.0
|
License: Artistic-2.0
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/File-Find-Object/
|
Url: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-v%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@@ -32,6 +32,7 @@ BuildRequires: perl
|
|||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Class::XSAccessor)
|
BuildRequires: perl(Class::XSAccessor)
|
||||||
BuildRequires: perl(Module::Build) >= 0.280000
|
BuildRequires: perl(Module::Build) >= 0.280000
|
||||||
|
BuildRequires: perl(Test::More) >= 0.88
|
||||||
BuildRequires: perl(parent)
|
BuildRequires: perl(parent)
|
||||||
Requires: perl(Class::XSAccessor)
|
Requires: perl(Class::XSAccessor)
|
||||||
Requires: perl(parent)
|
Requires: perl(parent)
|
||||||
@@ -48,13 +49,11 @@ With File::Find::Object you can get the next file by calling the next()
|
|||||||
function, but setting a callback is still possible.
|
function, but setting a callback is still possible.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-v%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
#delete backup files
|
|
||||||
rm *~ */*~
|
|
||||||
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Build.PL installdirs=vendor
|
perl Build.PL installdirs=vendor
|
||||||
./Build build flags=%{?_smp_mflags}
|
./Build build flags=%{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@@ -66,7 +65,7 @@ find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
|||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes examples README scripts
|
%doc Changes examples README.md
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user