From 17aac6118883979024daa8c62b2e9f3325613f72 Mon Sep 17 00:00:00 2001 From: Chris Weyl Date: Thu, 1 Mar 2007 19:49:05 +0000 Subject: [PATCH 01/15] tweak %check. --- perl-Test-Distribution.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/perl-Test-Distribution.spec b/perl-Test-Distribution.spec index 47fc499..5b6c924 100644 --- a/perl-Test-Distribution.spec +++ b/perl-Test-Distribution.spec @@ -1,6 +1,6 @@ Name: perl-Test-Distribution Version: 1.26 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Perform tests on all modules of a distribution License: GPL or Artistic Group: Development/Libraries @@ -49,7 +49,7 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %check # these will cause problems otherwise... -rm debug*list +rm -f debug*list ./Build test @@ -63,6 +63,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Thu Mar 01 2007 Chris Weyl 1.26-3 +- cause rm to not fail on non-existance of debug*list in check. + * Wed Dec 06 2006 Chris Weyl 1.26-2 - bump From 5b491bb43715a0e08be64e241f602969a1666965 Mon Sep 17 00:00:00 2001 From: Chris Weyl Date: Sun, 11 Mar 2007 06:36:31 +0000 Subject: [PATCH 02/15] - don't mess with debuginfo, just disable it. - appease Module::Signature/gpg --- perl-Test-Distribution.spec | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/perl-Test-Distribution.spec b/perl-Test-Distribution.spec index 5b6c924..289fa79 100644 --- a/perl-Test-Distribution.spec +++ b/perl-Test-Distribution.spec @@ -1,6 +1,9 @@ +# noarch, but to avoid debug*.list interfering with signature/manifest tests: +%define debug_package %{nil} + Name: perl-Test-Distribution Version: 1.26 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Perform tests on all modules of a distribution License: GPL or Artistic Group: Development/Libraries @@ -9,8 +12,8 @@ Source0: http://www.cpan.org/authors/id/S/SR/SRSHAH/Test-Distribution-%{v BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: perl(File::Find::Rule) >= 0.03 BuildRequires: perl(Module::Build) +BuildRequires: perl(File::Find::Rule) >= 0.03 BuildRequires: perl(Module::CoreList) >= 1.93 BuildRequires: perl(Module::Signature) BuildRequires: perl(Pod::Coverage) >= 0.17 @@ -47,11 +50,13 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* -%check -# these will cause problems otherwise... -rm -f debug*list -./Build test +%check +# appease Module::Signature +tmpdir=$(mktemp -d %{_tmppath}/%{name}-%{version}-%{release}.XXXXXX) +mkdir -m 700 $tmpdir/_gnupg +export GNUPGHOME=$tmpdir/_gnupg +./Build test && rm -rf $tmpdir %clean rm -rf %{buildroot} @@ -63,6 +68,10 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Sat Mar 10 2007 Chris Weyl 1.26-4 +- don't mess with debuginfo, just disable it. +- appease Module::Signature/gpg + * Thu Mar 01 2007 Chris Weyl 1.26-3 - cause rm to not fail on non-existance of debug*list in check. From 22cfc87a2a241df7c0b9614ed32041c71521ffb6 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Wed, 5 Mar 2008 22:10:11 +0000 Subject: [PATCH 03/15] new perl --- perl-Test-Distribution.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/perl-Test-Distribution.spec b/perl-Test-Distribution.spec index 289fa79..3dc17ca 100644 --- a/perl-Test-Distribution.spec +++ b/perl-Test-Distribution.spec @@ -3,9 +3,9 @@ Name: perl-Test-Distribution Version: 1.26 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Perform tests on all modules of a distribution -License: GPL or Artistic +License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Test-Distribution/ Source0: http://www.cpan.org/authors/id/S/SR/SRSHAH/Test-Distribution-%{version}.tar.gz @@ -68,6 +68,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Wed Mar 5 2008 Tom "spot" Callaway 1.26-5 +- rebuild for new perl + * Sat Mar 10 2007 Chris Weyl 1.26-4 - don't mess with debuginfo, just disable it. - appease Module::Signature/gpg From 4de88196ea1e12364dfba49526e30d34635ed7f0 Mon Sep 17 00:00:00 2001 From: Chris Weyl Date: Mon, 27 Oct 2008 00:07:00 +0000 Subject: [PATCH 04/15] - update to 2.00 --- .cvsignore | 2 +- perl-Test-Distribution.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index c07bffc..84290bc 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Test-Distribution-1.26.tar.gz +Test-Distribution-2.00.tar.gz diff --git a/perl-Test-Distribution.spec b/perl-Test-Distribution.spec index 3dc17ca..43847c3 100644 --- a/perl-Test-Distribution.spec +++ b/perl-Test-Distribution.spec @@ -2,8 +2,8 @@ %define debug_package %{nil} Name: perl-Test-Distribution -Version: 1.26 -Release: 5%{?dist} +Version: 2.00 +Release: 1%{?dist} Summary: Perform tests on all modules of a distribution License: GPL+ or Artistic Group: Development/Libraries @@ -68,6 +68,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Sun Oct 26 2008 Chris Weyl 2.00-1 +- update to 2.00 + * Wed Mar 5 2008 Tom "spot" Callaway 1.26-5 - rebuild for new perl diff --git a/sources b/sources index d8a3c6c..b5ada01 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -64dc13f51f60f6022bb8e628f1297957 Test-Distribution-1.26.tar.gz +7b7f905605f60a786f2ece2d76230fd1 Test-Distribution-2.00.tar.gz From 4ed79be165e9a79a747296c488af85f395b3f0fa Mon Sep 17 00:00:00 2001 From: Chris Weyl Date: Mon, 27 Oct 2008 00:34:16 +0000 Subject: [PATCH 05/15] - Changes -> Changes.pod in doc --- perl-Test-Distribution.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/perl-Test-Distribution.spec b/perl-Test-Distribution.spec index 43847c3..f5bdf2d 100644 --- a/perl-Test-Distribution.spec +++ b/perl-Test-Distribution.spec @@ -3,7 +3,7 @@ Name: perl-Test-Distribution Version: 2.00 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Perform tests on all modules of a distribution License: GPL+ or Artistic Group: Development/Libraries @@ -63,11 +63,14 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc Changes README +%doc Changes.pod README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Sun Oct 26 2008 Chris Weyl 2.00-2 +- Changes -> Changes.pod in doc + * Sun Oct 26 2008 Chris Weyl 2.00-1 - update to 2.00 From 0613a410c4d51e51540ad968e6db6e40c11cb16a Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Fri, 27 Feb 2009 02:24:05 +0000 Subject: [PATCH 06/15] - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild --- perl-Test-Distribution.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-Test-Distribution.spec b/perl-Test-Distribution.spec index f5bdf2d..6c988fc 100644 --- a/perl-Test-Distribution.spec +++ b/perl-Test-Distribution.spec @@ -3,7 +3,7 @@ Name: perl-Test-Distribution Version: 2.00 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Perform tests on all modules of a distribution License: GPL+ or Artistic Group: Development/Libraries @@ -68,6 +68,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Thu Feb 26 2009 Fedora Release Engineering - 2.00-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Sun Oct 26 2008 Chris Weyl 2.00-2 - Changes -> Changes.pod in doc From 5d25df2088a4f7fd0f5cd2329432a547f5c27b05 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Sun, 26 Jul 2009 16:48:47 +0000 Subject: [PATCH 07/15] - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild --- perl-Test-Distribution.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-Test-Distribution.spec b/perl-Test-Distribution.spec index 6c988fc..f3c93d1 100644 --- a/perl-Test-Distribution.spec +++ b/perl-Test-Distribution.spec @@ -3,7 +3,7 @@ Name: perl-Test-Distribution Version: 2.00 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Perform tests on all modules of a distribution License: GPL+ or Artistic Group: Development/Libraries @@ -68,6 +68,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Sun Jul 26 2009 Fedora Release Engineering - 2.00-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Thu Feb 26 2009 Fedora Release Engineering - 2.00-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild From 69ae078299b4ea215d903b648bfe5dfefb153964 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 25 Nov 2009 23:31:22 +0000 Subject: [PATCH 08/15] 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 13b949b..9553042 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # Makefile for source rpm: perl-Test-Distribution -# $Id$ +# $Id: Makefile,v 1.1 2006/12/07 02:35:43 cweyl Exp $ NAME := perl-Test-Distribution 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 4226dfef037dbfb8d8b5c09462212a342379b0e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20Kasal?= Date: Fri, 4 Dec 2009 02:07:55 +0000 Subject: [PATCH 09/15] - rebuild against perl 5.10.1 --- perl-Test-Distribution.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-Test-Distribution.spec b/perl-Test-Distribution.spec index f3c93d1..2568472 100644 --- a/perl-Test-Distribution.spec +++ b/perl-Test-Distribution.spec @@ -3,7 +3,7 @@ Name: perl-Test-Distribution Version: 2.00 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Perform tests on all modules of a distribution License: GPL+ or Artistic Group: Development/Libraries @@ -68,6 +68,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Fri Dec 4 2009 Stepan Kasal - 2.00-5 +- rebuild against perl 5.10.1 + * Sun Jul 26 2009 Fedora Release Engineering - 2.00-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From 5640328068585ec6e8f68e24089a6b678ea59d6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?= Date: Thu, 6 May 2010 20:13:47 +0000 Subject: [PATCH 10/15] - Mass rebuild with perl-5.12.0 --- perl-Test-Distribution.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-Test-Distribution.spec b/perl-Test-Distribution.spec index 2568472..154db31 100644 --- a/perl-Test-Distribution.spec +++ b/perl-Test-Distribution.spec @@ -3,7 +3,7 @@ Name: perl-Test-Distribution Version: 2.00 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Perform tests on all modules of a distribution License: GPL+ or Artistic Group: Development/Libraries @@ -68,6 +68,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Thu May 06 2010 Marcela Maslanova - 2.00-6 +- Mass rebuild with perl-5.12.0 + * Fri Dec 4 2009 Stepan Kasal - 2.00-5 - rebuild against perl 5.10.1 From 44d2f4aa2ce3cf4a0611ad48f57101304c92ebf1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 08:09:30 +0000 Subject: [PATCH 11/15] 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 9553042..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: perl-Test-Distribution -# $Id: Makefile,v 1.1 2006/12/07 02:35:43 cweyl Exp $ -NAME := perl-Test-Distribution -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 998b037f68505aeb44e835bb16c6d0d3be304b24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?= Date: Wed, 22 Dec 2010 18:31:18 +0100 Subject: [PATCH 12/15] - 661697 rebuild for fixing problems with vendorach/lib --- perl-Test-Distribution.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-Test-Distribution.spec b/perl-Test-Distribution.spec index 154db31..a2c7fbf 100644 --- a/perl-Test-Distribution.spec +++ b/perl-Test-Distribution.spec @@ -3,7 +3,7 @@ Name: perl-Test-Distribution Version: 2.00 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Perform tests on all modules of a distribution License: GPL+ or Artistic Group: Development/Libraries @@ -68,6 +68,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Wed Dec 22 2010 Marcela Maslanova - 2.00-7 +- 661697 rebuild for fixing problems with vendorach/lib + * Thu May 06 2010 Marcela Maslanova - 2.00-6 - Mass rebuild with perl-5.12.0 From a5cc0d46f576539c00b6db5b8bb957c1791c60ec Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 9 Feb 2011 01:54:29 -0600 Subject: [PATCH 13/15] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- perl-Test-Distribution.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-Test-Distribution.spec b/perl-Test-Distribution.spec index a2c7fbf..c3a783b 100644 --- a/perl-Test-Distribution.spec +++ b/perl-Test-Distribution.spec @@ -3,7 +3,7 @@ Name: perl-Test-Distribution Version: 2.00 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Perform tests on all modules of a distribution License: GPL+ or Artistic Group: Development/Libraries @@ -68,6 +68,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Wed Feb 09 2011 Fedora Release Engineering - 2.00-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Wed Dec 22 2010 Marcela Maslanova - 2.00-7 - 661697 rebuild for fixing problems with vendorach/lib From 467a07aed079481ce42c555febf9fdf22b409518 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?= Date: Fri, 24 Jun 2011 11:47:30 +0200 Subject: [PATCH 14/15] Perl mass rebuild --- perl-Test-Distribution.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-Test-Distribution.spec b/perl-Test-Distribution.spec index c3a783b..ae68d9a 100644 --- a/perl-Test-Distribution.spec +++ b/perl-Test-Distribution.spec @@ -3,7 +3,7 @@ Name: perl-Test-Distribution Version: 2.00 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Perform tests on all modules of a distribution License: GPL+ or Artistic Group: Development/Libraries @@ -68,6 +68,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Fri Jun 24 2011 Marcela Mašláňová - 2.00-9 +- Perl mass rebuild + * Wed Feb 09 2011 Fedora Release Engineering - 2.00-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild From c5270971de050250c593c9ed0769561299508020 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 13 Jan 2012 13:50:44 -0600 Subject: [PATCH 15/15] - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild --- perl-Test-Distribution.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-Test-Distribution.spec b/perl-Test-Distribution.spec index ae68d9a..edf40e7 100644 --- a/perl-Test-Distribution.spec +++ b/perl-Test-Distribution.spec @@ -3,7 +3,7 @@ Name: perl-Test-Distribution Version: 2.00 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Perform tests on all modules of a distribution License: GPL+ or Artistic Group: Development/Libraries @@ -68,6 +68,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Fri Jan 13 2012 Fedora Release Engineering - 2.00-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + * Fri Jun 24 2011 Marcela Mašláňová - 2.00-9 - Perl mass rebuild