]> git.pld-linux.org Git - packages/perl-Math-GMP.git/commitdiff
- should be ready for perl-5.8.0; release++
authorradek <radek@pld-linux.org>
Sat, 1 Mar 2003 20:21:14 +0000 (20:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Math-GMP.spec -> 1.4

perl-Math-GMP.spec

index 8229bff66bf5fbe5307291a42d9057edb7597985..65c5c747cc24631d1d9ad77ec41e360f6c04f621 100644 (file)
@@ -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/*
This page took 0.110591 seconds and 4 git commands to generate.