]> git.pld-linux.org Git - packages/perl-Math-GMP.git/blobdiff - perl-Math-GMP.spec
- add CC to %{__make}
[packages/perl-Math-GMP.git] / perl-Math-GMP.spec
index dcc60fe63e38c66b3f89b65518c3a76c22f42685..5bd1022f15911367c1fee604c0f950711080fc4f 100644 (file)
@@ -3,19 +3,20 @@
 %bcond_without tests   # do not perform "make test"
 #
 %include       /usr/lib/rpm/macros.perl
-%define        pdir    Math
-%define        pnam    GMP
+%define                pdir    Math
+%define                pnam    GMP
 Summary:       Math::GMP Perl module - high speed arbitrary size integer math
-Summary(pl):   Modu³ Perla Math::GMP - szybka arytmetyka liczb ca³kowitych o dowolnym rozmiarze
+Summary(pl.UTF-8):     Moduł Perla Math::GMP - szybka arytmetyka liczb całkowitych o dowolnym rozmiarze
 Name:          perl-Math-GMP
-Version:       2.03
-Release:       3
+Version:       2.04
+Release:       1
 License:       LGPL
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: cf653ffa60607717ff4fc67177ee07b0
+# Source0-md5: 291e5847986c7591cd70c1788c979a98
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: gmp-devel
+BuildRequires: rpmbuild(macros) >= 1.213
 BuildRequires: rpm-perlprov >= 4.1-13
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -23,14 +24,14 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Math::GMP gives you access to the fast GMP library for fast big
 integer math.
 
-%description -l pl
-Math::GMP daje dostêp do szybkiej biblioteki GMP dla szybkich
-obliczeñ na du¿ych liczbach ca³kowitych.
+%description -l pl.UTF-8
+Math::GMP daje dostęp do szybkiej biblioteki GMP dla szybkich
+obliczeń na dużych liczbach całkowitych.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
 
-%ifarch alpha amd64 ia64 ppc64 sparc64
+%ifarch %{x8664} alpha ia64 ppc64 s390x sparc64
 # original reference values expect 32-bit long
 %{__perl} -pi -e 's/^\+9999999999(9*):[0-9]+$/+9999999999$1:9999999999$1/' t/gmppm.t
 %endif
@@ -39,6 +40,7 @@ oblicze
 %{__perl} Makefile.PL \
        INSTALLDIRS=vendor
 %{__make} \
+       CC="%{__cc}" \
        OPTIMIZE="%{rpmcflags}"
 
 %{?with_tests:%{__make} test}
This page took 0.12997 seconds and 4 git commands to generate.