From: radek Date: Sat, 1 Mar 2003 20:21:14 +0000 (+0000) Subject: - should be ready for perl-5.8.0; release++ X-Git-Tag: auto/ac/perl-Math-GMP-2_03-2~7 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=beb32ec30243d892b0ae96ee7596f8ad7ff75269;p=packages%2Fperl-Math-GMP.git - should be ready for perl-5.8.0; release++ Changed files: perl-Math-GMP.spec -> 1.4 --- diff --git a/perl-Math-GMP.spec b/perl-Math-GMP.spec index 8229bff..65c5c74 100644 --- a/perl-Math-GMP.spec +++ b/perl-Math-GMP.spec @@ -9,13 +9,13 @@ 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 Name: perl-Math-GMP Version: 2.03 -Release: 1 +Release: 2 License: LGPL Group: Development/Languages/Perl Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz BuildRequires: perl >= 5.6 BuildRequires: gmp-devel -BuildRequires: rpm-perlprov >= 3.0.3-16 +BuildRequires: rpm-perlprov >= 4.1-13 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -30,7 +30,8 @@ oblicze %setup -q -n %{pdir}-%{pnam}-%{version} %build -%{__perl} Makefile.PL +%{__perl} Makefile.PL \ + INSTALLDIRS=vendor %{__make} OPTIMIZE="%{rpmcflags}" @@ -48,9 +49,9 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc Changes LICENSE README -%{perl_sitearch}/Math/GMP.pm -%dir %{perl_sitearch}/auto/Math/GMP -%{perl_sitearch}/auto/Math/GMP/GMP.bs -%attr(755,root,root) %{perl_sitearch}/auto/Math/GMP/GMP.so -%{perl_sitearch}/auto/Math/GMP/autosplit.ix +%{perl_vendorarch}/Math/GMP.pm +%dir %{perl_vendorarch}/auto/Math/GMP +%{perl_vendorarch}/auto/Math/GMP/GMP.bs +%attr(755,root,root) %{perl_vendorarch}/auto/Math/GMP/GMP.so +%{perl_vendorarch}/auto/Math/GMP/autosplit.ix %{_mandir}/man3/*