From 0b82e8ecacbf5a55c621e1e6a1f2841b1ec68765 Mon Sep 17 00:00:00 2001 From: corsepiu Date: Wed, 21 Nov 2007 22:55:58 +0000 Subject: [PATCH 01/47] auto-import perl-File-Find-Rule-Perl-0.03-1.fc8 on branch devel from perl-File-Find-Rule-Perl-0.03-1.fc8.src.rpm --- .cvsignore | 1 + perl-File-Find-Rule-Perl.spec | 52 +++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 54 insertions(+) create mode 100644 perl-File-Find-Rule-Perl.spec diff --git a/.cvsignore b/.cvsignore index e69de29..b8cbefb 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +File-Find-Rule-Perl-0.03.tar.gz diff --git a/perl-File-Find-Rule-Perl.spec b/perl-File-Find-Rule-Perl.spec new file mode 100644 index 0000000..41c5fe9 --- /dev/null +++ b/perl-File-Find-Rule-Perl.spec @@ -0,0 +1,52 @@ +Name: perl-File-Find-Rule-Perl +Version: 0.03 +Release: 1%{?dist} +Summary: Common rules for searching for Perl things +License: GPL+ or Artistic +Group: Development/Libraries +URL: http://search.cpan.org/dist/File-Find-Rule-Perl/ +Source0: http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/File-Find-Rule-Perl-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +BuildArch: noarch + +BuildRequires: perl(File::Find::Rule) >= 0.20 +BuildRequires: perl(File::Spec) >= 0.82 +BuildRequires: perl(Test::More) >= 0.47 + +# For improved tests +BuildRequires: perl(Test::Pod) >= 1.00 + +%description +Common rules for searching for Perl things. + +%prep +%setup -q -n File-Find-Rule-Perl-%{version} + +%build +%{__perl} Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} + +%install +rm -rf $RPM_BUILD_ROOT +make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT +find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' +find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' +chmod -R u+w $RPM_BUILD_ROOT/* + +%clean +rm -rf $RPM_BUILD_ROOT + +%check +make test AUTOMATED_TESTING=1 + +%files +%defattr(-,root,root,-) +%doc Changes LICENSE +%{perl_vendorlib}/File +%{_mandir}/man3/* + +%changelog +* Mon Nov 19 2007 Ralf Corsépius - 0.03-1 +- Initial version. diff --git a/sources b/sources index e69de29..018c1ca 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +a5fda6d6bc952336c2ef6275120a1df6 File-Find-Rule-Perl-0.03.tar.gz From 691c18d2beaf23bfa904540b9663457bffd9ea35 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Fri, 11 Jan 2008 19:38:23 +0000 Subject: [PATCH 02/47] rebuild for new perl --- perl-File-Find-Rule-Perl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-File-Find-Rule-Perl.spec b/perl-File-Find-Rule-Perl.spec index 41c5fe9..40a1826 100644 --- a/perl-File-Find-Rule-Perl.spec +++ b/perl-File-Find-Rule-Perl.spec @@ -1,6 +1,6 @@ Name: perl-File-Find-Rule-Perl Version: 0.03 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Common rules for searching for Perl things License: GPL+ or Artistic Group: Development/Libraries @@ -48,5 +48,8 @@ make test AUTOMATED_TESTING=1 %{_mandir}/man3/* %changelog +* Fri Jan 11 2008 Tom "spot" Callaway - 0.03-2 +- rebuild for new perl + * Mon Nov 19 2007 Ralf Corsépius - 0.03-1 - Initial version. From bac0e815e35df4777297b37bb202703f821e11b5 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Wed, 27 Feb 2008 21:45:46 +0000 Subject: [PATCH 03/47] perl 5.10.0 rebuild, second minor chain --- perl-File-Find-Rule-Perl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-File-Find-Rule-Perl.spec b/perl-File-Find-Rule-Perl.spec index 40a1826..e99675d 100644 --- a/perl-File-Find-Rule-Perl.spec +++ b/perl-File-Find-Rule-Perl.spec @@ -1,6 +1,6 @@ Name: perl-File-Find-Rule-Perl Version: 0.03 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Common rules for searching for Perl things License: GPL+ or Artistic Group: Development/Libraries @@ -48,6 +48,9 @@ make test AUTOMATED_TESTING=1 %{_mandir}/man3/* %changelog +* Wed Feb 27 2008 Tom "spot" Callaway - 0.03-3 +- Rebuild for perl 5.10 (again) + * Fri Jan 11 2008 Tom "spot" Callaway - 0.03-2 - rebuild for new perl From 2dd2313cb9ef27d67f33be7c5d0d2138c1e76888 Mon Sep 17 00:00:00 2001 From: corsepiu Date: Tue, 10 Jun 2008 08:26:52 +0000 Subject: [PATCH 04/47] - Upstream update. --- .cvsignore | 2 +- perl-File-Find-Rule-Perl.spec | 12 ++++++++++-- sources | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index b8cbefb..0c5d423 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -File-Find-Rule-Perl-0.03.tar.gz +File-Find-Rule-Perl-1.04.tar.gz diff --git a/perl-File-Find-Rule-Perl.spec b/perl-File-Find-Rule-Perl.spec index e99675d..be56454 100644 --- a/perl-File-Find-Rule-Perl.spec +++ b/perl-File-Find-Rule-Perl.spec @@ -1,6 +1,6 @@ Name: perl-File-Find-Rule-Perl -Version: 0.03 -Release: 3%{?dist} +Version: 1.04 +Release: 1%{?dist} Summary: Common rules for searching for Perl things License: GPL+ or Artistic Group: Development/Libraries @@ -17,6 +17,11 @@ BuildRequires: perl(Test::More) >= 0.47 # For improved tests BuildRequires: perl(Test::Pod) >= 1.00 +BuildRequires: perl(Test::MinimumVersion) >= 0.007 +%if 0%{?fedora} >= 10 +# FIXME: Missing in Fedora < 10 +BuildRequires: perl(Test::CPAN::Meta) >= 0.07 +%endif %description Common rules for searching for Perl things. @@ -48,6 +53,9 @@ make test AUTOMATED_TESTING=1 %{_mandir}/man3/* %changelog +* Tue Jun 10 2008 Ralf Corsépius - 1.04-1 +- Upstream update. + * Wed Feb 27 2008 Tom "spot" Callaway - 0.03-3 - Rebuild for perl 5.10 (again) diff --git a/sources b/sources index 018c1ca..b8428b0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a5fda6d6bc952336c2ef6275120a1df6 File-Find-Rule-Perl-0.03.tar.gz +ab66b7829320ead71ee0b09e13726d26 File-Find-Rule-Perl-1.04.tar.gz From 49ab7ccac6c5aa4fe5cfd8e85bbd7dd08b4c7974 Mon Sep 17 00:00:00 2001 From: corsepiu Date: Tue, 24 Jun 2008 09:54:45 +0000 Subject: [PATCH 05/47] - Unconditionally BR: perl(Test::CPAN::Meta). --- perl-File-Find-Rule-Perl.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/perl-File-Find-Rule-Perl.spec b/perl-File-Find-Rule-Perl.spec index be56454..79ea1d7 100644 --- a/perl-File-Find-Rule-Perl.spec +++ b/perl-File-Find-Rule-Perl.spec @@ -1,6 +1,6 @@ Name: perl-File-Find-Rule-Perl Version: 1.04 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Common rules for searching for Perl things License: GPL+ or Artistic Group: Development/Libraries @@ -18,10 +18,7 @@ BuildRequires: perl(Test::More) >= 0.47 # For improved tests BuildRequires: perl(Test::Pod) >= 1.00 BuildRequires: perl(Test::MinimumVersion) >= 0.007 -%if 0%{?fedora} >= 10 -# FIXME: Missing in Fedora < 10 BuildRequires: perl(Test::CPAN::Meta) >= 0.07 -%endif %description Common rules for searching for Perl things. @@ -53,6 +50,9 @@ make test AUTOMATED_TESTING=1 %{_mandir}/man3/* %changelog +* Tue Jun 24 2008 Ralf Corsépius - 1.04-2 +- Unconditionally BR: perl(Test::CPAN::Meta). + * Tue Jun 10 2008 Ralf Corsépius - 1.04-1 - Upstream update. From 3e04ad29ba09a1cdd35c07d276c83c3b5108777c Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Thu, 26 Feb 2009 16:11:37 +0000 Subject: [PATCH 06/47] - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild --- perl-File-Find-Rule-Perl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-File-Find-Rule-Perl.spec b/perl-File-Find-Rule-Perl.spec index 79ea1d7..933c0e4 100644 --- a/perl-File-Find-Rule-Perl.spec +++ b/perl-File-Find-Rule-Perl.spec @@ -1,6 +1,6 @@ Name: perl-File-Find-Rule-Perl Version: 1.04 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Common rules for searching for Perl things License: GPL+ or Artistic Group: Development/Libraries @@ -50,6 +50,9 @@ make test AUTOMATED_TESTING=1 %{_mandir}/man3/* %changelog +* Thu Feb 26 2009 Fedora Release Engineering - 1.04-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Tue Jun 24 2008 Ralf Corsépius - 1.04-2 - Unconditionally BR: perl(Test::CPAN::Meta). From 6f60069398b4eff97aef5908d9419633167c0243 Mon Sep 17 00:00:00 2001 From: corsepiu Date: Fri, 27 Feb 2009 07:40:26 +0000 Subject: [PATCH 07/47] - Adjust minimum perl version in META.yml (Add File-Find-Rule-Perl-1.04.diff). --- File-Find-Rule-Perl-1.04.diff | 10 ++++++++++ perl-File-Find-Rule-Perl.spec | 8 +++++++- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 File-Find-Rule-Perl-1.04.diff diff --git a/File-Find-Rule-Perl-1.04.diff b/File-Find-Rule-Perl-1.04.diff new file mode 100644 index 0000000..5f09483 --- /dev/null +++ b/File-Find-Rule-Perl-1.04.diff @@ -0,0 +1,10 @@ +diff -Naur File-Find-Rule-Perl-1.04.orig/META.yml File-Find-Rule-Perl-1.04/META.yml +--- File-Find-Rule-Perl-1.04.orig/META.yml 2008-05-14 12:28:07.000000000 +0200 ++++ File-Find-Rule-Perl-1.04/META.yml 2009-02-27 08:27:07.000000000 +0100 +@@ -19,5 +19,5 @@ + - t + requires: + File::Find::Rule: 0.20 +- perl: 5.005 ++ perl: 5.00503 + version: 1.04 diff --git a/perl-File-Find-Rule-Perl.spec b/perl-File-Find-Rule-Perl.spec index 933c0e4..d5f6b55 100644 --- a/perl-File-Find-Rule-Perl.spec +++ b/perl-File-Find-Rule-Perl.spec @@ -1,11 +1,13 @@ Name: perl-File-Find-Rule-Perl Version: 1.04 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Common rules for searching for Perl things License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/File-Find-Rule-Perl/ Source0: http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/File-Find-Rule-Perl-%{version}.tar.gz +# META.yml has wrong minimum perl version +Patch0: File-Find-Rule-Perl-1.04.diff BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -25,6 +27,7 @@ Common rules for searching for Perl things. %prep %setup -q -n File-Find-Rule-Perl-%{version} +%patch0 -p1 %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -50,6 +53,9 @@ make test AUTOMATED_TESTING=1 %{_mandir}/man3/* %changelog +* Fri Feb 27 2009 Ralf Corsépius - 1.04-4 +- Adjust minimum perl version in META.yml (Add File-Find-Rule-Perl-1.04.diff). + * Thu Feb 26 2009 Fedora Release Engineering - 1.04-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild From d98643162f1dab26bcaf6554cc8407b3cd7bb875 Mon Sep 17 00:00:00 2001 From: corsepiu Date: Wed, 17 Jun 2009 08:20:46 +0000 Subject: [PATCH 08/47] - Upsteam update. - Build in subdir to work-around rpm disturbing testsuite. - Rework BRs. --- .cvsignore | 2 +- File-Find-Rule-Perl-1.04.diff | 10 ---------- perl-File-Find-Rule-Perl.spec | 32 ++++++++++++++++++++++---------- sources | 2 +- 4 files changed, 24 insertions(+), 22 deletions(-) delete mode 100644 File-Find-Rule-Perl-1.04.diff diff --git a/.cvsignore b/.cvsignore index 0c5d423..c09ad79 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -File-Find-Rule-Perl-1.04.tar.gz +File-Find-Rule-Perl-1.06.tar.gz diff --git a/File-Find-Rule-Perl-1.04.diff b/File-Find-Rule-Perl-1.04.diff deleted file mode 100644 index 5f09483..0000000 --- a/File-Find-Rule-Perl-1.04.diff +++ /dev/null @@ -1,10 +0,0 @@ -diff -Naur File-Find-Rule-Perl-1.04.orig/META.yml File-Find-Rule-Perl-1.04/META.yml ---- File-Find-Rule-Perl-1.04.orig/META.yml 2008-05-14 12:28:07.000000000 +0200 -+++ File-Find-Rule-Perl-1.04/META.yml 2009-02-27 08:27:07.000000000 +0100 -@@ -19,5 +19,5 @@ - - t - requires: - File::Find::Rule: 0.20 -- perl: 5.005 -+ perl: 5.00503 - version: 1.04 diff --git a/perl-File-Find-Rule-Perl.spec b/perl-File-Find-Rule-Perl.spec index d5f6b55..5826f50 100644 --- a/perl-File-Find-Rule-Perl.spec +++ b/perl-File-Find-Rule-Perl.spec @@ -1,13 +1,11 @@ Name: perl-File-Find-Rule-Perl -Version: 1.04 -Release: 4%{?dist} +Version: 1.06 +Release: 1%{?dist} Summary: Common rules for searching for Perl things License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/File-Find-Rule-Perl/ Source0: http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/File-Find-Rule-Perl-%{version}.tar.gz -# META.yml has wrong minimum perl version -Patch0: File-Find-Rule-Perl-1.04.diff BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -16,26 +14,33 @@ BuildArch: noarch BuildRequires: perl(File::Find::Rule) >= 0.20 BuildRequires: perl(File::Spec) >= 0.82 BuildRequires: perl(Test::More) >= 0.47 +BuildRequires: perl(Params::Util) >= 0.38 +BuildRequires: perl(Parse::CPAN::Meta) >= 0.04 # For improved tests -BuildRequires: perl(Test::Pod) >= 1.00 -BuildRequires: perl(Test::MinimumVersion) >= 0.007 -BuildRequires: perl(Test::CPAN::Meta) >= 0.07 +BuildRequires: perl(Perl::MinimumVersion) >= 1.20 +BuildRequires: perl(Test::MinimumVersion) >= 0.008 +BuildRequires: perl(Test::Pod) >= 1.26 +BuildRequires: perl(Test::CPAN::Meta) >= 0.12 %description Common rules for searching for Perl things. %prep -%setup -q -n File-Find-Rule-Perl-%{version} -%patch0 -p1 +%setup -q -T -c +%setup -q -T -D -a0 %build +cd File-Find-Rule-Perl-%{version} %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} +cd .. %install rm -rf $RPM_BUILD_ROOT +cd File-Find-Rule-Perl-%{version} make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT +cd .. find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* @@ -44,15 +49,22 @@ chmod -R u+w $RPM_BUILD_ROOT/* rm -rf $RPM_BUILD_ROOT %check +cd File-Find-Rule-Perl-%{version} make test AUTOMATED_TESTING=1 +cd .. %files %defattr(-,root,root,-) -%doc Changes LICENSE +%doc File-Find-Rule-Perl-%{version}/Changes File-Find-Rule-Perl-%{version}/LICENSE %{perl_vendorlib}/File %{_mandir}/man3/* %changelog +* Wed Jun 17 2009 Ralf Corsépius - 1.06-1 +- Upsteam update. +- Build in subdir to work-around rpm disturbing testsuite. +- Rework BRs. + * Fri Feb 27 2009 Ralf Corsépius - 1.04-4 - Adjust minimum perl version in META.yml (Add File-Find-Rule-Perl-1.04.diff). diff --git a/sources b/sources index b8428b0..49819cd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ab66b7829320ead71ee0b09e13726d26 File-Find-Rule-Perl-1.04.tar.gz +6203f16bed4d0740a7fcc5515ad965a0 File-Find-Rule-Perl-1.06.tar.gz From 2d71170ac1c6cb1f8f78699ccc382f6c324733b2 Mon Sep 17 00:00:00 2001 From: corsepiu Date: Mon, 20 Jul 2009 16:43:19 +0000 Subject: [PATCH 09/47] - Upstream update. --- .cvsignore | 2 +- perl-File-Find-Rule-Perl.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index c09ad79..105acff 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -File-Find-Rule-Perl-1.06.tar.gz +File-Find-Rule-Perl-1.08.tar.gz diff --git a/perl-File-Find-Rule-Perl.spec b/perl-File-Find-Rule-Perl.spec index 5826f50..876f245 100644 --- a/perl-File-Find-Rule-Perl.spec +++ b/perl-File-Find-Rule-Perl.spec @@ -1,5 +1,5 @@ Name: perl-File-Find-Rule-Perl -Version: 1.06 +Version: 1.08 Release: 1%{?dist} Summary: Common rules for searching for Perl things License: GPL+ or Artistic @@ -60,6 +60,9 @@ cd .. %{_mandir}/man3/* %changelog +* Mon Jul 20 2009 Ralf Corsépius - 1.08-1 +- Upstream update. + * Wed Jun 17 2009 Ralf Corsépius - 1.06-1 - Upsteam update. - Build in subdir to work-around rpm disturbing testsuite. diff --git a/sources b/sources index 49819cd..7bf11dc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6203f16bed4d0740a7fcc5515ad965a0 File-Find-Rule-Perl-1.06.tar.gz +c9951ae98727d3f7e8bc91b3d0733a77 File-Find-Rule-Perl-1.08.tar.gz From 5d11e976218fb3cab76a56bfac6de15b9ff8d3a2 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Sun, 26 Jul 2009 05:59:48 +0000 Subject: [PATCH 10/47] - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild --- perl-File-Find-Rule-Perl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-File-Find-Rule-Perl.spec b/perl-File-Find-Rule-Perl.spec index 876f245..d5ad12a 100644 --- a/perl-File-Find-Rule-Perl.spec +++ b/perl-File-Find-Rule-Perl.spec @@ -1,6 +1,6 @@ Name: perl-File-Find-Rule-Perl Version: 1.08 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Common rules for searching for Perl things License: GPL+ or Artistic Group: Development/Libraries @@ -60,6 +60,9 @@ cd .. %{_mandir}/man3/* %changelog +* Sat Jul 25 2009 Fedora Release Engineering - 1.08-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Mon Jul 20 2009 Ralf Corsépius - 1.08-1 - Upstream update. From b7a05e7e16fcd23073ed71d74b88887ad95f433c Mon Sep 17 00:00:00 2001 From: corsepiu Date: Fri, 7 Aug 2009 03:01:40 +0000 Subject: [PATCH 11/47] - Upstream update. --- .cvsignore | 2 +- perl-File-Find-Rule-Perl.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 105acff..dd646bc 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -File-Find-Rule-Perl-1.08.tar.gz +File-Find-Rule-Perl-1.09.tar.gz diff --git a/perl-File-Find-Rule-Perl.spec b/perl-File-Find-Rule-Perl.spec index d5ad12a..38a5994 100644 --- a/perl-File-Find-Rule-Perl.spec +++ b/perl-File-Find-Rule-Perl.spec @@ -1,6 +1,6 @@ Name: perl-File-Find-Rule-Perl -Version: 1.08 -Release: 2%{?dist} +Version: 1.09 +Release: 1%{?dist} Summary: Common rules for searching for Perl things License: GPL+ or Artistic Group: Development/Libraries @@ -60,6 +60,9 @@ cd .. %{_mandir}/man3/* %changelog +* Fri Aug 07 2009 Ralf Corsépius - 1.09-1 +- Upstream update. + * Sat Jul 25 2009 Fedora Release Engineering - 1.08-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index 7bf11dc..f1fc20d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c9951ae98727d3f7e8bc91b3d0733a77 File-Find-Rule-Perl-1.08.tar.gz +c2f62c50f781abf8d7af6f17d4a47db2 File-Find-Rule-Perl-1.09.tar.gz From 43e48366160ac250390941f75c446cf076ac18d7 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 25 Nov 2009 23:30:50 +0000 Subject: [PATCH 12/47] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3311ab8..f1c4b16 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # Makefile for source rpm: perl-File-Find-Rule-Perl -# $Id$ +# $Id: Makefile,v 1.1 2007/11/21 18:31:19 tibbs Exp $ NAME := perl-File-Find-Rule-Perl SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) From 965eb9a290865fc77a14dce8de835df93604a4ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20Kasal?= Date: Mon, 7 Dec 2009 02:17:58 +0000 Subject: [PATCH 13/47] - rebuild against perl 5.10.1 --- perl-File-Find-Rule-Perl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-File-Find-Rule-Perl.spec b/perl-File-Find-Rule-Perl.spec index 38a5994..6afee0d 100644 --- a/perl-File-Find-Rule-Perl.spec +++ b/perl-File-Find-Rule-Perl.spec @@ -1,6 +1,6 @@ Name: perl-File-Find-Rule-Perl Version: 1.09 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Common rules for searching for Perl things License: GPL+ or Artistic Group: Development/Libraries @@ -60,6 +60,9 @@ cd .. %{_mandir}/man3/* %changelog +* Mon Dec 7 2009 Stepan Kasal - 1.09-2 +- rebuild against perl 5.10.1 + * Fri Aug 07 2009 Ralf Corsépius - 1.09-1 - Upstream update. From 6aba0b6c87d9b303ed90714c374a81c31a71bc25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?= Date: Fri, 30 Apr 2010 15:24:23 +0000 Subject: [PATCH 14/47] - Mass rebuild with perl-5.12.0 --- perl-File-Find-Rule-Perl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-File-Find-Rule-Perl.spec b/perl-File-Find-Rule-Perl.spec index 6afee0d..f029424 100644 --- a/perl-File-Find-Rule-Perl.spec +++ b/perl-File-Find-Rule-Perl.spec @@ -1,6 +1,6 @@ Name: perl-File-Find-Rule-Perl Version: 1.09 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Common rules for searching for Perl things License: GPL+ or Artistic Group: Development/Libraries @@ -60,6 +60,9 @@ cd .. %{_mandir}/man3/* %changelog +* Fri Apr 30 2010 Marcela Maslanova - 1.09-3 +- Mass rebuild with perl-5.12.0 + * Mon Dec 7 2009 Stepan Kasal - 1.09-2 - rebuild against perl 5.10.1 From 32a1f63df71a22c45d3040f6109cd7c71c3deda7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?= Date: Sat, 1 May 2010 03:49:00 +0000 Subject: [PATCH 15/47] - Mass rebuild with perl-5.12.0 --- perl-File-Find-Rule-Perl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-File-Find-Rule-Perl.spec b/perl-File-Find-Rule-Perl.spec index f029424..8aabcdb 100644 --- a/perl-File-Find-Rule-Perl.spec +++ b/perl-File-Find-Rule-Perl.spec @@ -1,6 +1,6 @@ Name: perl-File-Find-Rule-Perl Version: 1.09 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Common rules for searching for Perl things License: GPL+ or Artistic Group: Development/Libraries @@ -60,6 +60,9 @@ cd .. %{_mandir}/man3/* %changelog +* Sat May 01 2010 Marcela Maslanova - 1.09-4 +- Mass rebuild with perl-5.12.0 + * Fri Apr 30 2010 Marcela Maslanova - 1.09-3 - Mass rebuild with perl-5.12.0 From 1cc192ec3ddf1ad8fe3d3ac66439bee9af33df8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?= Date: Wed, 5 May 2010 15:33:14 +0000 Subject: [PATCH 16/47] - Mass rebuild with perl-5.12.0 --- perl-File-Find-Rule-Perl.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/perl-File-Find-Rule-Perl.spec b/perl-File-Find-Rule-Perl.spec index 8aabcdb..1383c06 100644 --- a/perl-File-Find-Rule-Perl.spec +++ b/perl-File-Find-Rule-Perl.spec @@ -50,6 +50,8 @@ rm -rf $RPM_BUILD_ROOT %check cd File-Find-Rule-Perl-%{version} +# remove until fix of Perl::MinimalVersion and version.pm +rm -rf t/99_pmv.t make test AUTOMATED_TESTING=1 cd .. From 80cbff51a1afacf3fa4e9a340b755f287b5ac467 Mon Sep 17 00:00:00 2001 From: corsepiu Date: Sun, 9 May 2010 14:20:11 +0000 Subject: [PATCH 17/47] - Re-enable pmv-test. --- perl-File-Find-Rule-Perl.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/perl-File-Find-Rule-Perl.spec b/perl-File-Find-Rule-Perl.spec index 1383c06..f4bdb36 100644 --- a/perl-File-Find-Rule-Perl.spec +++ b/perl-File-Find-Rule-Perl.spec @@ -1,6 +1,6 @@ Name: perl-File-Find-Rule-Perl Version: 1.09 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Common rules for searching for Perl things License: GPL+ or Artistic Group: Development/Libraries @@ -50,8 +50,6 @@ rm -rf $RPM_BUILD_ROOT %check cd File-Find-Rule-Perl-%{version} -# remove until fix of Perl::MinimalVersion and version.pm -rm -rf t/99_pmv.t make test AUTOMATED_TESTING=1 cd .. @@ -62,6 +60,9 @@ cd .. %{_mandir}/man3/* %changelog +* Sun May 09 2010 Ralf Corsépius - 1.09-5 +- Re-enable pmv-test. + * Sat May 01 2010 Marcela Maslanova - 1.09-4 - Mass rebuild with perl-5.12.0 From a69f2e02925b1405c25c4f9d0276c18926f142ec Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 06:39:48 +0000 Subject: [PATCH 18/47] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- 2 files changed, 21 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index f1c4b16..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: perl-File-Find-Rule-Perl -# $Id: Makefile,v 1.1 2007/11/21 18:31:19 tibbs Exp $ -NAME := perl-File-Find-Rule-Perl -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) From d08721e27f96a60cc13ac57d5bdd44b8e641f823 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= Date: Wed, 3 Nov 2010 01:10:06 +0100 Subject: [PATCH 19/47] - Upstream update. --- .gitignore | 2 +- perl-File-Find-Rule-Perl.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index dd646bc..587c3f9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -File-Find-Rule-Perl-1.09.tar.gz +File-Find-Rule-Perl-1.10.tar.gz diff --git a/perl-File-Find-Rule-Perl.spec b/perl-File-Find-Rule-Perl.spec index f4bdb36..a7ef1bc 100644 --- a/perl-File-Find-Rule-Perl.spec +++ b/perl-File-Find-Rule-Perl.spec @@ -1,6 +1,6 @@ Name: perl-File-Find-Rule-Perl -Version: 1.09 -Release: 5%{?dist} +Version: 1.10 +Release: 1%{?dist} Summary: Common rules for searching for Perl things License: GPL+ or Artistic Group: Development/Libraries @@ -60,6 +60,9 @@ cd .. %{_mandir}/man3/* %changelog +* Wed Nov 03 2010 Ralf Corsépius - 1.10-1 +- Upstream update. + * Sun May 09 2010 Ralf Corsépius - 1.09-5 - Re-enable pmv-test. @@ -82,7 +85,7 @@ cd .. - Upstream update. * Wed Jun 17 2009 Ralf Corsépius - 1.06-1 -- Upsteam update. +- Upstream update. - Build in subdir to work-around rpm disturbing testsuite. - Rework BRs. diff --git a/sources b/sources index f1fc20d..3aa3855 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c2f62c50f781abf8d7af6f17d4a47db2 File-Find-Rule-Perl-1.09.tar.gz +3a45fa1d12189643863fb77274e8195c File-Find-Rule-Perl-1.10.tar.gz From 53703b686d984b0da678dc29bd45c40663b9b81a Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Tue, 8 Feb 2011 16:12:13 -0600 Subject: [PATCH 20/47] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- perl-File-Find-Rule-Perl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-File-Find-Rule-Perl.spec b/perl-File-Find-Rule-Perl.spec index a7ef1bc..11b52f2 100644 --- a/perl-File-Find-Rule-Perl.spec +++ b/perl-File-Find-Rule-Perl.spec @@ -1,6 +1,6 @@ Name: perl-File-Find-Rule-Perl Version: 1.10 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Common rules for searching for Perl things License: GPL+ or Artistic Group: Development/Libraries @@ -60,6 +60,9 @@ cd .. %{_mandir}/man3/* %changelog +* Tue Feb 08 2011 Fedora Release Engineering - 1.10-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Wed Nov 03 2010 Ralf Corsépius - 1.10-1 - Upstream update. From 17fadca93b2efcac161184c450cc3e718dd3fa54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?= Date: Tue, 28 Jun 2011 12:47:13 +0200 Subject: [PATCH 21/47] rebuild with Perl 5.14.1 add perl_bootstrap macro for test BR --- perl-File-Find-Rule-Perl.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/perl-File-Find-Rule-Perl.spec b/perl-File-Find-Rule-Perl.spec index 11b52f2..58e4a98 100644 --- a/perl-File-Find-Rule-Perl.spec +++ b/perl-File-Find-Rule-Perl.spec @@ -1,6 +1,6 @@ Name: perl-File-Find-Rule-Perl Version: 1.10 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Common rules for searching for Perl things License: GPL+ or Artistic Group: Development/Libraries @@ -18,10 +18,12 @@ BuildRequires: perl(Params::Util) >= 0.38 BuildRequires: perl(Parse::CPAN::Meta) >= 0.04 # For improved tests +%if !%{defined perl_bootstrap} BuildRequires: perl(Perl::MinimumVersion) >= 1.20 BuildRequires: perl(Test::MinimumVersion) >= 0.008 BuildRequires: perl(Test::Pod) >= 1.26 BuildRequires: perl(Test::CPAN::Meta) >= 0.12 +%endif %description Common rules for searching for Perl things. @@ -49,9 +51,11 @@ chmod -R u+w $RPM_BUILD_ROOT/* rm -rf $RPM_BUILD_ROOT %check +%if !%{defined perl_bootstrap} cd File-Find-Rule-Perl-%{version} make test AUTOMATED_TESTING=1 cd .. +%endif %files %defattr(-,root,root,-) @@ -60,6 +64,10 @@ cd .. %{_mandir}/man3/* %changelog +* Tue Jun 28 2011 Marcela Mašláňová - 1.10-3 +- rebuild with Perl 5.14.1 +- add perl_bootstrap macro for test BR + * Tue Feb 08 2011 Fedora Release Engineering - 1.10-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild From 1fc47c4a62d5ae2dadb54e33a417c3815e25d402 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= Date: Fri, 25 Nov 2011 16:41:54 +0100 Subject: [PATCH 22/47] Upstream update. Update BRs. Spec file cleanup. --- .gitignore | 2 +- perl-File-Find-Rule-Perl.spec | 22 +++++++++++----------- sources | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index 587c3f9..f439b26 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -File-Find-Rule-Perl-1.10.tar.gz +/File-Find-Rule-Perl-1.12.tar.gz diff --git a/perl-File-Find-Rule-Perl.spec b/perl-File-Find-Rule-Perl.spec index 58e4a98..bf4d615 100644 --- a/perl-File-Find-Rule-Perl.spec +++ b/perl-File-Find-Rule-Perl.spec @@ -1,12 +1,11 @@ Name: perl-File-Find-Rule-Perl -Version: 1.10 -Release: 3%{?dist} +Version: 1.12 +Release: 1%{?dist} Summary: Common rules for searching for Perl things License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/File-Find-Rule-Perl/ Source0: http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/File-Find-Rule-Perl-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch @@ -19,10 +18,10 @@ BuildRequires: perl(Parse::CPAN::Meta) >= 0.04 # For improved tests %if !%{defined perl_bootstrap} -BuildRequires: perl(Perl::MinimumVersion) >= 1.20 -BuildRequires: perl(Test::MinimumVersion) >= 0.008 -BuildRequires: perl(Test::Pod) >= 1.26 -BuildRequires: perl(Test::CPAN::Meta) >= 0.12 +BuildRequires: perl(Perl::MinimumVersion) >= 1.27 +BuildRequires: perl(Test::MinimumVersion) >= 0.101080 +BuildRequires: perl(Test::Pod) >= 1.44 +BuildRequires: perl(Test::CPAN::Meta) >= 0.17 %endif %description @@ -39,7 +38,6 @@ make %{?_smp_mflags} cd .. %install -rm -rf $RPM_BUILD_ROOT cd File-Find-Rule-Perl-%{version} make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT cd .. @@ -47,9 +45,6 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* -%clean -rm -rf $RPM_BUILD_ROOT - %check %if !%{defined perl_bootstrap} cd File-Find-Rule-Perl-%{version} @@ -64,6 +59,11 @@ cd .. %{_mandir}/man3/* %changelog +* Fri Nov 25 2011 Ralf Corsépius - 1.12-1 +- Upstream update. +- Update BRs. +- Spec file cleanup. + * Tue Jun 28 2011 Marcela Mašláňová - 1.10-3 - rebuild with Perl 5.14.1 - add perl_bootstrap macro for test BR diff --git a/sources b/sources index 3aa3855..facecd5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3a45fa1d12189643863fb77274e8195c File-Find-Rule-Perl-1.10.tar.gz +91ce1937411b5fe60b9861b0bd7cf45a File-Find-Rule-Perl-1.12.tar.gz From 862c70b44b2fe3cdc026193bb4b9b1c094f2e41f Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 13 Jan 2012 07:44:09 -0600 Subject: [PATCH 23/47] - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild --- perl-File-Find-Rule-Perl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-File-Find-Rule-Perl.spec b/perl-File-Find-Rule-Perl.spec index bf4d615..a7df782 100644 --- a/perl-File-Find-Rule-Perl.spec +++ b/perl-File-Find-Rule-Perl.spec @@ -1,6 +1,6 @@ Name: perl-File-Find-Rule-Perl Version: 1.12 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Common rules for searching for Perl things License: GPL+ or Artistic Group: Development/Libraries @@ -59,6 +59,9 @@ cd .. %{_mandir}/man3/* %changelog +* Fri Jan 13 2012 Fedora Release Engineering - 1.12-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + * Fri Nov 25 2011 Ralf Corsépius - 1.12-1 - Upstream update. - Update BRs. From a6b1a48691b17b03090e88a985e6c531a72291a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Tue, 12 Jun 2012 13:32:24 +0200 Subject: [PATCH 24/47] Perl 5.16 rebuild --- perl-File-Find-Rule-Perl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-File-Find-Rule-Perl.spec b/perl-File-Find-Rule-Perl.spec index a7df782..727f2fc 100644 --- a/perl-File-Find-Rule-Perl.spec +++ b/perl-File-Find-Rule-Perl.spec @@ -1,6 +1,6 @@ Name: perl-File-Find-Rule-Perl Version: 1.12 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Common rules for searching for Perl things License: GPL+ or Artistic Group: Development/Libraries @@ -59,6 +59,9 @@ cd .. %{_mandir}/man3/* %changelog +* Tue Jun 12 2012 Petr Pisar - 1.12-3 +- Perl 5.16 rebuild + * Fri Jan 13 2012 Fedora Release Engineering - 1.12-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild From 11d4c3b0c6d359ca9b123f1b5b508125a12becbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Tue, 10 Jul 2012 15:26:12 +0200 Subject: [PATCH 25/47] Perl 5.16 re-rebuild of bootstrapped packages --- perl-File-Find-Rule-Perl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-File-Find-Rule-Perl.spec b/perl-File-Find-Rule-Perl.spec index 727f2fc..3ea30b0 100644 --- a/perl-File-Find-Rule-Perl.spec +++ b/perl-File-Find-Rule-Perl.spec @@ -1,6 +1,6 @@ Name: perl-File-Find-Rule-Perl Version: 1.12 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Common rules for searching for Perl things License: GPL+ or Artistic Group: Development/Libraries @@ -59,6 +59,9 @@ cd .. %{_mandir}/man3/* %changelog +* Tue Jul 10 2012 Petr Pisar - 1.12-4 +- Perl 5.16 re-rebuild of bootstrapped packages + * Tue Jun 12 2012 Petr Pisar - 1.12-3 - Perl 5.16 rebuild From 3b2149a535bf2aa113e40e6ddbb2efdab29874b4 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 20 Jul 2012 10:13:55 -0500 Subject: [PATCH 26/47] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- perl-File-Find-Rule-Perl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-File-Find-Rule-Perl.spec b/perl-File-Find-Rule-Perl.spec index 3ea30b0..028282d 100644 --- a/perl-File-Find-Rule-Perl.spec +++ b/perl-File-Find-Rule-Perl.spec @@ -1,6 +1,6 @@ Name: perl-File-Find-Rule-Perl Version: 1.12 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Common rules for searching for Perl things License: GPL+ or Artistic Group: Development/Libraries @@ -59,6 +59,9 @@ cd .. %{_mandir}/man3/* %changelog +* Fri Jul 20 2012 Fedora Release Engineering - 1.12-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Tue Jul 10 2012 Petr Pisar - 1.12-4 - Perl 5.16 re-rebuild of bootstrapped packages From c6f6041bf64bbcacadb298d608ec3098d87ca5a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Tue, 23 Oct 2012 16:25:32 +0200 Subject: [PATCH 27/47] Modernize specfile Specify all dependencies Drop command macros Fix mixed whitespace --- perl-File-Find-Rule-Perl.spec | 66 +++++++++++++++++++---------------- 1 file changed, 35 insertions(+), 31 deletions(-) diff --git a/perl-File-Find-Rule-Perl.spec b/perl-File-Find-Rule-Perl.spec index 028282d..453d4be 100644 --- a/perl-File-Find-Rule-Perl.spec +++ b/perl-File-Find-Rule-Perl.spec @@ -1,21 +1,25 @@ -Name: perl-File-Find-Rule-Perl -Version: 1.12 -Release: 5%{?dist} -Summary: Common rules for searching for Perl things -License: GPL+ or Artistic -Group: Development/Libraries -URL: http://search.cpan.org/dist/File-Find-Rule-Perl/ -Source0: http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/File-Find-Rule-Perl-%{version}.tar.gz - -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -BuildArch: noarch - -BuildRequires: perl(File::Find::Rule) >= 0.20 -BuildRequires: perl(File::Spec) >= 0.82 -BuildRequires: perl(Test::More) >= 0.47 +Name: perl-File-Find-Rule-Perl +Version: 1.12 +Release: 6%{?dist} +Summary: Common rules for searching for Perl things +License: GPL+ or Artistic +Group: Development/Libraries +URL: http://search.cpan.org/dist/File-Find-Rule-Perl/ +Source0: http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/File-Find-Rule-Perl-%{version}.tar.gz +Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) +BuildArch: noarch +BuildRequires: perl(constant) +BuildRequires: perl(inc::Module::Install::DSL) >= 1.00 +BuildRequires: perl(lib) +BuildRequires: perl(Carp) +BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(File::Find::Rule) >= 0.20 +BuildRequires: perl(File::Spec) >= 0.82 +BuildRequires: perl(File::Spec::Functions) +BuildRequires: perl(File::Spec::Unix) BuildRequires: perl(Params::Util) >= 0.38 BuildRequires: perl(Parse::CPAN::Meta) >= 0.04 - +BuildRequires: perl(Test::More) >= 0.47 # For improved tests %if !%{defined perl_bootstrap} BuildRequires: perl(Perl::MinimumVersion) >= 1.27 @@ -28,37 +32,37 @@ BuildRequires: perl(Test::CPAN::Meta) >= 0.17 Common rules for searching for Perl things. %prep -%setup -q -T -c -%setup -q -T -D -a0 +%setup -q -n File-Find-Rule-Perl-%{version} +rm -rf inc %build -cd File-Find-Rule-Perl-%{version} -%{__perl} Makefile.PL INSTALLDIRS=vendor +perl Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} -cd .. %install -cd File-Find-Rule-Perl-%{version} -make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT -cd .. -find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' -chmod -R u+w $RPM_BUILD_ROOT/* +make pure_install PERL_INSTALL_ROOT=%{buildroot} +find %{buildroot} -type f -name .packlist -exec rm -f {} ';' +find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' +chmod -R u+w %{buildroot}/* %check +rm -f debug*.list %if !%{defined perl_bootstrap} -cd File-Find-Rule-Perl-%{version} make test AUTOMATED_TESTING=1 -cd .. %endif %files -%defattr(-,root,root,-) -%doc File-Find-Rule-Perl-%{version}/Changes File-Find-Rule-Perl-%{version}/LICENSE +%doc Changes LICENSE %{perl_vendorlib}/File %{_mandir}/man3/* %changelog +* Tue Oct 23 2012 Petr Šabata - 1.12-6 +- Specify all dependencies +- Modernize specfile +- Drop command macros +- Fix mixed whitespace + * Fri Jul 20 2012 Fedora Release Engineering - 1.12-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild From 98fc3d1ce3202c394fc3fbf4a918538e6b754e5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= Date: Wed, 7 Nov 2012 09:14:23 +0100 Subject: [PATCH 28/47] Revert parts of previous changes. - Upstream update. --- .gitignore | 1 + perl-File-Find-Rule-Perl.spec | 34 +++++++++++++++++++++------------- sources | 2 +- 3 files changed, 23 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index f439b26..eed2af6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /File-Find-Rule-Perl-1.12.tar.gz +/File-Find-Rule-Perl-1.13.tar.gz diff --git a/perl-File-Find-Rule-Perl.spec b/perl-File-Find-Rule-Perl.spec index 453d4be..28081ae 100644 --- a/perl-File-Find-Rule-Perl.spec +++ b/perl-File-Find-Rule-Perl.spec @@ -1,6 +1,6 @@ Name: perl-File-Find-Rule-Perl -Version: 1.12 -Release: 6%{?dist} +Version: 1.13 +Release: 1%{?dist} Summary: Common rules for searching for Perl things License: GPL+ or Artistic Group: Development/Libraries @@ -9,7 +9,6 @@ Source0: http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/File-Find-Rule Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(constant) -BuildRequires: perl(inc::Module::Install::DSL) >= 1.00 BuildRequires: perl(lib) BuildRequires: perl(Carp) BuildRequires: perl(ExtUtils::MakeMaker) @@ -18,7 +17,7 @@ BuildRequires: perl(File::Spec) >= 0.82 BuildRequires: perl(File::Spec::Functions) BuildRequires: perl(File::Spec::Unix) BuildRequires: perl(Params::Util) >= 0.38 -BuildRequires: perl(Parse::CPAN::Meta) >= 0.04 +BuildRequires: perl(Parse::CPAN::Meta) >= 1.38 BuildRequires: perl(Test::More) >= 0.47 # For improved tests %if !%{defined perl_bootstrap} @@ -32,31 +31,40 @@ BuildRequires: perl(Test::CPAN::Meta) >= 0.17 Common rules for searching for Perl things. %prep -%setup -q -n File-Find-Rule-Perl-%{version} -rm -rf inc +%setup -q -T -c +%setup -q -T -D -a0 %build -perl Makefile.PL INSTALLDIRS=vendor +cd File-Find-Rule-Perl-%{version} +%{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} +cd .. %install -make pure_install PERL_INSTALL_ROOT=%{buildroot} -find %{buildroot} -type f -name .packlist -exec rm -f {} ';' -find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' -chmod -R u+w %{buildroot}/* +cd File-Find-Rule-Perl-%{version} +make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT +cd .. +find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' +find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' +chmod -R u+w $RPM_BUILD_ROOT/* %check -rm -f debug*.list %if !%{defined perl_bootstrap} +cd File-Find-Rule-Perl-%{version} make test AUTOMATED_TESTING=1 +cd .. %endif %files -%doc Changes LICENSE +%doc File-Find-Rule-Perl-%{version}/Changes File-Find-Rule-Perl-%{version}/LICENSE %{perl_vendorlib}/File %{_mandir}/man3/* %changelog +* Wed Nov 07 2012 Ralf Corsépius - 1.13-1 +- Revert parts of previous changes. +- Upstream update. + * Tue Oct 23 2012 Petr Šabata - 1.12-6 - Specify all dependencies - Modernize specfile diff --git a/sources b/sources index facecd5..d5c7949 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -91ce1937411b5fe60b9861b0bd7cf45a File-Find-Rule-Perl-1.12.tar.gz +c3ee4f00f643f82fdb6f1cbcebfa90de File-Find-Rule-Perl-1.13.tar.gz From b12651a45c331946828f5a3e9b797e9f220e1a00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= Date: Wed, 7 Nov 2012 09:17:14 +0100 Subject: [PATCH 29/47] Cleanup. --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index eed2af6..3b83524 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -/File-Find-Rule-Perl-1.12.tar.gz /File-Find-Rule-Perl-1.13.tar.gz From 592d22a4f37fca4c88274baa9ddb7e76f48da44c Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 14 Feb 2013 06:19:37 -0600 Subject: [PATCH 30/47] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild --- perl-File-Find-Rule-Perl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-File-Find-Rule-Perl.spec b/perl-File-Find-Rule-Perl.spec index 28081ae..763fd9c 100644 --- a/perl-File-Find-Rule-Perl.spec +++ b/perl-File-Find-Rule-Perl.spec @@ -1,6 +1,6 @@ Name: perl-File-Find-Rule-Perl Version: 1.13 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Common rules for searching for Perl things License: GPL+ or Artistic Group: Development/Libraries @@ -61,6 +61,9 @@ cd .. %{_mandir}/man3/* %changelog +* Thu Feb 14 2013 Fedora Release Engineering - 1.13-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Wed Nov 07 2012 Ralf Corsépius - 1.13-1 - Revert parts of previous changes. - Upstream update. From 2d7114ee37c0cd0b70635ad133ff080f6f25ddc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Sun, 21 Jul 2013 04:22:56 +0200 Subject: [PATCH 31/47] Perl 5.18 rebuild --- perl-File-Find-Rule-Perl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-File-Find-Rule-Perl.spec b/perl-File-Find-Rule-Perl.spec index 763fd9c..cc418fb 100644 --- a/perl-File-Find-Rule-Perl.spec +++ b/perl-File-Find-Rule-Perl.spec @@ -1,6 +1,6 @@ Name: perl-File-Find-Rule-Perl Version: 1.13 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Common rules for searching for Perl things License: GPL+ or Artistic Group: Development/Libraries @@ -61,6 +61,9 @@ cd .. %{_mandir}/man3/* %changelog +* Sun Jul 21 2013 Petr Pisar - 1.13-3 +- Perl 5.18 rebuild + * Thu Feb 14 2013 Fedora Release Engineering - 1.13-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild From b4696bbabe29291c56022f203f60335197fa5ef4 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 3 Aug 2013 15:47:24 -0500 Subject: [PATCH 32/47] - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild --- perl-File-Find-Rule-Perl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-File-Find-Rule-Perl.spec b/perl-File-Find-Rule-Perl.spec index cc418fb..80d6af7 100644 --- a/perl-File-Find-Rule-Perl.spec +++ b/perl-File-Find-Rule-Perl.spec @@ -1,6 +1,6 @@ Name: perl-File-Find-Rule-Perl Version: 1.13 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Common rules for searching for Perl things License: GPL+ or Artistic Group: Development/Libraries @@ -61,6 +61,9 @@ cd .. %{_mandir}/man3/* %changelog +* Sat Aug 03 2013 Fedora Release Engineering - 1.13-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Sun Jul 21 2013 Petr Pisar - 1.13-3 - Perl 5.18 rebuild From 9e856e766fe4e9661a942261638c1c986cfeed08 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Wed, 14 Aug 2013 18:34:38 +0200 Subject: [PATCH 33/47] Perl 5.18 re-rebuild of bootstrapped packages --- perl-File-Find-Rule-Perl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-File-Find-Rule-Perl.spec b/perl-File-Find-Rule-Perl.spec index 80d6af7..604990a 100644 --- a/perl-File-Find-Rule-Perl.spec +++ b/perl-File-Find-Rule-Perl.spec @@ -1,6 +1,6 @@ Name: perl-File-Find-Rule-Perl Version: 1.13 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Common rules for searching for Perl things License: GPL+ or Artistic Group: Development/Libraries @@ -61,6 +61,9 @@ cd .. %{_mandir}/man3/* %changelog +* Wed Aug 14 2013 Jitka Plesnikova - 1.13-5 +- Perl 5.18 re-rebuild of bootstrapped packages + * Sat Aug 03 2013 Fedora Release Engineering - 1.13-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild From bae66595f54ac3b0a72da6affee2321b6ec25205 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 6 Jun 2014 23:13:41 -0500 Subject: [PATCH 34/47] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- perl-File-Find-Rule-Perl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-File-Find-Rule-Perl.spec b/perl-File-Find-Rule-Perl.spec index 604990a..2f79e97 100644 --- a/perl-File-Find-Rule-Perl.spec +++ b/perl-File-Find-Rule-Perl.spec @@ -1,6 +1,6 @@ Name: perl-File-Find-Rule-Perl Version: 1.13 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Common rules for searching for Perl things License: GPL+ or Artistic Group: Development/Libraries @@ -61,6 +61,9 @@ cd .. %{_mandir}/man3/* %changelog +* Sat Jun 07 2014 Fedora Release Engineering - 1.13-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Wed Aug 14 2013 Jitka Plesnikova - 1.13-5 - Perl 5.18 re-rebuild of bootstrapped packages From 91985b474db0e95b477390a8b2cb203d060ad82c Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Wed, 27 Aug 2014 23:06:35 +0200 Subject: [PATCH 35/47] Perl 5.20 rebuild --- perl-File-Find-Rule-Perl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-File-Find-Rule-Perl.spec b/perl-File-Find-Rule-Perl.spec index 2f79e97..9f60969 100644 --- a/perl-File-Find-Rule-Perl.spec +++ b/perl-File-Find-Rule-Perl.spec @@ -1,6 +1,6 @@ Name: perl-File-Find-Rule-Perl Version: 1.13 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Common rules for searching for Perl things License: GPL+ or Artistic Group: Development/Libraries @@ -61,6 +61,9 @@ cd .. %{_mandir}/man3/* %changelog +* Wed Aug 27 2014 Jitka Plesnikova - 1.13-7 +- Perl 5.20 rebuild + * Sat Jun 07 2014 Fedora Release Engineering - 1.13-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild From 0ff7ee1d10996d4c421d2c95e041e1d180dab7b6 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Mon, 8 Sep 2014 22:17:50 +0200 Subject: [PATCH 36/47] Perl 5.20 re-rebuild of bootstrapped packages --- perl-File-Find-Rule-Perl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-File-Find-Rule-Perl.spec b/perl-File-Find-Rule-Perl.spec index 9f60969..97103a2 100644 --- a/perl-File-Find-Rule-Perl.spec +++ b/perl-File-Find-Rule-Perl.spec @@ -1,6 +1,6 @@ Name: perl-File-Find-Rule-Perl Version: 1.13 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Common rules for searching for Perl things License: GPL+ or Artistic Group: Development/Libraries @@ -61,6 +61,9 @@ cd .. %{_mandir}/man3/* %changelog +* Sun Sep 07 2014 Jitka Plesnikova - 1.13-8 +- Perl 5.20 re-rebuild of bootstrapped packages + * Wed Aug 27 2014 Jitka Plesnikova - 1.13-7 - Perl 5.20 rebuild From 4bc5b9da8d75bd54716a17f852326b66a4421068 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= Date: Wed, 15 Apr 2015 13:35:49 +0200 Subject: [PATCH 37/47] Upstream update. - Reflect Source0: having changed. - Rework spec to reflect upstream changes. --- .gitignore | 2 +- File-Find-Rule-Perl-1.15-fedora.patch | 11 ++++++++ perl-File-Find-Rule-Perl.spec | 36 +++++++++++---------------- sources | 2 +- 4 files changed, 27 insertions(+), 24 deletions(-) create mode 100644 File-Find-Rule-Perl-1.15-fedora.patch diff --git a/.gitignore b/.gitignore index 3b83524..c5223f5 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/File-Find-Rule-Perl-1.13.tar.gz +/File-Find-Rule-Perl-1.15.tar.gz diff --git a/File-Find-Rule-Perl-1.15-fedora.patch b/File-Find-Rule-Perl-1.15-fedora.patch new file mode 100644 index 0000000..63ffb5b --- /dev/null +++ b/File-Find-Rule-Perl-1.15-fedora.patch @@ -0,0 +1,11 @@ +--- 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/ diff --git a/perl-File-Find-Rule-Perl.spec b/perl-File-Find-Rule-Perl.spec index 97103a2..17331f7 100644 --- a/perl-File-Find-Rule-Perl.spec +++ b/perl-File-Find-Rule-Perl.spec @@ -1,11 +1,13 @@ Name: perl-File-Find-Rule-Perl -Version: 1.13 -Release: 8%{?dist} +Version: 1.15 +Release: 1%{?dist} Summary: Common rules for searching for Perl things License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/File-Find-Rule-Perl/ -Source0: http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/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 BuildRequires: perl(constant) @@ -19,48 +21,38 @@ BuildRequires: perl(File::Spec::Unix) BuildRequires: perl(Params::Util) >= 0.38 BuildRequires: perl(Parse::CPAN::Meta) >= 1.38 BuildRequires: perl(Test::More) >= 0.47 -# For improved tests -%if !%{defined perl_bootstrap} -BuildRequires: perl(Perl::MinimumVersion) >= 1.27 -BuildRequires: perl(Test::MinimumVersion) >= 0.101080 -BuildRequires: perl(Test::Pod) >= 1.44 -BuildRequires: perl(Test::CPAN::Meta) >= 0.17 -%endif %description Common rules for searching for Perl things. %prep -%setup -q -T -c -%setup -q -T -D -a0 +%setup -q -n File-Find-Rule-Perl-%{version} +%patch0 -p1 %build -cd File-Find-Rule-Perl-%{version} %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} -cd .. %install -cd File-Find-Rule-Perl-%{version} make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT -cd .. find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* %check -%if !%{defined perl_bootstrap} -cd File-Find-Rule-Perl-%{version} -make test AUTOMATED_TESTING=1 -cd .. -%endif +make test %files -%doc File-Find-Rule-Perl-%{version}/Changes File-Find-Rule-Perl-%{version}/LICENSE +%doc Changes %{perl_vendorlib}/File %{_mandir}/man3/* %changelog +* Wed Apr 15 2015 Ralf Corsépius - 1.15-1 +- Upstream update. +- Reflect Source0: having changed. +- Rework spec to reflect upstream changes. + * Sun Sep 07 2014 Jitka Plesnikova - 1.13-8 - Perl 5.20 re-rebuild of bootstrapped packages diff --git a/sources b/sources index d5c7949..306a709 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c3ee4f00f643f82fdb6f1cbcebfa90de File-Find-Rule-Perl-1.13.tar.gz +d8b458792b7eed83c744ae30b1bc3348 File-Find-Rule-Perl-1.15.tar.gz From 118c61d967b2f3b0feea770cca5dfcf815b485e4 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Thu, 4 Jun 2015 12:11:54 +0200 Subject: [PATCH 38/47] Perl 5.22 rebuild --- perl-File-Find-Rule-Perl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-File-Find-Rule-Perl.spec b/perl-File-Find-Rule-Perl.spec index 17331f7..498d085 100644 --- a/perl-File-Find-Rule-Perl.spec +++ b/perl-File-Find-Rule-Perl.spec @@ -1,6 +1,6 @@ Name: perl-File-Find-Rule-Perl Version: 1.15 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Common rules for searching for Perl things License: GPL+ or Artistic Group: Development/Libraries @@ -48,6 +48,9 @@ make test %{_mandir}/man3/* %changelog +* Thu Jun 04 2015 Jitka Plesnikova - 1.15-2 +- Perl 5.22 rebuild + * Wed Apr 15 2015 Ralf Corsépius - 1.15-1 - Upstream update. - Reflect Source0: having changed. From d9962afd5ce418ff319f55b85ca77bead5ed5249 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 18 Jun 2015 03:07:05 +0000 Subject: [PATCH 39/47] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- perl-File-Find-Rule-Perl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-File-Find-Rule-Perl.spec b/perl-File-Find-Rule-Perl.spec index 498d085..5fa0d26 100644 --- a/perl-File-Find-Rule-Perl.spec +++ b/perl-File-Find-Rule-Perl.spec @@ -1,6 +1,6 @@ Name: perl-File-Find-Rule-Perl Version: 1.15 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Common rules for searching for Perl things License: GPL+ or Artistic Group: Development/Libraries @@ -48,6 +48,9 @@ make test %{_mandir}/man3/* %changelog +* Thu Jun 18 2015 Fedora Release Engineering - 1.15-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Thu Jun 04 2015 Jitka Plesnikova - 1.15-2 - Perl 5.22 rebuild From 747b6a63dfb0106c98764e58badd29f4628626ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= Date: Sun, 31 Jan 2016 06:56:19 +0100 Subject: [PATCH 40/47] Modernize spec. --- perl-File-Find-Rule-Perl.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/perl-File-Find-Rule-Perl.spec b/perl-File-Find-Rule-Perl.spec index 5fa0d26..06896f7 100644 --- a/perl-File-Find-Rule-Perl.spec +++ b/perl-File-Find-Rule-Perl.spec @@ -1,6 +1,6 @@ Name: perl-File-Find-Rule-Perl Version: 1.15 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Common rules for searching for Perl things License: GPL+ or Artistic Group: Development/Libraries @@ -8,7 +8,7 @@ URL: http://search.cpan.org/dist/File-Find-Rule-Perl/ 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)) +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(constant) BuildRequires: perl(lib) @@ -30,13 +30,11 @@ Common rules for searching for Perl things. %patch0 -p1 %build -%{__perl} Makefile.PL INSTALLDIRS=vendor +%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 make %{?_smp_mflags} %install make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT -find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* %check @@ -48,6 +46,9 @@ make test %{_mandir}/man3/* %changelog +* Sun Jan 31 2016 Ralf Corsépius - 1.15-4 +- Modernize spec. + * Thu Jun 18 2015 Fedora Release Engineering - 1.15-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild From 0611c21359bf986091a3637f91374a72cf25d721 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 4 Feb 2016 13:37:55 +0000 Subject: [PATCH 41/47] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- perl-File-Find-Rule-Perl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-File-Find-Rule-Perl.spec b/perl-File-Find-Rule-Perl.spec index 06896f7..a33f3a6 100644 --- a/perl-File-Find-Rule-Perl.spec +++ b/perl-File-Find-Rule-Perl.spec @@ -1,6 +1,6 @@ Name: perl-File-Find-Rule-Perl Version: 1.15 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Common rules for searching for Perl things License: GPL+ or Artistic Group: Development/Libraries @@ -46,6 +46,9 @@ make test %{_mandir}/man3/* %changelog +* Thu Feb 04 2016 Fedora Release Engineering - 1.15-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Sun Jan 31 2016 Ralf Corsépius - 1.15-4 - Modernize spec. From 89a660c9c0a26a9d62bb599b0b712ac30b8a7c3b Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Sun, 15 May 2016 12:38:39 +0200 Subject: [PATCH 42/47] Perl 5.24 rebuild --- perl-File-Find-Rule-Perl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-File-Find-Rule-Perl.spec b/perl-File-Find-Rule-Perl.spec index a33f3a6..176e762 100644 --- a/perl-File-Find-Rule-Perl.spec +++ b/perl-File-Find-Rule-Perl.spec @@ -1,6 +1,6 @@ Name: perl-File-Find-Rule-Perl Version: 1.15 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Common rules for searching for Perl things License: GPL+ or Artistic Group: Development/Libraries @@ -46,6 +46,9 @@ make test %{_mandir}/man3/* %changelog +* Sun May 15 2016 Jitka Plesnikova - 1.15-6 +- Perl 5.24 rebuild + * Thu Feb 04 2016 Fedora Release Engineering - 1.15-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild From 002b794f8070d9cc1a5d7815e84969c4e8d27583 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Fri, 24 Jun 2016 10:54:08 +0200 Subject: [PATCH 43/47] Mandatory Perl build-requires added --- perl-File-Find-Rule-Perl.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/perl-File-Find-Rule-Perl.spec b/perl-File-Find-Rule-Perl.spec index 176e762..545d9fe 100644 --- a/perl-File-Find-Rule-Perl.spec +++ b/perl-File-Find-Rule-Perl.spec @@ -10,6 +10,7 @@ Source0: http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/File-Find-Rule Patch0: File-Find-Rule-Perl-1.15-fedora.patch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch +BuildRequires: perl-generators BuildRequires: perl(constant) BuildRequires: perl(lib) BuildRequires: perl(Carp) From d9c5ed29fbca16a094c2e8c13f9a7d316b0309f4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 11 Feb 2017 03:03:22 +0000 Subject: [PATCH 44/47] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- perl-File-Find-Rule-Perl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-File-Find-Rule-Perl.spec b/perl-File-Find-Rule-Perl.spec index 545d9fe..912544d 100644 --- a/perl-File-Find-Rule-Perl.spec +++ b/perl-File-Find-Rule-Perl.spec @@ -1,6 +1,6 @@ Name: perl-File-Find-Rule-Perl Version: 1.15 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Common rules for searching for Perl things License: GPL+ or Artistic Group: Development/Libraries @@ -47,6 +47,9 @@ make test %{_mandir}/man3/* %changelog +* Sat Feb 11 2017 Fedora Release Engineering - 1.15-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Sun May 15 2016 Jitka Plesnikova - 1.15-6 - Perl 5.24 rebuild From 7028fc49dca0afb7a47302cfcf84ce3fc722aa23 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Sun, 4 Jun 2017 21:47:37 +0200 Subject: [PATCH 45/47] Perl 5.26 rebuild --- perl-File-Find-Rule-Perl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-File-Find-Rule-Perl.spec b/perl-File-Find-Rule-Perl.spec index 912544d..dd137a5 100644 --- a/perl-File-Find-Rule-Perl.spec +++ b/perl-File-Find-Rule-Perl.spec @@ -1,6 +1,6 @@ Name: perl-File-Find-Rule-Perl Version: 1.15 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Common rules for searching for Perl things License: GPL+ or Artistic Group: Development/Libraries @@ -47,6 +47,9 @@ make test %{_mandir}/man3/* %changelog +* Sun Jun 04 2017 Jitka Plesnikova - 1.15-8 +- Perl 5.26 rebuild + * Sat Feb 11 2017 Fedora Release Engineering - 1.15-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild From 2ef50521cb9a4fe68b14589a801da6108362d0d4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 27 Jul 2017 03:55:31 +0000 Subject: [PATCH 46/47] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- perl-File-Find-Rule-Perl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-File-Find-Rule-Perl.spec b/perl-File-Find-Rule-Perl.spec index dd137a5..fb3f409 100644 --- a/perl-File-Find-Rule-Perl.spec +++ b/perl-File-Find-Rule-Perl.spec @@ -1,6 +1,6 @@ Name: perl-File-Find-Rule-Perl Version: 1.15 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Common rules for searching for Perl things License: GPL+ or Artistic Group: Development/Libraries @@ -47,6 +47,9 @@ make test %{_mandir}/man3/* %changelog +* Thu Jul 27 2017 Fedora Release Engineering - 1.15-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Sun Jun 04 2017 Jitka Plesnikova - 1.15-8 - Perl 5.26 rebuild From dbda2b929804a36785ee66f4303df70d176ad1b1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 8 Feb 2018 21:10:05 +0000 Subject: [PATCH 47/47] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- perl-File-Find-Rule-Perl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-File-Find-Rule-Perl.spec b/perl-File-Find-Rule-Perl.spec index fb3f409..cd0f29f 100644 --- a/perl-File-Find-Rule-Perl.spec +++ b/perl-File-Find-Rule-Perl.spec @@ -1,6 +1,6 @@ Name: perl-File-Find-Rule-Perl Version: 1.15 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Common rules for searching for Perl things License: GPL+ or Artistic Group: Development/Libraries @@ -47,6 +47,9 @@ make test %{_mandir}/man3/* %changelog +* Thu Feb 08 2018 Fedora Release Engineering - 1.15-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Thu Jul 27 2017 Fedora Release Engineering - 1.15-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild