[perl-DBIx-Class-EncodedColumn] disable Module;:AutoInstall

Iain Arnell iarnell at fedoraproject.org
Sun Aug 29 09:31:17 UTC 2010


commit c16ec4e9daa6f3d10fd6e777dda7beb5bf4fcdf1
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sun Aug 29 11:26:49 2010 +0200

    disable Module;:AutoInstall

 perl-DBIx-Class-EncodedColumn.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/perl-DBIx-Class-EncodedColumn.spec b/perl-DBIx-Class-EncodedColumn.spec
index bf78b04..e9d90f8 100644
--- a/perl-DBIx-Class-EncodedColumn.spec
+++ b/perl-DBIx-Class-EncodedColumn.spec
@@ -1,6 +1,6 @@
 Name:           perl-DBIx-Class-EncodedColumn
 Version:        0.00010
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Automatically encode columns
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -31,6 +31,8 @@ contents whenever the value of that column is set.
 %prep
 %setup -q -n DBIx-Class-EncodedColumn-%{version}
 
+sed -i -e '/auto_install/d' Makefile.PL
+
 # no Crypt::OpenPGP in Fedora
 rm lib/DBIx/Class/EncodedColumn/Crypt/OpenPGP.pm
 
@@ -61,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Sun Aug 29 2010 Iain Arnell <iarnell at gmail.com> 0.00010-2
+- disable Module::AutoInstall
+
 * Sun Aug 29 2010 Iain Arnell <iarnell at gmail.com> 0.00010-1
 - update to latest upstream
 - new BR perl(Crypt::Eksblowfish::Bcrypt)


More information about the scm-commits mailing list