rpms/perl-Math-GMP/devel perl-Math-GMP.spec,1.13,1.14

Paul Howarth pghmcfc at fedoraproject.org
Fri Feb 27 00:36:01 UTC 2009


Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Math-GMP/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20483

Modified Files:
	perl-Math-GMP.spec 
Log Message:
- Add buildreq aspell-en as it's not pulled in by aspell after Fedora 10
- Add buildreq perl(File::Comments) to support spellchecking of comments
- Disable spellcheck tests as they fail anyway



Index: perl-Math-GMP.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Math-GMP/devel/perl-Math-GMP.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- perl-Math-GMP.spec	26 Feb 2009 21:39:32 -0000	1.13
+++ perl-Math-GMP.spec	27 Feb 2009 00:35:31 -0000	1.14
@@ -1,16 +1,17 @@
 Summary:	High speed arbitrary size integer math
 Name:		perl-Math-GMP
 Version:	2.05
-Release:	2%{?dist}
+Release:	3%{?dist}
 License:	LGPLv2+
 Group:		Development/Libraries
 Url:		http://search.cpan.org/dist/Math-GMP/
 Source0:	http://search.cpan.org/CPAN/authors/id/T/TU/TURNSTEP/Math-GMP-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-BuildRequires:	gmp-devel, perl(ExtUtils::MakeMaker), perl(Test::More)
+BuildRequires:	gmp-devel, perl(ExtUtils::MakeMaker), perl(Test::More), aspell-en
 BuildRequires:	perl(Module::Signature), perl(Perl::Critic), perl(Pod::Spell)
 BuildRequires:	perl(Test::Pod), perl(Test::YAML::Meta), perl(Text::SpellChecker)
+BuildRequires:	perl(File::Comments)
 
 %description
 Math::GMP was designed to be a drop-in replacement both for Math::BigInt and
@@ -30,9 +31,9 @@
 # Perl::Critic test fails, disabled for now
 # Module::Signature test fails due to presence of debuginfo data in build dir
 # Pod::Coverage test fails
-# File::Comments not yet in Fedora
+# Spell check tests fails
 %{__make} test \
-	TEST_AUTHOR=1 TEST_CRITIC=0 TEST_SIGNATURE=0 TEST_SPELL=1 TEST_VERBOSE=1
+	TEST_AUTHOR=1 TEST_CRITIC=0 TEST_SIGNATURE=0 TEST_SPELL=0 TEST_VERBOSE=1
 
 %install
 %{__rm} -rf %{buildroot}
@@ -53,6 +54,11 @@
 %{_mandir}/man3/Math::GMP.3pm*
 
 %changelog
+* Thu Feb 26 2009 Paul Howarth <paul at city-fan.org> 2.05-3
+- Add buildreq aspell-en as it's not pulled in by aspell after Fedora 10
+- Add buildreq perl(File::Comments) to support spellchecking of comments
+- Disable spellcheck tests as they fail anyway
+
 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.05-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list