rpms/perl-Math-GMP/EL-4 perl-Math-GMP.spec,1.16,1.17

Paul Howarth pghmcfc at fedoraproject.org
Fri Mar 13 10:48:15 UTC 2009


Author: pghmcfc

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

Modified Files:
	perl-Math-GMP.spec 
Log Message:
Customize specs for EL releases


Index: perl-Math-GMP.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Math-GMP/EL-4/perl-Math-GMP.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- perl-Math-GMP.spec	7 Mar 2009 21:45:28 -0000	1.16
+++ perl-Math-GMP.spec	13 Mar 2009 10:47:45 -0000	1.17
@@ -1,7 +1,7 @@
 Summary:	High speed arbitrary size integer math
 Name:		perl-Math-GMP
 Version:	2.05
-Release:	4%{?dist}
+Release:	1%{?dist}
 License:	LGPLv2+
 Group:		Development/Libraries
 Url:		http://search.cpan.org/dist/Math-GMP/
@@ -9,10 +9,9 @@
 Source1:	14964AC8.asc
 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), 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), perl(YAML)
+BuildRequires:	gmp-devel
+BuildRequires:	perl(ExtUtils::MakeMaker), perl(Test::More), perl(Test::Pod)
+BuildRequires:	perl(Module::Signature)
 
 # don't "provide" private Perl libs
 %global _use_internal_dependency_generator 0
@@ -45,12 +44,12 @@
 
 %check
 # Notes:
-# Locale set to en_US for spell check tests
 # Perl::Critic tests fail - disabled for now by setting TEST_CRITIC=0
 # Pod::Coverage tests fail - disabled for now by not having BR: perl(Test::Pod::Coverage)
-%{__gpg} --import %{SOURCE1}
-LC_ALL=en_US %{__make} -C source test \
-	TEST_AUTHOR=1 TEST_CRITIC=0 TEST_SIGNATURE=1 TEST_SPELL=1 TEST_VERBOSE=1
+# Spell check test fails on EL-4 because of "org" missing from en_US dictionary
+%{__gpg} --import %{SOURCE1} || :
+%{__make} -C source test \
+	TEST_AUTHOR=1 TEST_CRITIC=0 TEST_SIGNATURE=1 TEST_SPELL=0 TEST_VERBOSE=1
 
 %install
 %{__rm} -rf %{buildroot}
@@ -73,30 +72,17 @@
 %{_mandir}/man3/Math::GMP.3pm*
 
 %changelog
-* Sat Mar  7 2009 Paul Howarth <paul at city-fan.org> 2.05-4
+* Fri Mar 13 2009 Paul Howarth <paul at city-fan.org> 2.05-1
+- New upstream maintainer, new upstream version 2.05
+- 64-bit test suite compatibility issues fixed upstream, patch removed
 - Filter out unwanted provides for perl shared objects
+- Add buildreq perl(Test::More) for basic test suite
+- Add buildreqs perl(Module::Signature) and perl(Test::Pod) for additional
+  test suite functionality
 - Do the build in a subdirectory so that the debug files list doesn't interfere
   with the signature test
 - Enable the signature test
-- Run the tests in the en_US locale - spell check tests now pass
-- Add buildreq perl(YAML) to enable the YAML tests
-
-* 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
-
-* Tue Oct  7 2008 Paul Howarth <paul at city-fan.org> 2.05-1
-- New upstream maintainer, new upstream version 2.05
-- 64-bit test suite compatibility issues fixed upstream, patch removed
 - Run tests in verbose mode
-- Add buildreq perl(Test::More) for basic test suite
-- Add buildreqs perl(Module::Signature), perl(Perl::Critic), perl(Pod::Spell),
-  perl(Test::Pod), perl(Test::YAML::Meta), and perl(Text::SpellChecker) for
-  additional test suite functionality
 
 * Fri Jun  6 2008 Paul Howarth <paul at city-fan.org> 2.04-10
 - Apply 64-bit testsuite-fixing patch on sparc64 too




More information about the fedora-extras-commits mailing list