]> git.pld-linux.org Git - packages/perl-AI-DecisionTree.git/blobdiff - perl-AI-DecisionTree.spec
- removed zero-sized .bs file
[packages/perl-AI-DecisionTree.git] / perl-AI-DecisionTree.spec
index 657a1e2f5c894e30d1269aa0dda9ce132fb9b548..afe83f153dc412bf462a7ba5f9c85d3556ab0b88 100644 (file)
@@ -3,36 +3,37 @@
 %bcond_without tests   # do not perform "make test"
 #
 %include       /usr/lib/rpm/macros.perl
-%define        pdir    AI
-%define        pnam    DecisionTree
+%define                pdir    AI
+%define                pnam    DecisionTree
 Summary:       AI::DecisionTree - automatically learns decision trees
-Summary(pl):   AI::DecisionTree - automatyczne uczenie drzew decyzyjnych
-Name:          perl-%{pdir}-%{pnam}
-Version:       0.08
-Release:       1
+Summary(pl.UTF-8):     AI::DecisionTree - automatyczne uczenie drzew decyzyjnych
+Name:          perl-AI-DecisionTree
+Version:       0.09
+Release:       4
 License:       unknown
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: eaed56886a22506b8ed5f6dab88e7060
+# Source0-md5: 79ee9671099f498d52571cb91c06ec87
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
 %{?with_tests:BuildRequires:   perl-GraphViz}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-The "AI::DecisionTree" module automatically creates so-called "decision
-trees" to explain a set of training data.  A decision tree is a kind of
-categorizer that use a flowchart-like process for categorizing new
-instances.  For instance, a learned decision tree might look like that
-one in documentation, which classifies for the concept "play tennis".
+The "AI::DecisionTree" module automatically creates so-called
+"decision trees" to explain a set of training data. A decision tree is
+a kind of categorizer that use a flowchart-like process for
+categorizing new instances. For instance, a learned decision tree
+might look like that one in documentation, which classifies for the
+concept "play tennis".
 
-%description -l pl
-Modu³ AI::DecisionTree automatycznie tworzy tak zwane "drzewa
-decyzyjne" do obja¶niania zbiorów danych ucz±cych. Drzewo decyzyjne to
-rodzaj klasyfikatora u¿ywaj±cego procesu podobnego do przep³ywu do
-klasyfikacji nowych przypadków. Na przyk³ad, nauczone drzewo decyzyjne
-mo¿e wygl±daæ jak to umieszczone w dokumentacji, klasyfikuj±ce dla
-pojêcia "gry w tenisa".
+%description -l pl.UTF-8
+Moduł AI::DecisionTree automatycznie tworzy tak zwane "drzewa
+decyzyjne" do objaśniania zbiorów danych uczących. Drzewo decyzyjne to
+rodzaj klasyfikatora używającego procesu podobnego do przepływu do
+klasyfikacji nowych przypadków. Na przykład, nauczone drzewo decyzyjne
+może wyglądać jak to umieszczone w dokumentacji, klasyfikujące dla
+pojęcia "gry w tenisa".
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
@@ -60,5 +61,4 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{perl_vendorarch}/auto/%{pdir}/%{pnam}
 %dir %{perl_vendorarch}/auto/%{pdir}/%{pnam}/Instance
 %attr(755,root,root) %{perl_vendorarch}/auto/%{pdir}/%{pnam}/Instance/*.so
-%{perl_vendorarch}/auto/%{pdir}/%{pnam}/Instance/*.bs
 %{_mandir}/man3/*
This page took 0.056658 seconds and 4 git commands to generate.