forked from pool/perl-File-Find-Object
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:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:04366a36669aa4c1dc565296e8cbb2cdb4dcd106e0e692c7d144a065ce1ac13d
|
|
||||||
size 29197
|
|
3
File-Find-Object-v0.3.2.tar.gz
Normal file
3
File-Find-Object-v0.3.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7c467b6b7752bff46b7b8b84c9aabeac45bbfdab1e2224108a2e2170adb9f2b7
|
||||||
|
size 27200
|
28
cpanspec.yml
Normal file
28
cpanspec.yml
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
---
|
||||||
|
#description_paragraphs: 3
|
||||||
|
#description: |-
|
||||||
|
# override description from CPAN
|
||||||
|
#summary: override summary from CPAN
|
||||||
|
#no_testing: broken upstream
|
||||||
|
#sources:
|
||||||
|
# - source1
|
||||||
|
# - source2
|
||||||
|
#patches:
|
||||||
|
# foo.patch: -p1
|
||||||
|
# bar.patch:
|
||||||
|
#preamble: |-
|
||||||
|
# BuildRequires: gcc-c++
|
||||||
|
#post_prep: |-
|
||||||
|
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
||||||
|
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
||||||
|
#post_build: |-
|
||||||
|
# rm unused.files
|
||||||
|
#post_install: |-
|
||||||
|
# sed on %{name}.files
|
||||||
|
#license: SUSE-NonFree
|
||||||
|
#skip_noarch: 1
|
||||||
|
#custom_build: |-
|
||||||
|
#./Build build flags=%{?_smp_mflags} --myflag
|
||||||
|
#custom_test: |-
|
||||||
|
#startserver && make test
|
||||||
|
#ignore_requires: Bizarre::Module
|
@@ -1,6 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 8 09:18:28 UTC 2018 - Dirk Stoecker <opensuse@dstoecker.de>
|
||||||
|
|
||||||
|
- Fix autogenerated changes
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 7 16:30:28 UTC 2018 - coolo@suse.com
|
||||||
|
|
||||||
|
- 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).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 17 11:55:40 UTC 2015 - coolo@suse.com
|
Fri Apr 17 11:55:40 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
- initial package $version
|
- initial package 0.2.13
|
||||||
* created by $NAME $VERSION
|
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-File-Find-Object
|
# 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
|
# 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,25 +12,26 @@
|
|||||||
# 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-Object
|
Name: perl-File-Find-Object
|
||||||
Version: 0.2.13
|
Version: 0.3.2
|
||||||
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: 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
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Class::XSAccessor)
|
BuildRequires: perl(Class::XSAccessor)
|
||||||
BuildRequires: perl(Module::Build) >= 0.360000
|
BuildRequires: perl(Module::Build) >= 0.280000
|
||||||
BuildRequires: perl(parent)
|
BuildRequires: perl(parent)
|
||||||
Requires: perl(Class::XSAccessor)
|
Requires: perl(Class::XSAccessor)
|
||||||
Requires: perl(parent)
|
Requires: perl(parent)
|
||||||
@@ -48,7 +49,9 @@ function, but setting a callback is still possible.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-v%{version}
|
%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
|
%build
|
||||||
%{__perl} Build.PL installdirs=vendor
|
%{__perl} Build.PL installdirs=vendor
|
||||||
@@ -63,6 +66,7 @@ find . -type f -print0 | xargs -0 chmod 644
|
|||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes examples LICENSE README rejects scripts
|
%doc Changes examples README scripts
|
||||||
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user