[perl-UNIVERSAL-can] missing cleanups

Tom Callaway spot at fedoraproject.org
Sun Jan 20 20:15:05 UTC 2013


commit ffecbe5bd23aa621f14353f54e553ab6944b2159
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Sun Jan 20 15:17:31 2013 -0500

    missing cleanups

 perl-UNIVERSAL-can.spec |    5 +++--
 1 files 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}
 


More information about the scm-commits mailing list