From e17f6cb107b7454fa6a67098919e5d8a88557771 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 25 Nov 2009 23:31:20 +0000 Subject: [PATCH 1/9] 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 b0a2f11..b932358 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # Makefile for source rpm: perl-Sub-Name -# $Id$ +# $Id: Makefile,v 1.1 2006/09/06 14:52:16 cweyl Exp $ NAME := perl-Sub-Name 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 67f9ada9c9f3ffb6ff4908912d6d9d1c0c3207b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20Kasal?= Date: Mon, 7 Dec 2009 01:59:11 +0000 Subject: [PATCH 2/9] - rebuild against perl 5.10.1 --- perl-Sub-Name.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-Sub-Name.spec b/perl-Sub-Name.spec index e6c8602..9efe434 100644 --- a/perl-Sub-Name.spec +++ b/perl-Sub-Name.spec @@ -1,6 +1,6 @@ Name: perl-Sub-Name Version: 0.04 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Name -- or rename -- a sub License: GPL+ or Artistic Group: Development/Libraries @@ -53,6 +53,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Mon Dec 7 2009 Stepan Kasal - 0.04-5 +- rebuild against perl 5.10.1 + * Thu Aug 27 2009 Chris Weyl - 0.04-4 - Filtering errant private provides From 862c79c51bdbb6c04b916d86c7770ecb61b90352 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 15:07:19 +0000 Subject: [PATCH 3/9] - Mass rebuild with perl-5.12.0 --- perl-Sub-Name.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-Sub-Name.spec b/perl-Sub-Name.spec index 9efe434..da8268a 100644 --- a/perl-Sub-Name.spec +++ b/perl-Sub-Name.spec @@ -1,6 +1,6 @@ Name: perl-Sub-Name Version: 0.04 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Name -- or rename -- a sub License: GPL+ or Artistic Group: Development/Libraries @@ -53,6 +53,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Thu May 06 2010 Marcela Maslanova - 0.04-6 +- Mass rebuild with perl-5.12.0 + * Mon Dec 7 2009 Stepan Kasal - 0.04-5 - rebuild against perl 5.10.1 From dcdbaf185f1374a7f0b5dbde9f211b24be24ac38 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 08:00:48 +0000 Subject: [PATCH 4/9] 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 b932358..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: perl-Sub-Name -# $Id: Makefile,v 1.1 2006/09/06 14:52:16 cweyl Exp $ -NAME := perl-Sub-Name -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 bdbf91589df1ef5a84fea9042026f39105a1baf8 Mon Sep 17 00:00:00 2001 From: Iain Arnell Date: Sat, 18 Dec 2010 09:22:55 +0100 Subject: [PATCH 5/9] update to 0.05 --- .gitignore | 1 + perl-Sub-Name.spec | 23 ++++++++++++++--------- sources | 2 +- 3 files changed, 16 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index d2207b0..acd0c90 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ Sub-Name-0.04.tar.gz +/Sub-Name-0.05.tar.gz diff --git a/perl-Sub-Name.spec b/perl-Sub-Name.spec index da8268a..0746353 100644 --- a/perl-Sub-Name.spec +++ b/perl-Sub-Name.spec @@ -1,15 +1,19 @@ Name: perl-Sub-Name -Version: 0.04 -Release: 6%{?dist} +Version: 0.05 +Release: 1%{?dist} Summary: Name -- or rename -- a sub License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Sub-Name/ -Source0: http://www.cpan.org/authors/id/X/XM/XMATH/Sub-Name-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Source0: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Sub-Name-%{version}.tar.gz Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(Test::More) + +# use base +Requires: perl(Exporter) +Requires: perl(DynaLoader) %{?perl_default_filter} @@ -29,8 +33,6 @@ by the new name (w/o some deep magic). make %{?_smp_mflags} %install -rm -rf %{buildroot} - make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} + @@ -42,9 +44,6 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %check make test -%clean -rm -rf %{buildroot} - %files %defattr(-,root,root,-) %doc Changes README @@ -53,6 +52,12 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Sat Dec 18 2010 Iain Arnell 0.05-1 +- update to latest upstream version +- clean up spec for modern rpmbuild +- BR perl(Test::More) +- Requires perl(DynaLoader) and perl(Exporter) + * Thu May 06 2010 Marcela Maslanova - 0.04-6 - Mass rebuild with perl-5.12.0 diff --git a/sources b/sources index 0feeb3d..0b0c0c1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bde2bacba0c701f249135ada3c6cf699 Sub-Name-0.04.tar.gz +26077202597620e4a6068c8087f3e09f Sub-Name-0.05.tar.gz From e83b43ad580e4f7b8523515770aa125da61cb146 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 12:53:48 +0100 Subject: [PATCH 6/9] - 661697 rebuild for fixing problems with vendorach/lib --- perl-Sub-Name.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-Sub-Name.spec b/perl-Sub-Name.spec index 0746353..3e38633 100644 --- a/perl-Sub-Name.spec +++ b/perl-Sub-Name.spec @@ -1,6 +1,6 @@ Name: perl-Sub-Name Version: 0.05 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Name -- or rename -- a sub License: GPL+ or Artistic Group: Development/Libraries @@ -52,6 +52,9 @@ make test %{_mandir}/man3/* %changelog +* Wed Dec 22 2010 Marcela Maslanova - 0.05-2 +- 661697 rebuild for fixing problems with vendorach/lib + * Sat Dec 18 2010 Iain Arnell 0.05-1 - update to latest upstream version - clean up spec for modern rpmbuild From f5d30e857a5306f99972e5d4a5b1cb0ac1a3e608 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 9 Feb 2011 01:04:01 -0600 Subject: [PATCH 7/9] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- perl-Sub-Name.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-Sub-Name.spec b/perl-Sub-Name.spec index 3e38633..25b6b9b 100644 --- a/perl-Sub-Name.spec +++ b/perl-Sub-Name.spec @@ -1,6 +1,6 @@ Name: perl-Sub-Name Version: 0.05 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Name -- or rename -- a sub License: GPL+ or Artistic Group: Development/Libraries @@ -52,6 +52,9 @@ make test %{_mandir}/man3/* %changelog +* Wed Feb 09 2011 Fedora Release Engineering - 0.05-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Wed Dec 22 2010 Marcela Maslanova - 0.05-2 - 661697 rebuild for fixing problems with vendorach/lib From 92ffb2c0b97fbb0271a6b282f5610fc6c7e46526 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?= Date: Fri, 17 Jun 2011 18:10:26 +0200 Subject: [PATCH 8/9] Perl mass rebuild --- perl-Sub-Name.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-Sub-Name.spec b/perl-Sub-Name.spec index 25b6b9b..29b2746 100644 --- a/perl-Sub-Name.spec +++ b/perl-Sub-Name.spec @@ -1,6 +1,6 @@ Name: perl-Sub-Name Version: 0.05 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Name -- or rename -- a sub License: GPL+ or Artistic Group: Development/Libraries @@ -52,6 +52,9 @@ make test %{_mandir}/man3/* %changelog +* Fri Jun 17 2011 Marcela Mašláňová - 0.05-4 +- Perl mass rebuild + * Wed Feb 09 2011 Fedora Release Engineering - 0.05-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild From 1d2c5d47082487df736bf78cf22396c14d89f6f5 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 13 Jan 2012 13:36:58 -0600 Subject: [PATCH 9/9] - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild --- perl-Sub-Name.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-Sub-Name.spec b/perl-Sub-Name.spec index 29b2746..aa08b68 100644 --- a/perl-Sub-Name.spec +++ b/perl-Sub-Name.spec @@ -1,6 +1,6 @@ Name: perl-Sub-Name Version: 0.05 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Name -- or rename -- a sub License: GPL+ or Artistic Group: Development/Libraries @@ -52,6 +52,9 @@ make test %{_mandir}/man3/* %changelog +* Fri Jan 13 2012 Fedora Release Engineering - 0.05-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + * Fri Jun 17 2011 Marcela Mašláňová - 0.05-4 - Perl mass rebuild