Compare commits
15 Commits
Author | SHA256 | Date | |
---|---|---|---|
d48d879860 | |||
f4da8444df | |||
|
519050e3e5 | ||
|
206f307be1 | ||
1a7a6eb2b4 | |||
ab6f9d138b | |||
760b7d90be | |||
3793f12e04 | |||
b691de6c96 | |||
|
3d2e1b5768 | ||
|
2f4c2e1299 | ||
|
d3e8c1f0c9 | ||
|
84f07c81f2 | ||
|
57397f1bba | ||
|
ea5ad70911 |
@@ -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.
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)
|
||||
|
||||

|
||||
|
||||
|
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
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,54 +12,53 @@
|
||||
# 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/
|
||||
#
|
||||
|
||||
|
||||
%define cpan_name File-Find-Rule
|
||||
|
||||
Name: perl-%cpan_name
|
||||
Version: 0.32
|
||||
Release: 1
|
||||
Provides: %cpan_name
|
||||
Requires: perl-Number-Compare perl-Text-Glob
|
||||
Group: Development/Libraries/Perl
|
||||
License: Artistic
|
||||
Url: http://search.cpan.org/dist/File-Find-Rule/
|
||||
Name: perl-File-Find-Rule
|
||||
Version: 0.350.0
|
||||
Release: 0
|
||||
# 0.35 -> normalize -> 0.350.0
|
||||
%define cpan_version 0.35
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Alternative interface to File::Find
|
||||
Source: %cpan_name-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%{perl_requires}
|
||||
BuildRequires: perl-Number-Compare perl-Text-Glob
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/R/RC/RCLAMP/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
Source100: README.md
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
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
|
||||
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
|
||||
%setup -q -n %cpan_name-%{version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||
|
||||
%build
|
||||
perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
|
||||
make
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
%make_build
|
||||
|
||||
%check
|
||||
make test
|
||||
|
||||
%install
|
||||
make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
||||
%perl_make_install
|
||||
%perl_process_packlist
|
||||
%perl_gen_filelist
|
||||
|
||||
%clean
|
||||
# clean up the hard disc after build
|
||||
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
|
||||
%files -f %{name}.files
|
||||
%doc Changes findrule
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user