[perl-ORLite] Remove bundled installation scripts

Petr Pisar ppisar at fedoraproject.org
Mon Feb 27 14:17:32 UTC 2012


commit 91df18e3f1b9ceef6437f5d805d0b1ec04f80461
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Feb 27 15:17:23 2012 +0100

    Remove bundled installation scripts

 perl-ORLite.spec |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/perl-ORLite.spec b/perl-ORLite.spec
index e5ebf35..757bc7a 100644
--- a/perl-ORLite.spec
+++ b/perl-ORLite.spec
@@ -7,8 +7,7 @@ Group:          Development/Libraries
 Source0:        http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/ORLite-%{version}.tar.gz 
 URL:            http://search.cpan.org/dist/ORLite/
 BuildArch:      noarch
-# META.yml demands perl(ExtUtils::MakeMaker) >= 6.62 without reason.
-BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.57
+BuildRequires:  perl(inc::Module::Install::DSL) >= 1.04
 # Run-time
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(DBD::SQLite) >= 1.27
@@ -53,6 +52,8 @@ of SQLite.
 
 %prep
 %setup -q -n ORLite-%{version}
+# Remove bundled installation scripts
+rm -rf inc
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor


More information about the scm-commits mailing list