]> git.pld-linux.org Git - packages/perl-AI-DecisionTree.git/blame - perl-AI-DecisionTree.spec
- (auto)updated to 0.06.
[packages/perl-AI-DecisionTree.git] / perl-AI-DecisionTree.spec
CommitLineData
ea947ff4 1#
2# Conditional build:
3# _without_tests - do not perform "make test"
4#
3e546d1d 5%include /usr/lib/rpm/macros.perl
6%define pdir AI
7%define pnam DecisionTree
8Summary: AI::DecisionTree -- Automatically Learns Decision Trees
b8fcff7e 9Summary(pl): AI::DecisionTree -- Automatyczne uczenie drzew decyzyjnych
3e546d1d 10Name: perl-%{pdir}-%{pnam}
630385b3 11Version: 0.06
6bcdb0a6 12Release: 1
3e546d1d 13License: ?
14Group: Development/Languages/Perl
15Source0: ftp://ftp.cpan.org/pub/CPAN/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
16BuildRequires: perl >= 5.6
17BuildRequires: rpm-perlprov >= 3.0.3-26
ea947ff4 18%if %{?_without_tests:0}%{!?_without_tests:1}
19BuildRequires: perl-GraphViz
20%endif
3e546d1d 21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
24The "AI::DecisionTree" module automatically creates so-called "decision
25trees" to explain a set of training data. A decision tree is a kind of
26categorizer that use a flowchart-like process for categorizing new
b8fcff7e
JB
27instances. For instance, a learned decision tree might look like that
28one in documentation, which classifies for the concept "play tennis".
29
30%description -l pl
31