Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
93548a92b2 | |||
ec06073f02 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2ecbc19ac67a9e635c872a807a8d3eaaff5babc054f15a191d47cdfc5f176a74
|
|
||||||
size 14485
|
|
BIN
File-Finder-1.01.tar.gz
(Stored with Git LFS)
Normal file
BIN
File-Finder-1.01.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
|
||||||
|
## Build Results
|
||||||
|
|
||||||
|
Current state of perl in openSUSE:Factory is
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
The current state of perl in the devel project build (devel:languages:perl)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
@@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 22 21:33:17 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 1.10.0 (1.01)
|
||||||
|
see /usr/share/doc/packages/perl-File-Finder/Changes
|
||||||
|
|
||||||
|
1.0.1 Thu Aug 21 10:00:00 2025 -0700
|
||||||
|
- Updated Changes file for 1.0.0 release.
|
||||||
|
|
||||||
|
1.0.0 Wed Aug 20 15:23:42 2025 -0700
|
||||||
|
- Added Windows compatibility fixes for user, group, nouser, nogroup, and ls methods.
|
||||||
|
- Updated POD documentation.
|
||||||
|
- Bumped version to 1.0.0.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 8 14:53:32 UTC 2017 - mimi.vx@gmail.com
|
Wed Feb 8 14:53:32 UTC 2017 - mimi.vx@gmail.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-File-Finder
|
# spec file for package perl-File-Finder
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# 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,28 +12,29 @@
|
|||||||
# 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/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define cpan_name File-Finder
|
%define cpan_name File-Finder
|
||||||
Name: perl-File-Finder
|
Name: perl-File-Finder
|
||||||
Version: 0.53
|
Version: 1.10.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: nice wrapper for File::Find ala find(1)
|
# 1.01 -> normalize -> 1.10.0
|
||||||
License: GPL-1.0+ or Artistic-1.0
|
%define cpan_version 1.01
|
||||||
Group: Development/Libraries/Perl
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Url: http://search.cpan.org/dist/File-Finder/
|
Summary: Nice wrapper for File::Find ala find(1)
|
||||||
Source: http://www.cpan.org/authors/id/M/ME/MERLYN/%{cpan_name}-%{version}.tar.gz
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
|
Source0: https://cpan.metacpan.org/authors/id/M/ME/MERLYN/%{cpan_name}-%{cpan_version}.tar.gz
|
||||||
|
Source100: README.md
|
||||||
|
BuildArch: noarch
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
||||||
BuildRequires: perl(Test::More)
|
|
||||||
BuildRequires: perl(Text::Glob)
|
BuildRequires: perl(Text::Glob)
|
||||||
Requires: perl(Test::More)
|
|
||||||
Requires: perl(Text::Glob)
|
Requires: perl(Text::Glob)
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
Provides: perl(File::Finder) = %{version}
|
||||||
BuildArch: noarch
|
Provides: perl(File::Finder::Steps) = %{version}
|
||||||
|
%undefine __perllib_provides
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -127,14 +128,16 @@ That's all I can think of for now. The rest is in the detailed reference
|
|||||||
below.
|
below.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||||
|
|
||||||
|
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make %{?_smp_mflags} test
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
@@ -142,7 +145,6 @@ make %{?_smp_mflags} test
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
|
||||||
%doc Changes README TODO
|
%doc Changes README TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user