Sync from SUSE:SLFO:Main perl-File-Listing revision 6624396637b2aed20508e322e2107328
This commit is contained in:
commit
f56e9305da
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
BIN
File-Listing-6.15.tar.gz
(Stored with Git LFS)
Normal file
BIN
File-Listing-6.15.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
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
|
88
perl-File-Listing.changes
Normal file
88
perl-File-Listing.changes
Normal file
@ -0,0 +1,88 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 18 03:13:16 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 6.15
|
||||
see /usr/share/doc/packages/perl-File-Listing/Changes
|
||||
|
||||
6.15 2022-04-17 04:09:58 -0600
|
||||
- Main git repository has now been detached from the original
|
||||
repository (originally it was a fork). The old repository
|
||||
can be found at https://github.com/gisle/file-listing
|
||||
- Adjust test suite to handle systems that cannot handle
|
||||
year 2038+ dates (gh#24)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 1 03:10:24 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 6.14
|
||||
see /usr/share/doc/packages/perl-File-Listing/Changes
|
||||
|
||||
6.14 2020-11-30 05:48:07 -0700
|
||||
- Production version identical to 6.12_01
|
||||
|
||||
6.12_01 2020-11-27 16:13:15 -0700
|
||||
- Handle default apache indexes (gh#20)
|
||||
- Ignore certain known navigation links in apache indexes (gh#20)
|
||||
- Support Win32 OpenSSH listing (gh#21 simon04++)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 7 03:07:33 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 6.11
|
||||
see /usr/share/doc/packages/perl-File-Listing/Changes
|
||||
|
||||
6.11 2020-10-06 03:00:45 -0600
|
||||
- Remove accidental recursive req on LWP::Simple
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 6 03:11:11 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 6.10
|
||||
see /usr/share/doc/packages/perl-File-Listing/Changes
|
||||
|
||||
6.10 2020-10-05 15:18:30 -0600
|
||||
- Production version identical to 6.09_01
|
||||
|
||||
6.09_01 2020-10-05 08:17:32 -0600
|
||||
- Remove TABs from source files and tests (gh#17)
|
||||
- Restores (theoretical, untested) support for 5.6, which was removed when
|
||||
the tests added modern file tests (gh#17)
|
||||
- Fixes or silences several minor nits reported by PerlCritic (gh#17)
|
||||
|
||||
6.08_01 2020-10-01 17:28:35 -0600
|
||||
- We now only call Time::Local::timelocal with four digit years (gh#5, gh#14)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 4 03:10:05 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 6.07
|
||||
see /usr/share/doc/packages/perl-File-Listing/Changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 16 08:16:03 UTC 2012 - coolo@suse.com
|
||||
|
||||
- updated to 6.04
|
||||
Minor mistake in module description
|
||||
Test parsing of dosftp listings
|
||||
This modulue works with 5.6.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 19 15:43:14 UTC 2011 - coolo@suse.de
|
||||
|
||||
- update to 6.03
|
||||
Minor mistake in module description
|
||||
Fixes to the parsing of 'ls -l' file modes [RT#71054]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 31 09:38:19 UTC 2011 - coolo@novell.com
|
||||
|
||||
- update to 6.02
|
||||
Avoid running live test. Embed the expected test data in the test file.
|
||||
Update the test data inline by invoking 'perl t/apache.t --update'.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 14 13:01:01 UTC 2011 - vcizek@novell.com
|
||||
|
||||
- initial package 6.01
|
||||
* created by cpanspec 1.78.03
|
||||
|
60
perl-File-Listing.spec
Normal file
60
perl-File-Listing.spec
Normal file
@ -0,0 +1,60 @@
|
||||
#
|
||||
# spec file for package perl-File-Listing
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define cpan_name File-Listing
|
||||
Name: perl-File-Listing
|
||||
Version: 6.15
|
||||
Release: 0
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Parse directory listing
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(HTTP::Date)
|
||||
BuildRequires: perl(Test::More) >= 0.98
|
||||
Requires: perl(HTTP::Date)
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
This module exports a single function called 'parse_dir', which can be used
|
||||
to parse directory listings.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
%make_build
|
||||
|
||||
%check
|
||||
make test
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
%perl_process_packlist
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%doc author.yml Changes Changes.original README
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
Loading…
Reference in New Issue
Block a user