rpms/perl-Statistics-Descriptive/devel perl-Statistics-Descriptive.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Patrice Dumas (pertusus) fedora-extras-commits at redhat.com
Sat Jul 15 09:27:24 UTC 2006


Author: pertusus

Update of /cvs/extras/rpms/perl-Statistics-Descriptive/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26514/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Statistics-Descriptive.spec 
Log Message:
auto-import perl-Statistics-Descriptive-2.6-1 on branch devel from perl-Statistics-Descriptive-2.6-1.src.rpm


--- NEW FILE perl-Statistics-Descriptive.spec ---
Name:           perl-Statistics-Descriptive
Version:        2.6
Release:        1
Summary:        Perl module of basic descriptive statistical functions

Group:          Development/Libraries
License:        GPL or Artistic
URL:            http://search.cpan.org/dist/Statistics-Descriptive/
Source0:        http://www.cpan.org/authors/id/C/CO/COLINK/Statistics-Descriptive-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  perl
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.


%prep
%setup -q -n Statistics-Descriptive-%{version}


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


%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/*


%check
make test


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc Changes README UserSurvey.txt
%{perl_vendorlib}/Statistics/
%{_mandir}/man3/Statistics::Descriptive.3*


%changelog
* Fri Jul 14 2006 Patrice Dumas <pertusus at free.fr> - 2.6-1
- Submit to Fedora Extras.

* Mon Mar 27 2006 Ville Skyttä <ville.skytta at iki.fi> - 2.6-0.2
- Rebuild.

* Fri Jun  3 2005 Ville Skyttä <ville.skytta at iki.fi> - 2.6-0.1
- Rebuild for FC4.

* Sat Jun 12 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:2.6-0.fdr.2
- Bring up to date with current fedora.us Perl spec template.

* Mon Oct 13 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:2.6-0.fdr.1
- First build.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Statistics-Descriptive/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	15 Jul 2006 09:26:48 -0000	1.1
+++ .cvsignore	15 Jul 2006 09:27:23 -0000	1.2
@@ -0,0 +1 @@
+Statistics-Descriptive-2.6.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Statistics-Descriptive/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	15 Jul 2006 09:26:48 -0000	1.1
+++ sources	15 Jul 2006 09:27:24 -0000	1.2
@@ -0,0 +1 @@
+05602b7028ada0393b503acee79d2616  Statistics-Descriptive-2.6.tar.gz




More information about the fedora-extras-commits mailing list