Compare commits

...

4 Commits

Author SHA1 Message Date
Daniel Berteaud ebf04ae9db Automatic commit of package [perl-Statistics-Descriptive] minor release [3.0800-2].
Created by command:

/usr/bin/tito tag
2022-07-22 20:17:03 +02:00
Daniel Berteaud 40fb94be5e Configure tito 2022-07-22 20:16:52 +02:00
Daniel Berteaud 2960dbc62e Initialized to use tito. 2022-07-22 20:15:53 +02:00
Daniel Berteaud 6e6e30e31d Initial commit 2022-07-22 20:15:40 +02:00
7 changed files with 94 additions and 0 deletions

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
*.tar.gz filter=lfs diff=lfs merge=lfs -text

3
.tito/packages/.readme Normal file
View File

@ -0,0 +1,3 @@
the .tito/packages directory contains metadata files
named after their packages. Each file has the latest tagged
version and the project's relative directory.

View File

@ -0,0 +1 @@
3.0800-2 ./

1
.tito/releasers.conf Symbolic link
View File

@ -0,0 +1 @@
../../tito_libs/releasers.conf

6
.tito/tito.props Normal file
View File

@ -0,0 +1,6 @@
[buildconfig]
builder = dbd.builder.GitLfsBuilder
tagger = tito.tagger.ReleaseTagger
changelog_do_not_remove_cherrypick = 0
changelog_format = %s (%ae)
lib_dir = ../tito_libs

BIN
Statistics-Descriptive-3.0800.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -0,0 +1,79 @@
Name: perl-Statistics-Descriptive
Version: 3.0800
Release: 2%{?dist}
Summary: Module of basic descriptive statistical functions
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Statistics-Descriptive/
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 >= 0:5.006
BuildRequires: perl(Benchmark)
BuildRequires: perl(Carp)
BuildRequires: perl(Exporter)
BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Temp)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(IPC::Open3)
BuildRequires: perl(lib)
BuildRequires: perl(List::MoreUtils)
BuildRequires: perl(List::Util)
BuildRequires: perl(Module::Build)
BuildRequires: perl(parent)
BuildRequires: perl(POSIX)
BuildRequires: perl(strict)
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(vars)
BuildRequires: perl(warnings)
Requires: perl(Carp)
Requires: perl(List::MoreUtils)
Requires: perl(List::Util)
Requires: perl(parent)
Requires: perl(POSIX)
Requires: perl(strict)
Requires: perl(vars)
Requires: perl(warnings)
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} Build.PL --installdirs=vendor
./Build
%install
rm -rf $RPM_BUILD_ROOT
./Build install --destdir=$RPM_BUILD_ROOT --create_packlist=0
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
%{_fixperms} $RPM_BUILD_ROOT/*
%check
./Build test
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc Changes dist.ini examples LICENSE META.json README scripts UserSurvey.txt weaver.ini
%{perl_vendorlib}/*
%{_mandir}/man3/*
%changelog
* Fri Jul 22 2022 Daniel Berteaud <dbd@ehtrace.com> 3.0800-2
- new package built with tito
* Fri Jul 22 2022 Daniel Berteaud <dbd@ehtrace.com> 3.0800-1
- Specfile autogenerated by cpanspec 1.78.