From cd81510385e7283123ee246054144cfeed763d60 Mon Sep 17 00:00:00 2001 From: Chris Weyl Date: Sat, 9 Dec 2006 20:21:37 +0000 Subject: [PATCH 01/17] update to 0.972 --- .cvsignore | 2 +- perl-Sub-Exporter.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index f6b180c..f99c170 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Sub-Exporter-0.970.tar.gz +Sub-Exporter-0.972.tar.gz diff --git a/perl-Sub-Exporter.spec b/perl-Sub-Exporter.spec index 4486221..6c0fe4b 100644 --- a/perl-Sub-Exporter.spec +++ b/perl-Sub-Exporter.spec @@ -1,6 +1,6 @@ Name: perl-Sub-Exporter -Version: 0.970 -Release: 2%{?dist} +Version: 0.972 +Release: 1%{?dist} Summary: Sophisticated exporter for custom-built routines License: GPL or Artistic Group: Development/Libraries @@ -55,6 +55,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Sat Dec 09 2006 Chris Weyl 0.972-1 +- update to 0.972 + * Thu Sep 07 2006 Chris Weyl 0.970-2 - bump diff --git a/sources b/sources index c9f0f89..b1e5dac 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -10eaa77a13de4c23640cdd1aaf0f2412 Sub-Exporter-0.970.tar.gz +a56e829068eab18112df68260d335932 Sub-Exporter-0.972.tar.gz From 219f28b7dd6ed3dccdc436f5388e9b6c83b04cd4 Mon Sep 17 00:00:00 2001 From: Chris Weyl Date: Fri, 1 Jun 2007 21:19:47 +0000 Subject: [PATCH 02/17] - update to 0.974 --- .cvsignore | 2 +- perl-Sub-Exporter.spec | 17 ++++++++++++----- sources | 2 +- 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/.cvsignore b/.cvsignore index f99c170..c8311c2 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Sub-Exporter-0.972.tar.gz +Sub-Exporter-0.974.tar.gz diff --git a/perl-Sub-Exporter.spec b/perl-Sub-Exporter.spec index 6c0fe4b..ddf6f2d 100644 --- a/perl-Sub-Exporter.spec +++ b/perl-Sub-Exporter.spec @@ -1,5 +1,5 @@ Name: perl-Sub-Exporter -Version: 0.972 +Version: 0.974 Release: 1%{?dist} Summary: Sophisticated exporter for custom-built routines License: GPL or Artistic @@ -8,7 +8,10 @@ URL: http://search.cpan.org/dist/Sub-Exporter/ Source0: http://www.cpan.org/authors/id/R/RJ/RJBS/Sub-Exporter-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(Test::More) BuildRequires: perl(Data::OptList) >= 0.1 BuildRequires: perl(Params::Util) >= 0.14 BuildRequires: perl(Sub::Install) >= 0.92 @@ -16,7 +19,6 @@ BuildRequires: perl(Sub::Install) >= 0.92 BuildRequires: perl(Test::Pod::Coverage), perl(Test::Pod) BuildRequires: perl(Package::Generator) -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Sub::Exporter provides a sophisticated alternative to Exporter.pm. It allows @@ -28,6 +30,8 @@ Sub::Exporter::Tutorial first! %prep %setup -q -n Sub-Exporter-%{version} +find t/ -type f -exec perl -pi -e 's|^#!perl|#!/usr/bin/perl|' {} + + %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} @@ -37,8 +41,8 @@ rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} -find %{buildroot} -type f -name .packlist -exec rm -f {} \; -find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; +find %{buildroot} -type f -name .packlist -exec rm -f {} + +find %{buildroot} -depth -type d -exec rmdir --ignore-fail-on-non-empty {} + %{_fixperms} %{buildroot}/* @@ -50,11 +54,14 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc Changes README +%doc Changes README t/ %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Fri Jun 01 2007 Chris Weyl 0.974-1 +- update to 0.974 + * Sat Dec 09 2006 Chris Weyl 0.972-1 - update to 0.972 diff --git a/sources b/sources index b1e5dac..bb4880b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a56e829068eab18112df68260d335932 Sub-Exporter-0.972.tar.gz +916be83adf51eb8a0412f98e72605c88 Sub-Exporter-0.974.tar.gz From e1d7b2fd07c87b8caf5996be71c84ff374b734cf Mon Sep 17 00:00:00 2001 From: Chris Weyl Date: Fri, 10 Aug 2007 00:54:38 +0000 Subject: [PATCH 03/17] - update to 0.975 --- .cvsignore | 2 +- perl-Sub-Exporter.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index c8311c2..4ec65ff 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Sub-Exporter-0.974.tar.gz +Sub-Exporter-0.975.tar.gz diff --git a/perl-Sub-Exporter.spec b/perl-Sub-Exporter.spec index ddf6f2d..727ee66 100644 --- a/perl-Sub-Exporter.spec +++ b/perl-Sub-Exporter.spec @@ -1,5 +1,5 @@ Name: perl-Sub-Exporter -Version: 0.974 +Version: 0.975 Release: 1%{?dist} Summary: Sophisticated exporter for custom-built routines License: GPL or Artistic @@ -59,6 +59,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Thu Aug 09 2007 Chris Weyl 0.975-1 +- update to 0.975 + * Fri Jun 01 2007 Chris Weyl 0.974-1 - update to 0.974 diff --git a/sources b/sources index bb4880b..74dba26 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -916be83adf51eb8a0412f98e72605c88 Sub-Exporter-0.974.tar.gz +5a4deeea702fa184117624c84dbd960c Sub-Exporter-0.975.tar.gz From 8fa8924acee24828fc823905e7f7e7e5035a2e31 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Fri, 25 Jan 2008 00:42:05 +0000 Subject: [PATCH 04/17] Update to 0.978, fix license tag, rebuild for new perl --- .cvsignore | 2 +- perl-Sub-Exporter.spec | 9 +++++++-- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 4ec65ff..74aba81 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Sub-Exporter-0.975.tar.gz +Sub-Exporter-0.978.tar.gz diff --git a/perl-Sub-Exporter.spec b/perl-Sub-Exporter.spec index 727ee66..548d27d 100644 --- a/perl-Sub-Exporter.spec +++ b/perl-Sub-Exporter.spec @@ -1,8 +1,8 @@ Name: perl-Sub-Exporter -Version: 0.975 +Version: 0.978 Release: 1%{?dist} Summary: Sophisticated exporter for custom-built routines -License: GPL or Artistic +License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Sub-Exporter/ Source0: http://www.cpan.org/authors/id/R/RJ/RJBS/Sub-Exporter-%{version}.tar.gz @@ -59,6 +59,11 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Thu Jan 24 2008 Tom "spot" Callaway 0.978-1 +- update to 0.978 +- fix license tag +- rebuild for new perl + * Thu Aug 09 2007 Chris Weyl 0.975-1 - update to 0.975 diff --git a/sources b/sources index 74dba26..69297b9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5a4deeea702fa184117624c84dbd960c Sub-Exporter-0.975.tar.gz +70916cbe086996a5eed99871c7fbb99e Sub-Exporter-0.978.tar.gz From 2f6d73728065800ab61badb307adb5bdbe5a44f6 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Thu, 28 Feb 2008 13:12:55 +0000 Subject: [PATCH 05/17] perl rebuild, third small chain --- perl-Sub-Exporter.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-Sub-Exporter.spec b/perl-Sub-Exporter.spec index 548d27d..2798e40 100644 --- a/perl-Sub-Exporter.spec +++ b/perl-Sub-Exporter.spec @@ -1,6 +1,6 @@ Name: perl-Sub-Exporter Version: 0.978 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Sophisticated exporter for custom-built routines License: GPL+ or Artistic Group: Development/Libraries @@ -59,6 +59,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Wed Feb 27 2008 Tom "spot" Callaway - 0.978-2 +- Rebuild for perl 5.10 (again) + * Thu Jan 24 2008 Tom "spot" Callaway 0.978-1 - update to 0.978 - fix license tag From c3c599442a8a9207d3f780e3403eea698851d09c Mon Sep 17 00:00:00 2001 From: Chris Weyl Date: Tue, 1 Jul 2008 04:04:09 +0000 Subject: [PATCH 06/17] - update to 0.979 - drop BR's on: perl(Test::Pod::Coverage), perl(Test::Pod) --- .cvsignore | 2 +- perl-Sub-Exporter.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index 74aba81..a1f190c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Sub-Exporter-0.978.tar.gz +Sub-Exporter-0.979.tar.gz diff --git a/perl-Sub-Exporter.spec b/perl-Sub-Exporter.spec index 2798e40..934af2b 100644 --- a/perl-Sub-Exporter.spec +++ b/perl-Sub-Exporter.spec @@ -1,6 +1,6 @@ Name: perl-Sub-Exporter -Version: 0.978 -Release: 2%{?dist} +Version: 0.979 +Release: 1%{?dist} Summary: Sophisticated exporter for custom-built routines License: GPL+ or Artistic Group: Development/Libraries @@ -16,7 +16,6 @@ BuildRequires: perl(Data::OptList) >= 0.1 BuildRequires: perl(Params::Util) >= 0.14 BuildRequires: perl(Sub::Install) >= 0.92 # testing... -BuildRequires: perl(Test::Pod::Coverage), perl(Test::Pod) BuildRequires: perl(Package::Generator) @@ -59,6 +58,10 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Mon Jun 30 2008 Chris Weyl 0.979-1 +- update to 0.979 +- drop BR's on: perl(Test::Pod::Coverage), perl(Test::Pod) + * Wed Feb 27 2008 Tom "spot" Callaway - 0.978-2 - Rebuild for perl 5.10 (again) diff --git a/sources b/sources index 69297b9..4f36370 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -70916cbe086996a5eed99871c7fbb99e Sub-Exporter-0.978.tar.gz +a064aa08503c69420527133d22ce12c9 Sub-Exporter-0.979.tar.gz From 691cdf32c8a42e2d7fde80212318928d575cffdc Mon Sep 17 00:00:00 2001 From: Chris Weyl Date: Thu, 23 Oct 2008 19:27:49 +0000 Subject: [PATCH 07/17] - update to 0.980 --- .cvsignore | 2 +- perl-Sub-Exporter.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index a1f190c..3b75408 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Sub-Exporter-0.979.tar.gz +Sub-Exporter-0.980.tar.gz diff --git a/perl-Sub-Exporter.spec b/perl-Sub-Exporter.spec index 934af2b..f6ec0f0 100644 --- a/perl-Sub-Exporter.spec +++ b/perl-Sub-Exporter.spec @@ -1,5 +1,5 @@ Name: perl-Sub-Exporter -Version: 0.979 +Version: 0.980 Release: 1%{?dist} Summary: Sophisticated exporter for custom-built routines License: GPL+ or Artistic @@ -58,6 +58,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Thu Oct 23 2008 Chris Weyl 0.980-1 +- update to 0.980 + * Mon Jun 30 2008 Chris Weyl 0.979-1 - update to 0.979 - drop BR's on: perl(Test::Pod::Coverage), perl(Test::Pod) diff --git a/sources b/sources index 4f36370..9b2af1c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a064aa08503c69420527133d22ce12c9 Sub-Exporter-0.979.tar.gz +bd3323a6157ca722408597adadb3c5a3 Sub-Exporter-0.980.tar.gz From 53437a9553229b440d6667090290081e08cf2a81 Mon Sep 17 00:00:00 2001 From: Chris Weyl Date: Mon, 27 Oct 2008 00:05:06 +0000 Subject: [PATCH 08/17] - update to 0.981 --- .cvsignore | 2 +- perl-Sub-Exporter.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 3b75408..f1a3d35 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Sub-Exporter-0.980.tar.gz +Sub-Exporter-0.981.tar.gz diff --git a/perl-Sub-Exporter.spec b/perl-Sub-Exporter.spec index f6ec0f0..6890293 100644 --- a/perl-Sub-Exporter.spec +++ b/perl-Sub-Exporter.spec @@ -1,5 +1,5 @@ Name: perl-Sub-Exporter -Version: 0.980 +Version: 0.981 Release: 1%{?dist} Summary: Sophisticated exporter for custom-built routines License: GPL+ or Artistic @@ -58,6 +58,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Sun Oct 26 2008 Chris Weyl 0.981-1 +- update to 0.981 + * Thu Oct 23 2008 Chris Weyl 0.980-1 - update to 0.980 diff --git a/sources b/sources index 9b2af1c..5079217 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bd3323a6157ca722408597adadb3c5a3 Sub-Exporter-0.980.tar.gz +0b88256b6cdf020e25a1887ea423df08 Sub-Exporter-0.981.tar.gz From cb19f6ce5ca302f21af1add70973680e5a2c1d3c Mon Sep 17 00:00:00 2001 From: Chris Weyl Date: Wed, 11 Feb 2009 16:33:56 +0000 Subject: [PATCH 09/17] - update to 0.982 --- .cvsignore | 2 +- perl-Sub-Exporter.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index f1a3d35..e3e0101 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Sub-Exporter-0.981.tar.gz +Sub-Exporter-0.982.tar.gz diff --git a/perl-Sub-Exporter.spec b/perl-Sub-Exporter.spec index 6890293..0ae8498 100644 --- a/perl-Sub-Exporter.spec +++ b/perl-Sub-Exporter.spec @@ -1,5 +1,5 @@ Name: perl-Sub-Exporter -Version: 0.981 +Version: 0.982 Release: 1%{?dist} Summary: Sophisticated exporter for custom-built routines License: GPL+ or Artistic @@ -58,6 +58,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Wed Feb 11 2009 Chris Weyl 0.982-1 +- update to 0.982 + * Sun Oct 26 2008 Chris Weyl 0.981-1 - update to 0.981 diff --git a/sources b/sources index 5079217..b6f3b39 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0b88256b6cdf020e25a1887ea423df08 Sub-Exporter-0.981.tar.gz +db90a0d73a5ca2d185dd6c6d2fc848f0 Sub-Exporter-0.982.tar.gz From e4eed4f53250874a57cdebb6b9ea8df67d848dc1 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Fri, 27 Feb 2009 01:47:34 +0000 Subject: [PATCH 10/17] - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild --- perl-Sub-Exporter.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-Sub-Exporter.spec b/perl-Sub-Exporter.spec index 0ae8498..7e770f9 100644 --- a/perl-Sub-Exporter.spec +++ b/perl-Sub-Exporter.spec @@ -1,6 +1,6 @@ Name: perl-Sub-Exporter Version: 0.982 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Sophisticated exporter for custom-built routines License: GPL+ or Artistic Group: Development/Libraries @@ -58,6 +58,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Thu Feb 26 2009 Fedora Release Engineering - 0.982-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Wed Feb 11 2009 Chris Weyl 0.982-1 - update to 0.982 From 0e1e6111f1100ba5f7493d7af040b33dd1c6c8f4 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Sun, 26 Jul 2009 16:35:15 +0000 Subject: [PATCH 11/17] - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild --- perl-Sub-Exporter.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-Sub-Exporter.spec b/perl-Sub-Exporter.spec index 7e770f9..b08d420 100644 --- a/perl-Sub-Exporter.spec +++ b/perl-Sub-Exporter.spec @@ -1,6 +1,6 @@ Name: perl-Sub-Exporter Version: 0.982 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Sophisticated exporter for custom-built routines License: GPL+ or Artistic Group: Development/Libraries @@ -58,6 +58,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Sun Jul 26 2009 Fedora Release Engineering - 0.982-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Thu Feb 26 2009 Fedora Release Engineering - 0.982-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild From be7b2f0b255ccac0dde5507eba9df0bf84f71b89 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 25 Nov 2009 23:31:20 +0000 Subject: [PATCH 12/17] 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 4e81e33..fdb2291 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # Makefile for source rpm: perl-Sub-Exporter -# $Id$ +# $Id: Makefile,v 1.1 2006/09/07 23:17:10 cweyl Exp $ NAME := perl-Sub-Exporter 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 46466163da258b4c7cdc8cf856fb0df9ee72315e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20Kasal?= Date: Mon, 7 Dec 2009 02:11:33 +0000 Subject: [PATCH 13/17] - rebuild against perl 5.10.1 --- perl-Sub-Exporter.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-Sub-Exporter.spec b/perl-Sub-Exporter.spec index b08d420..1c5c94d 100644 --- a/perl-Sub-Exporter.spec +++ b/perl-Sub-Exporter.spec @@ -1,6 +1,6 @@ Name: perl-Sub-Exporter Version: 0.982 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Sophisticated exporter for custom-built routines License: GPL+ or Artistic Group: Development/Libraries @@ -58,6 +58,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Mon Dec 7 2009 Stepan Kasal - 0.982-4 +- rebuild against perl 5.10.1 + * Sun Jul 26 2009 Fedora Release Engineering - 0.982-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From dcb81a0c2fb0f0922449ce13bb799afeb900c4f8 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 14:51:19 +0000 Subject: [PATCH 14/17] - Mass rebuild with perl-5.12.0 --- perl-Sub-Exporter.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-Sub-Exporter.spec b/perl-Sub-Exporter.spec index 1c5c94d..e002046 100644 --- a/perl-Sub-Exporter.spec +++ b/perl-Sub-Exporter.spec @@ -1,6 +1,6 @@ Name: perl-Sub-Exporter Version: 0.982 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Sophisticated exporter for custom-built routines License: GPL+ or Artistic Group: Development/Libraries @@ -58,6 +58,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Thu May 06 2010 Marcela Maslanova - 0.982-5 +- Mass rebuild with perl-5.12.0 + * Mon Dec 7 2009 Stepan Kasal - 0.982-4 - rebuild against perl 5.10.1 From 38cb1640744135f9991031315f5eb8bf99ad2159 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 07:59:56 +0000 Subject: [PATCH 15/17] 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 fdb2291..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: perl-Sub-Exporter -# $Id: Makefile,v 1.1 2006/09/07 23:17:10 cweyl Exp $ -NAME := perl-Sub-Exporter -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 68f189ed2a1aec563f411d2b5da6f62334e761f2 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:37:31 +0100 Subject: [PATCH 16/17] - 661697 rebuild for fixing problems with vendorach/lib --- perl-Sub-Exporter.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-Sub-Exporter.spec b/perl-Sub-Exporter.spec index e002046..755f03f 100644 --- a/perl-Sub-Exporter.spec +++ b/perl-Sub-Exporter.spec @@ -1,6 +1,6 @@ Name: perl-Sub-Exporter Version: 0.982 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Sophisticated exporter for custom-built routines License: GPL+ or Artistic Group: Development/Libraries @@ -58,6 +58,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Wed Dec 22 2010 Marcela Maslanova - 0.982-6 +- 661697 rebuild for fixing problems with vendorach/lib + * Thu May 06 2010 Marcela Maslanova - 0.982-5 - Mass rebuild with perl-5.12.0 From 176c4a10a0e834efb9741e6c8339b534949b4665 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Mon, 31 Jan 2011 09:30:19 +0000 Subject: [PATCH 17/17] Revert to EL-5 version --- .gitignore | 2 +- perl-Sub-Exporter.spec | 47 ++++++------------------------------------ sources | 2 +- 3 files changed, 8 insertions(+), 43 deletions(-) diff --git a/.gitignore b/.gitignore index e3e0101..4aa91af 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -Sub-Exporter-0.982.tar.gz +/Sub-Exporter-0.975.tar.gz diff --git a/perl-Sub-Exporter.spec b/perl-Sub-Exporter.spec index 755f03f..4ea9744 100644 --- a/perl-Sub-Exporter.spec +++ b/perl-Sub-Exporter.spec @@ -1,6 +1,6 @@ Name: perl-Sub-Exporter -Version: 0.982 -Release: 6%{?dist} +Version: 0.975 +Release: 1%{?dist} Summary: Sophisticated exporter for custom-built routines License: GPL+ or Artistic Group: Development/Libraries @@ -16,6 +16,7 @@ BuildRequires: perl(Data::OptList) >= 0.1 BuildRequires: perl(Params::Util) >= 0.14 BuildRequires: perl(Sub::Install) >= 0.92 # testing... +BuildRequires: perl(Test::Pod::Coverage), perl(Test::Pod) BuildRequires: perl(Package::Generator) @@ -29,7 +30,7 @@ Sub::Exporter::Tutorial first! %prep %setup -q -n Sub-Exporter-%{version} -find t/ -type f -exec perl -pi -e 's|^#!perl|#!/usr/bin/perl|' {} + +find t/ -type f -exec perl -pi -e 's|^#!perl|#!/usr/bin/perl|' {} \; %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -40,8 +41,8 @@ rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} -find %{buildroot} -type f -name .packlist -exec rm -f {} + -find %{buildroot} -depth -type d -exec rmdir --ignore-fail-on-non-empty {} + +find %{buildroot} -type f -name .packlist -exec rm -f {} \; +find %{buildroot} -depth -type d -exec /bin/rmdir {} \; 2>/dev/null %{_fixperms} %{buildroot}/* @@ -58,42 +59,6 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog -* Wed Dec 22 2010 Marcela Maslanova - 0.982-6 -- 661697 rebuild for fixing problems with vendorach/lib - -* Thu May 06 2010 Marcela Maslanova - 0.982-5 -- Mass rebuild with perl-5.12.0 - -* Mon Dec 7 2009 Stepan Kasal - 0.982-4 -- rebuild against perl 5.10.1 - -* Sun Jul 26 2009 Fedora Release Engineering - 0.982-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Thu Feb 26 2009 Fedora Release Engineering - 0.982-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Wed Feb 11 2009 Chris Weyl 0.982-1 -- update to 0.982 - -* Sun Oct 26 2008 Chris Weyl 0.981-1 -- update to 0.981 - -* Thu Oct 23 2008 Chris Weyl 0.980-1 -- update to 0.980 - -* Mon Jun 30 2008 Chris Weyl 0.979-1 -- update to 0.979 -- drop BR's on: perl(Test::Pod::Coverage), perl(Test::Pod) - -* Wed Feb 27 2008 Tom "spot" Callaway - 0.978-2 -- Rebuild for perl 5.10 (again) - -* Thu Jan 24 2008 Tom "spot" Callaway 0.978-1 -- update to 0.978 -- fix license tag -- rebuild for new perl - * Thu Aug 09 2007 Chris Weyl 0.975-1 - update to 0.975 diff --git a/sources b/sources index b6f3b39..74dba26 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -db90a0d73a5ca2d185dd6c6d2fc848f0 Sub-Exporter-0.982.tar.gz +5a4deeea702fa184117624c84dbd960c Sub-Exporter-0.975.tar.gz