[perl-Math-GMP/el6/master] Re-add buildreqs

Paul Howarth pghmcfc at fedoraproject.org
Wed Aug 18 12:59:24 UTC 2010


commit 3aeef0d43f7049d1da0d88f1a729258f1850b049
Author: Paul Howarth <paul at city-fan.org>
Date:   Wed Aug 18 13:54:19 2010 +0100

    Re-add buildreqs
    
    The buildrequires dropped in 2.06-4 are now available in EPEL-6,
    so re-add them:
    - perl(File::Comments)
    - perl(Pod::Spell)
    - perl(Test::YAML::Meta)
    - perl(Text::SpellChecker)
    - aspell-en

 perl-Math-GMP.spec |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/perl-Math-GMP.spec b/perl-Math-GMP.spec
index 99b06c7..c5c452b 100644
--- a/perl-Math-GMP.spec
+++ b/perl-Math-GMP.spec
@@ -1,7 +1,7 @@
 Summary:	High speed arbitrary size integer math
 Name:		perl-Math-GMP
 Version:	2.06
-Release:	4%{?dist}
+Release:	4%{?dist}.1
 License:	LGPLv2+
 Group:		Development/Libraries
 Url:		http://search.cpan.org/dist/Math-GMP/
@@ -11,10 +11,15 @@ BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildRequires:	gmp-devel
 BuildRequires:	perl(ExtUtils::MakeMaker)
+BuildRequires:	perl(File::Comments)
 BuildRequires:	perl(Module::Signature)
+BuildRequires:	perl(Pod::Spell)
 BuildRequires:	perl(Test::More)
 BuildRequires:	perl(Test::Pod)
+BuildRequires:	perl(Test::YAML::Meta)
+BuildRequires:	perl(Text::SpellChecker)
 BuildRequires:	perl(YAML)
+BuildRequires:	aspell-en
 
 # Critic and Pod Coverage tests fail, so make sure we don't try to run them for now
 BuildConflicts:	perl(Perl::Critic)
@@ -34,7 +39,7 @@ This can result in speed improvements.
 # with the signature test
 %setup -q -c -n Math-GMP
 
-# Copy docs back to top level for %doc
+# Copy docs back to top level for %%doc
 %{__cp} -a Math-GMP-%{version}/{README,Changes,LICENSE} .
 
 # Create a GPG directory for testing, to avoid using ~/.gnupg
@@ -72,6 +77,9 @@ LC_ALL=en_US %{__make} -C Math-GMP-%{version} test RELEASE_TESTING=1 TEST_VERBOS
 %{_mandir}/man3/Math::GMP.3pm*
 
 %changelog
+* Wed Aug 18 2010 Paul Howarth <paul at city-fan.org> 2.06-4.1
+- Buildreqs dropped in 2.06-4 are now available in EPEL-6, so re-add them
+
 * Tue May 11 2010 Paul Howarth <paul at city-fan.org> 2.06-4
 - Don't clobber ~/.gnupg
 - No perl(Test::YAML::Meta) in EPEL yet


More information about the scm-commits mailing list