8
0

Accepting request 640565 from devel:languages:perl:autoupdate

- Fix autogenerated changes
- updated to 0.3.2
   see /usr/share/doc/packages/perl-File-Find-Object/Changes
  0.3.2   2017-01-13
      - Made the version number consistent across the .pm files.
          - https://bitbucket.org/shlomif/perl-file-find-object/issues/1/wrong-version-number
          - Thanks to aer0 for the report.
  
  0.3.1   2017-01-09
      - Fixed an issue with tracking the depth of the inodes when detecting
      a symlink loop.
          - Detected by several cygwin reports.
  
  0.3.0   2016-09-11
      - Converted the build system to Dist-Zilla.
          - Part of the impetus was removing the warning about
          Test::TrailingSpace needed for the trailing whitespace tests
          (which in turn requires this modules) which was reported to us as a
          problem by someone (despite not being a real issue).
- initial package 0.2.13

OBS-URL: https://build.opensuse.org/request/show/640565
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Find-Object?expand=0&rev=2
This commit is contained in:
2018-10-08 09:37:36 +00:00
committed by Git OBS Bridge
parent 9e839ce733
commit 295dc8bde9
5 changed files with 71 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-File-Find-Object
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,25 +12,26 @@
# 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-Find-Object
Version: 0.2.13
Version: 0.3.2
Release: 0
%define cpan_name File-Find-Object
Summary: An object oriented File::Find replacement
License: Artistic-2.0
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/File-Find-Object/
Source0: http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-v%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-v%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Class::XSAccessor)
BuildRequires: perl(Module::Build) >= 0.360000
BuildRequires: perl(Module::Build) >= 0.280000
BuildRequires: perl(parent)
Requires: perl(Class::XSAccessor)
Requires: perl(parent)
@@ -48,7 +49,9 @@ function, but setting a callback is still possible.
%prep
%setup -q -n %{cpan_name}-v%{version}
find . -type f -print0 | xargs -0 chmod 644
#delete backup files
rm *~ */*~
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%build
%{__perl} Build.PL installdirs=vendor
@@ -63,6 +66,7 @@ find . -type f -print0 | xargs -0 chmod 644
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes examples LICENSE README rejects scripts
%doc Changes examples README scripts
%license LICENSE
%changelog