summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Callaway <spot@fedoraproject.org>2008-03-10 15:04:25 +0000
committerTom Callaway <spot@fedoraproject.org>2008-03-10 15:04:25 +0000
commitcc16ca13d3944eec93b8471a1eed7e8e67cf0eaf (patch)
tree16bca5765a1f643b073d1a4896e58524e4c4d46b
parent356183b055f3704813923e254dfd3edc2c16f46e (diff)
downloadperl-Module-Pluggable-F-9-split.tar.gz
perl-Module-Pluggable-F-9-split.tar.xz
perl-Module-Pluggable-F-9-split.zip
Packages have been obsoleted by base perl 5.10.0.F-9-startF-9-split
-rw-r--r--dead.package1
-rw-r--r--perl-Module-Pluggable.spec85
-rw-r--r--sources1
3 files changed, 1 insertions, 86 deletions
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-Pluggable.spec b/perl-Module-Pluggable.spec
deleted file mode 100644
index 54b7ef2..0000000
--- a/perl-Module-Pluggable.spec
+++ /dev/null
@@ -1,85 +0,0 @@
-%define module_version 3.6
-
-Name: perl-Module-Pluggable
-Version: 3.60
-Release: 4%{?dist}
-Summary: Automatically give your module the ability to have plugins
-License: GPL+ or Artistic
-Group: Development/Libraries
-URL: http://search.cpan.org/dist/Module-Pluggable/
-Source0: http://www.cpan.org/authors/id/S/SI/SIMONW/Module-Pluggable-%{module_version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildArch: noarch
-BuildRequires: perl(Module::Build)
-BuildRequires: perl(Class::Inspector)
-BuildRequires: perl(Test::More)
-Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-
-%description
-Provides a simple but, hopefully, extensible way of having 'plugins' for
-your module.
-
-%prep
-%setup -q -n Module-Pluggable-%{module_version}
-find -type f -exec chmod -x {} \;
-
-%build
-%{__perl} Build.PL installdirs=vendor
-./Build
-
-%install
-rm -rf $RPM_BUILD_ROOT
-
-./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
-
-%{_fixperms} $RPM_BUILD_ROOT/*
-
-%check
-./Build test
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%files
-%defattr(-,root,root,-)
-%doc Changes README
-%{perl_vendorlib}/*
-%{_mandir}/man3/*
-
-%changelog
-* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 3.60-4
-- Rebuild for perl 5.10 (again)
-
-* Sun Jan 13 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 3.60-3
-- rebuild for new perl
-
-* Sat Dec 29 2007 Ralf Corsepius <rc040203@freenet.de> - 3.60-2
-- Adjust License-tag.
-- Fix perms on sources.
-- BR: perl(Test::More) (BZ 419631).
-
-* Tue Apr 17 2007 Steven Pritchard <steve@kspei.com> 3.60-1
-- Update to 3.6.
-
-* Mon Jan 29 2007 Steven Pritchard <steve@kspei.com> 3.50-1
-- Update to 3.5.
-
-* Sat Dec 09 2006 Steven Pritchard <steve@kspei.com> 3.40-1
-- Update to 3.4.
-- Use fixperms macro instead of our own chmod incantation.
-
-* Sat Sep 16 2006 Steven Pritchard <steve@kspei.com> 3.10-2
-- Fix find option order.
-
-* Mon Jul 17 2006 Steven Pritchard <steve@kspei.com> 3.10-1
-- Update to 3.1 (using 3.10 for the package since 3.01 == 3.1 to rpm).
-- BR Class::Inspector.
-
-* Thu Jun 08 2006 Steven Pritchard <steve@kspei.com> 3.01-1
-- Update to 3.01.
-- Switch to Module::Build-based build.
-
-* Thu Mar 23 2006 Steven Pritchard <steve@kspei.com> 2.97-1
-- Specfile autogenerated by cpanspec 1.62.
-- Clean up description a little.
diff --git a/sources b/sources
deleted file mode 100644
index 97c72ac..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-9b804c4a3dc2df0c6259ff43ee0a165c Module-Pluggable-3.6.tar.gz