Compare commits

...

No commits in common. 'c8-stream-5.26' and 'epel9' have entirely different histories.

2
.gitignore vendored

@ -1 +1 @@
SOURCES/File-Find-Rule-Perl-1.15.tar.gz /File-Find-Rule-Perl-1.15.tar.gz

@ -1 +0,0 @@
5e8ea84b61860e33265516eb4188e73518bc87b8 SOURCES/File-Find-Rule-Perl-1.15.tar.gz

@ -1,11 +0,0 @@
--- File-Find-Rule-Perl-1.15.orig/t/03_no_index.t 2015-04-05 22:57:10.000000000 +0200
+++ File-Find-Rule-Perl-1.15/t/03_no_index.t 2015-04-15 12:39:45.612810084 +0200
@@ -38,6 +38,8 @@
MYMETA.json
};
my @files = sort grep {
+ ! /^(debug|elf).*\.list/
+ and
! /^debian\b/
and
! /(?:^|\W)\.\w/

@ -1,52 +1,75 @@
Name: perl-File-Find-Rule-Perl Name: perl-File-Find-Rule-Perl
Version: 1.15 Version: 1.15
Release: 10%{?dist} Release: 13%{?dist}
Summary: Common rules for searching for Perl things Summary: Common rules for searching for Perl things
License: GPL+ or Artistic License: GPL+ or Artistic
Group: Development/Libraries URL: https://metacpan.org/release/File-Find-Rule-Perl
URL: http://search.cpan.org/dist/File-Find-Rule-Perl/ Source0: https://cpan.metacpan.org/modules/by-module/File/File-Find-Rule-Perl-%{version}.tar.gz
Source0: http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/File-Find-Rule-Perl-%{version}.tar.gz
# Filter out the files rpm generates in sourcedir.
Patch0: File-Find-Rule-Perl-1.15-fedora.patch
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildArch: noarch BuildArch: noarch
# Module Build
BuildRequires: coreutils
BuildRequires: make
BuildRequires: perl-generators BuildRequires: perl-generators
BuildRequires: perl(constant) BuildRequires: perl-interpreter
BuildRequires: perl(lib) BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
# Module Runtime
BuildRequires: perl(base)
BuildRequires: perl(Carp) BuildRequires: perl(Carp)
BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(constant)
BuildRequires: perl(File::Find::Rule) >= 0.20 BuildRequires: perl(File::Find::Rule) >= 0.20
BuildRequires: perl(File::Spec) >= 0.82 BuildRequires: perl(File::Spec) >= 0.82
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(File::Spec::Unix) BuildRequires: perl(File::Spec::Unix)
BuildRequires: perl(Params::Util) >= 0.38 BuildRequires: perl(Params::Util) >= 0.38
BuildRequires: perl(Parse::CPAN::Meta) >= 1.38 BuildRequires: perl(Parse::CPAN::Meta) >= 1.38
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
# Test Suite
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(lib)
BuildRequires: perl(Test::More) >= 0.47 BuildRequires: perl(Test::More) >= 0.47
# Dependencies
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
# noarch, but to avoid debug*.list interfering with no_index test:
%global debug_package %{nil}
%description %description
Common rules for searching for Perl things. Common rules for searching for Perl things.
%prep %prep
%setup -q -n File-Find-Rule-Perl-%{version} %setup -q -n File-Find-Rule-Perl-%{version}
%patch0 -p1
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
make %{?_smp_mflags} %{make_build}
%install %install
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT %{make_install}
chmod -R u+w $RPM_BUILD_ROOT/* %{_fixperms} -c %{buildroot}
%check %check
make test make test
%files %files
%doc Changes %doc Changes
%{perl_vendorlib}/File %{perl_vendorlib}/File/
%{_mandir}/man3/* %{_mandir}/man3/File::Find::Rule::Perl.3*
%changelog %changelog
* Tue Oct 1 2019 Paul Howarth <paul@city-fan.org> - 1.15-13
- Spec tidy-up
- Use author-independent source URL
- Replace source files filter patch with a less invasive workaround
- Classify buildreqs by usage
- Use %%{make_build} and %%{make_install}
- Make %%files list more explicit
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.15-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.15-11
- Perl 5.28 rebuild
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.15-10 * Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.15-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

@ -0,0 +1 @@
d8b458792b7eed83c744ae30b1bc3348 File-Find-Rule-Perl-1.15.tar.gz
Loading…
Cancel
Save