]> git.pld-linux.org Git - packages/perl-Statistics-Descriptive.git/blobdiff - perl-Statistics-Descriptive.spec
- more %%{__make} macros.
[packages/perl-Statistics-Descriptive.git] / perl-Statistics-Descriptive.spec
index 9ada800b831d872ff9a61680d07686669bbafbcb..bdd0481d68a1bf6d572cd86776eaffbf28b7939d 100644 (file)
@@ -4,24 +4,24 @@ Summary(pl):  Modu
 Name:          perl-Statistics-Descriptive
 Version:       2.4
 Release:       3
-Copyright:     GPL
+License:       GPL
 Group:         Development/Languages/Perl
 Group(pl):     Programowanie/Jêzyki/Perl
-Source:                ftp://ftp.perl.org/pub/CPAN/modules/by-module/Statistics/Statistics-Descriptive-%{version}.tar.gz
-Patch:         perl-Statistics-Descriptive-fix.patch
+Source0:       ftp://ftp.perl.org/pub/CPAN/modules/by-module/Statistics/Statistics-Descriptive-%{version}.tar.gz
+Patch0:                perl-Statistics-Descriptive-fix.patch
 BuildRequires: rpm-perlprov >= 3.0.3-16
 BuildRequires: perl >= 5.005_03-14
 %requires_eq   perl
 Requires:      %{perl_sitearch}
-BuildRoot:     /tmp/%{name}-%{version}-root
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Statistics-Descriptive module provides basic functions used in descriptive
-statistics. 
+Statistics-Descriptive module provides basic functions used in
+descriptive statistics.
 
 %description -l pl
-Statistics-Descriptive udostêpnia podstawowe funkcje stosowane w statystyce
-opisowej.
+Statistics-Descriptive udostêpnia podstawowe funkcje stosowane w
+statystyce opisowej.
 
 %prep
 %setup -q -n Statistics-Descriptive-%{version}
@@ -29,11 +29,11 @@ opisowej.
 
 %build
 perl Makefile.PL
-make
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
 
 (
   cd $RPM_BUILD_ROOT%{perl_sitearch}/auto/Statistics/Descriptive
This page took 0.058035 seconds and 4 git commands to generate.