Author: iarnell Update of /cvs/pkgs/rpms/perl-Statistics-Descriptive/F-13 In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv7976 Modified Files: .cvsignore perl-Statistics-Descriptive.spec sources Log Message: * Sat Jul 03 2010 Iain Arnell <iarnell@xxxxxxxxx> 3.0200-1 - update to latest upstream version. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Statistics-Descriptive/F-13/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 15 Jul 2006 09:27:23 -0000 1.2 +++ .cvsignore 3 Jul 2010 10:29:41 -0000 1.3 @@ -1 +1 @@ -Statistics-Descriptive-2.6.tar.gz +Statistics-Descriptive-3.0200.tar.gz Index: perl-Statistics-Descriptive.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Statistics-Descriptive/F-13/perl-Statistics-Descriptive.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- perl-Statistics-Descriptive.spec 7 Dec 2009 02:45:28 -0000 1.8 +++ perl-Statistics-Descriptive.spec 3 Jul 2010 10:29:41 -0000 1.9 @@ -1,60 +1,58 @@ Name: perl-Statistics-Descriptive -Version: 2.6 -Release: 6%{?dist} +Version: 3.0200 +Release: 1%{?dist} Summary: Perl module of basic descriptive statistical functions - -Group: Development/Libraries License: GPL+ or Artistic +Group: Development/Libraries URL: http://search.cpan.org/dist/Statistics-Descriptive/ -Source0: http://www.cpan.org/authors/id/C/CO/COLINK/Statistics-Descriptive-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/S/SH/SHLOMIF/Statistics-Descriptive-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - BuildArch: noarch -BuildRequires: perl(ExtUtils::MakeMaker) -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +BuildRequires: perl(Module::Build) +BuildRequires: perl(Test::More) +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -%description -This module provides basic functions used in descriptive -statistics. It has an object oriented design and supports two -different types of data storage and calculation objects: sparse and -full. With the sparse method, none of the data is stored and only a -few statistical measures are available. Using the full method, the -entire data set is retained and additional functions are available. +%{?perl_default_filter} +%description +This module provides basic functions used in descriptive statistics. It has +an object oriented design and supports two different types of data storage +and calculation objects: sparse and full. With the sparse method, none of +the data is stored and only a few statistical measures are available. Using +the full method, the entire data set is retained and additional functions +are available. %prep %setup -q -n Statistics-Descriptive-%{version} - %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} - +%{__perl} Build.PL installdirs=vendor +./Build %install rm -rf $RPM_BUILD_ROOT -make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT -find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' -chmod -R u+w $RPM_BUILD_ROOT/* +./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; -%check -make test +%{_fixperms} $RPM_BUILD_ROOT/* +%check +./Build test %clean rm -rf $RPM_BUILD_ROOT - %files %defattr(-,root,root,-) -%doc Changes README UserSurvey.txt -%{perl_vendorlib}/Statistics/ -%{_mandir}/man3/Statistics::Descriptive.3* - +%doc Changes examples README UserSurvey.txt +%{perl_vendorlib}/* +%{_mandir}/man3/* %changelog +* Sat Jul 03 2010 Iain Arnell <iarnell@xxxxxxxxx> 3.0200-1 +- update to latest upstream version. + * Mon Dec 7 2009 Stepan Kasal <skasal@xxxxxxxxxx> - 2.6-6 - rebuild against perl 5.10.1 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Statistics-Descriptive/F-13/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 15 Jul 2006 09:27:24 -0000 1.2 +++ sources 3 Jul 2010 10:29:41 -0000 1.3 @@ -1 +1 @@ -05602b7028ada0393b503acee79d2616 Statistics-Descriptive-2.6.tar.gz +918f06cf7419d28c122b7222eaf10302 Statistics-Descriptive-3.0200.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel