From ffecbe5bd23aa621f14353f54e553ab6944b2159 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Sun, 20 Jan 2013 15:17:31 -0500 Subject: [PATCH] missing cleanups --- perl-UNIVERSAL-can.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/perl-UNIVERSAL-can.spec b/perl-UNIVERSAL-can.spec index d17d0a3..aa3b184 100644 --- a/perl-UNIVERSAL-can.spec +++ b/perl-UNIVERSAL-can.spec @@ -7,12 +7,14 @@ License: GPL+ or Artistic URL: http://search.cpan.org/dist/UNIVERSAL-can/ Source0: http://www.cpan.org/authors/id/C/CH/CHROMATIC/UNIVERSAL-can-%{version}.tar.gz BuildArch: noarch -BuildRequires: perl(Module::Build) +BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::Simple) >= 0.60 BuildRequires: perl(Test::Pod) >= 1.14 BuildRequires: perl(Test::Pod::Coverage) >= 1.04 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +%{?perl_default_filter} + %description The UNIVERSAL class provides a few default methods so that all objects can use them. Object orientation allows programmers to override these @@ -33,7 +35,6 @@ make %{?_smp_mflags} %install make pure_install DESTDIR=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' -find %{buildroot} -type f -name '*.bs' -empty -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} ';' 2>/dev/null %{_fixperms} %{buildroot}