From bdf1e98d9696a5642e53a6d5106fd7605b03e1f2 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Mon, 10 Mar 2008 15:03:47 +0000 Subject: [PATCH] Packages have been obsoleted by base perl 5.10.0. --- dead.package | 1 + perl-Module-CoreList.spec | 115 -------------------------------------- sources | 1 - 3 files changed, 1 insertion(+), 116 deletions(-) create mode 100644 dead.package delete mode 100644 perl-Module-CoreList.spec delete mode 100644 sources diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..be499dc --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Package obsoleted by the base perl package in 5.10.0. diff --git a/perl-Module-CoreList.spec b/perl-Module-CoreList.spec deleted file mode 100644 index fe47fec..0000000 --- a/perl-Module-CoreList.spec +++ /dev/null @@ -1,115 +0,0 @@ -Name: perl-Module-CoreList -Version: 2.13 -Release: 1%{?dist} -Summary: Perl core modules indexed by perl versions -License: GPL+ or Artistic -Group: Development/Libraries -URL: http://search.cpan.org/dist/Module-CoreList/ -Source0: http://www.cpan.org/authors/id/R/RG/RGARCIA/Module-CoreList-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildArch: noarch -BuildRequires: perl(version) -BuildRequires: perl(ExtUtils::MakeMaker) -BuildRequires: perl(Test::Pod) -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -Requires: perl(version) - -%description -Module::CoreList contains the hash of hashes %Module::CoreList::version, -that is keyed on perl version as indicated in $]. The second level hash is -module => version pairs. - -%prep -%setup -q -n Module-CoreList-%{version} -%{__perl} -pi -e 's{^#!/usr/local/perl5.6.1/bin/perl\b}{#!%{__perl}}' \ - identify-dependencies - -%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 -depth -type d -exec rmdir {} 2>/dev/null \; - -%{_fixperms} $RPM_BUILD_ROOT/* - -%check -make test - -%clean -rm -rf $RPM_BUILD_ROOT - -%files -%defattr(-,root,root,-) -%doc Changes README identify-dependencies -%{_bindir}/* -%{perl_vendorlib}/* -%{_mandir}/man1/* -%{_mandir}/man3/* - -%changelog -* Mon Jan 28 2008 Steven Pritchard 2.13-1 -- Update to 2.13. -- Use fixperms macro instead of our own chmod incantation. -- Reformat to match cpanspec output. -- BR ExtUtils::MakeMaker. - -* Tue Jan 15 2008 Tom "spot" Callaway - 2.11-2 -- license fix - -* Wed May 30 2007 Jose Pedro Oliveira - 2.11-1 -- Update to 2.11. - -* Thu Oct 5 2006 Jose Pedro Oliveira - 2.09-1 -- Update to 2.09. - -* Thu Sep 7 2006 Jose Pedro Oliveira - 2.08-1 -- Update to 2.08. - -* Wed Aug 9 2006 Jose Pedro Oliveira - 2.07-1 -- Update to 2.07. - -* Fri Aug 4 2006 Jose Pedro Oliveira - 2.06-1 -- Update to 2.06. - -* Tue Jun 6 2006 Jose Pedro Oliveira - 2.05-1 -- Update to 2.05. - -* Thu Mar 2 2006 Jose Pedro Oliveira - 2.04-2 -- Rebuild for FC5 (perl 5.8.8). - -* Thu Feb 2 2006 Jose Pedro Oliveira - 2.04-1 -- Update to 2.04. - -* Fri Jun 3 2005 Jose Pedro Oliveira - 2.02-1 -- Update to 2.02. - -* Sat May 14 2005 Jose Pedro Oliveira - 2.01-3 -- Add dist tag. - -* Sun Apr 24 2005 Jose Pedro Oliveira - 2.01-2 -- Update to 2.01. - -* Sun Apr 10 2005 Jose Pedro Oliveira - 2.00-2 -- Update to 2.00. - -* Fri Apr 7 2005 Michael Schwendt -- rebuilt - -* Tue Apr 05 2005 Jose Pedro Oliveira - 1.99-1 -- Update to 1.99. -- Module::CoreList is now a core module (perl >= 5.9.2). - -* Tue Jan 04 2005 Jose Pedro Oliveira - 0:1.98-2 -- BuildRequires: perl(Module::Build) (#2362). - -* Mon Jan 03 2005 Jose Pedro Oliveira - 0:1.98-0.fdr.1 -- Update to 1.98. - -* Thu Dec 23 2004 Jose Pedro Oliveira - 0:1.97-0.fdr.1 -- First build. diff --git a/sources b/sources deleted file mode 100644 index 1d0efd4..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -03638d8f941fd0f4b33c9827c084c5f3 Module-CoreList-2.13.tar.gz