forked from pool/perl-File-Find-Rule
Compare commits
20 Commits
Author | SHA256 | Date | |
---|---|---|---|
3803da27a1 | |||
|
740e135a32 | ||
ab417f0ca5 | |||
8250e0d14e | |||
f59c545bbd | |||
677079f793 | |||
233f92d33c | |||
3c0c72fbdc | |||
8422706784 | |||
|
01f51b0d49 | ||
|
9fa640ac89 | ||
|
0c3aacd98f | ||
|
440564bd6f | ||
|
21998240f7 | ||
|
a0c8ac6eee | ||
|
bfb069dfc9 | ||
|
7157e6bf2c | ||
|
1125198072 | ||
|
31b0d317a2 | ||
|
f93533ddfc |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3d2daf474902fa318135a5cfa00b61ed8b174cd001fb00ebe5bc5974839fc5c8
|
|
||||||
size 14812
|
|
BIN
File-Find-Rule-0.35.tar.gz
(Stored with Git LFS)
Normal file
BIN
File-Find-Rule-0.35.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
23
cpanspec.yml
Normal file
23
cpanspec.yml
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
---
|
||||||
|
#description_paragraphs: 3
|
||||||
|
#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_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,3 +1,46 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 11 14:56:08 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.350.0 (0.35)
|
||||||
|
see /usr/share/doc/packages/perl-File-Find-Rule/Changes
|
||||||
|
|
||||||
|
0.35 Thursday 5th June, 2025
|
||||||
|
Fix for CVE-2011-10007 https://github.com/richardc/perl-file-find-rule/pull/4
|
||||||
|
bsc#1244148
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat May 24 16:27:42 UTC 2025 - Tina Müller <tina.mueller@suse.com>
|
||||||
|
|
||||||
|
- Normalize CPAN version
|
||||||
|
See https://github.com/openSUSE/cpanspec/issues/47 for details
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 21 09:50:03 UTC 2022 - Marcus Meissner <meissner@suse.com>
|
||||||
|
|
||||||
|
- URLs switched to https
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Dec 5 10:06:05 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 0.34
|
||||||
|
see /usr/share/doc/packages/perl-File-Find-Rule/Changes
|
||||||
|
|
||||||
|
0.34 Thursday 4th December, 2015
|
||||||
|
Add canonpath option to normalize file-path
|
||||||
|
separators. Work by Mithun Ayachit.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 21 01:33:36 UTC 2011 - vcizek@suse.com
|
||||||
|
|
||||||
|
- update to 0.33
|
||||||
|
Fixes the case where name("foo(*") hits an error with mismatched
|
||||||
|
parentheis. Reported by Jan Engelhardt.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 17 07:24:19 UTC 2011 - vcizek@novell.com
|
||||||
|
|
||||||
|
- license correction (same as Perl)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 11 13:24:55 UTC 2011 - vcizek@novell.com
|
Tue Jan 11 13:24:55 UTC 2011 - vcizek@novell.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-File-Find-Rule
|
# spec file for package perl-File-Find-Rule
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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,54 +12,52 @@
|
|||||||
# 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-Find-Rule
|
%define cpan_name File-Find-Rule
|
||||||
|
Name: perl-File-Find-Rule
|
||||||
Name: perl-%cpan_name
|
Version: 0.350.0
|
||||||
Version: 0.32
|
Release: 0
|
||||||
Release: 1
|
# 0.35 -> normalize -> 0.350.0
|
||||||
Provides: %cpan_name
|
%define cpan_version 0.35
|
||||||
Requires: perl-Number-Compare perl-Text-Glob
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Group: Development/Libraries/Perl
|
|
||||||
License: Artistic
|
|
||||||
Url: http://search.cpan.org/dist/File-Find-Rule/
|
|
||||||
Summary: Alternative interface to File::Find
|
Summary: Alternative interface to File::Find
|
||||||
Source: %cpan_name-%{version}.tar.bz2
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
Source0: https://cpan.metacpan.org/authors/id/R/RC/RCLAMP/%{cpan_name}-%{cpan_version}.tar.gz
|
||||||
%{perl_requires}
|
Source1: cpanspec.yml
|
||||||
BuildRequires: perl-Number-Compare perl-Text-Glob
|
BuildArch: noarch
|
||||||
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
|
BuildRequires: perl(Number::Compare)
|
||||||
|
BuildRequires: perl(Text::Glob) >= 0.70
|
||||||
|
Requires: perl(Number::Compare)
|
||||||
|
Requires: perl(Text::Glob) >= 0.70
|
||||||
|
Provides: perl(File::Find::Rule) = %{version}
|
||||||
|
%undefine __perllib_provides
|
||||||
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
File::Find::Rule is a friendlier interface to File::Find. It allows you to build rules which specify the desired files and directories.
|
File::Find::Rule is a friendlier interface to File::Find. It allows you to
|
||||||
|
build rules which specify the desired files and directories.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %cpan_name-%{version}
|
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
make
|
%make_build
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
%perl_make_install
|
||||||
%perl_process_packlist
|
%perl_process_packlist
|
||||||
|
%perl_gen_filelist
|
||||||
|
|
||||||
%clean
|
%files -f %{name}.files
|
||||||
# clean up the hard disc after build
|
%doc Changes findrule
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%files
|
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_bindir}/findrule*
|
|
||||||
%doc %{_mandir}/man?/*
|
|
||||||
%{perl_vendorlib}/File
|
|
||||||
%{perl_vendorarch}/auto/File
|
|
||||||
%doc Changes MANIFEST README
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user