]> git.pld-linux.org Git - packages/perl-Algorithm-Huffman.git/blame - perl-Algorithm-Huffman.spec
- spaces -> tab
[packages/perl-Algorithm-Huffman.git] / perl-Algorithm-Huffman.spec
CommitLineData
ba5ab7fb 1#
2# Conditional build:
3# _without_tests - do not perform "make test"
4%include /usr/lib/rpm/macros.perl
5%define pdir Algorithm
6%define pnam Huffman
7Summary: Algorithm::Huffman - Implementation of the Huffman algorithm
8Summary(pl): Algorithm::Huffman - Implementacja algorytmu Huffmana
9Name: perl-Algorithm-Huffman
1ae46610 10Version: 0.09
2a8a7f7d 11Release: 2
ba5ab7fb 12License: GPL/Artistic
13Group: Development/Languages/Perl
866e6d14 14Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
18f8b316 15# Source0-md5: dd5c0360357dcb0807e9ac2e49b2e746
8da9d036 16BuildRequires: perl-devel >= 5.6
ba5ab7fb 17%if %{?_without_tests:0}%{!?_without_tests:1}
18BuildRequires: perl-Heap
19BuildRequires: perl-Scalar-List-Utils
20BuildRequires: perl-String-Random
21BuildRequires: perl-Test-Exception
22BuildRequires: perl-Test-ManyParams
23BuildRequires: perl-Test-Simple
24BuildRequires: perl-Tree-DAG_Node
25%endif
2a8a7f7d 26BuildRequires: rpm-perlprov >= 4.1-13
ba5ab7fb 27BuildArch: noarch
28BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
29
30%description
31This modules implements the huffman algorithm. The aim is to create
32a good coding scheme for a given list of different characters (or even
33strings) and their occurence numbers.
34
399ba7aa
JB
35%description -l pl
36