Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 79cad6c54d2295650786eea5f38c4c0c > files > 2

perl-Statistics-Descriptive-3.10.0-1mdv2010.0.src.rpm

%define upstream_name    Statistics-Descriptive
%define upstream_version 3.0100

Name:           perl-%{upstream_name}
Version:        %perl_convert_version %{upstream_version}
Release:        %mkrel 1

Summary:        Module of basic descriptive statistical functions
License:        GPL+ or Artistic
Group:          Development/Perl
Url:            http://search.cpan.org/dist/%{upstream_name}
Source0:        http://www.cpan.org/modules/by-module/Statistics/%{upstream_name}-%{upstream_version}.tar.gz

%if %{mdkversion} < 1010
Buildrequires:  perl-devel
%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}
Buildarch: noarch

%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 %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%{__make} test

%install
rm -rf %{buildroot}
%makeinstall_std

%clean 
rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc README Changes
%{perl_vendorlib}/Statistics
%{_mandir}/*/*



%changelog
* Thu Jul 23 2009 Jérôme Quelin <jquelin@mandriva.org> 3.10.0-1mdv2010.0
+ Revision: 398939
- update to 3.0100
- using %%perl_convert_version
- fixed license field

* Sun Jun 07 2009 Guillaume Rousse <guillomovitch@mandriva.org> 3.0000-1mdv2010.0
+ Revision: 383542
- update to new version 3.0000

* Fri May 15 2009 Jérôme Quelin <jquelin@mandriva.org> 2.9-1mdv2010.0
+ Revision: 376141
- update to new version 2.9

* Sun May 10 2009 Guillaume Rousse <guillomovitch@mandriva.org> 2.8-1mdv2010.0
+ Revision: 373930
- update to new version 2.8

* Mon May 04 2009 Guillaume Rousse <guillomovitch@mandriva.org> 2.7-1mdv2010.0
+ Revision: 371794
- update to new version 2.7

* Thu Jul 31 2008 Thierry Vignaud <tvignaud@mandriva.com> 2.6-10mdv2009.0
+ Revision: 258384
- rebuild

* Thu Jul 24 2008 Thierry Vignaud <tvignaud@mandriva.com> 2.6-9mdv2009.0
+ Revision: 246453
- rebuild

* Fri Dec 21 2007 Olivier Blin <oblin@mandriva.com> 2.6-7mdv2008.1
+ Revision: 136347
- restore BuildRoot

  + Thierry Vignaud <tvignaud@mandriva.com>
    - kill re-definition of %%buildroot on Pixel's request

* Sat Sep 15 2007 Guillaume Rousse <guillomovitch@mandriva.org> 2.6-7mdv2008.0
+ Revision: 86910
- rebuild


* Tue Aug 29 2006 Guillaume Rousse <guillomovitch@mandriva.org> 2.6-6mdv2007.0
- Rebuild

* Tue Dec 20 2005 Guillaume Rousse <guillomovitch@mandriva.org> 2.6-5mdk
- spec cleanup
- better URL
- %%mkrel

* Mon Dec 20 2004 Guillaume Rousse <guillomovitch@mandrake.org> 2.6-4mdk
- fix buildrequires in a backward compatible way

* Wed Aug 04 2004 Guillaume Rousse <guillomovitch@mandrake.org> 2.6-3mdk
- rpmbuildupdate aware

* Wed Feb 25 2004 Guillaume Rousse <guillomovitch@mandrake.org> 2.6-2mdk
- fixed dir ownership (distlint)

* Mon Jan 05 2004 Guillaume Rousse <guillomovitch@mandrake.org> 2.6-1mdk
- first mdk release