commit 5bd5a2e227fd6abd6155591ddffdd84a1aaafc27
Author: Paul Howarth <p...@city-fan.org>
Date:   Sun Jul 7 12:09:40 2013 +0100

    Revert unbundling of Module::Install*
    
    It causes numerous bootstrap build dependency cycles

 perl-Test-NoTabs.spec |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/perl-Test-NoTabs.spec b/perl-Test-NoTabs.spec
index a2ab7cb..9b23e7d 100644
--- a/perl-Test-NoTabs.spec
+++ b/perl-Test-NoTabs.spec
@@ -1,6 +1,6 @@
 Name:          perl-Test-NoTabs
 Version:       1.3
-Release:       5%{?dist}
+Release:       6%{?dist}
 Summary:       Check the presence of tabs in your project
 Group:         Development/Libraries
 License:       GPL+ or Artistic
@@ -9,9 +9,9 @@ Source0:        
http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/Test-NoTabs-%{vers
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch:     noarch
 BuildRequires: perl(Cwd)
+BuildRequires: perl(ExtUtils::MakeMaker)
 BuildRequires: perl(File::Spec)
 BuildRequires: perl(File::Temp)
-BuildRequires: perl(inc::Module::Install)
 BuildRequires: perl(Test::Builder)
 BuildRequires: perl(Test::More)
 BuildRequires: perl(Test::Pod)
@@ -24,9 +24,6 @@ modules, etc.) for the presence of tabs.
 
 %prep
 %setup -q -n Test-NoTabs-%{version}
-rm -r inc
-sed -i -e '/^inc\// d' MANIFEST
-find -type f -exec chmod -x {} +
 
 %build
 perl Makefile.PL --skip INSTALLDIRS=vendor
@@ -50,6 +47,10 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Test::NoTabs.3pm*
 
 %changelog
+* Sun Jul  7 2013 Paul Howarth <p...@city-fan.org> - 1.3-6
+- Revert unbundling of Module::Install*, which causes numerous bootstrap build
+  dependency cycles
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-...@lists.fedoraproject.org> 
- 1.3-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to