Package perl-Compress-LZF: Specfile

#
#   - Compress::LZF -
#   This spec file was automatically generated by cpan2rpm [ver: 2.027]
#   (ALT Linux revision)
#   The following arguments were used:
#       Compress::LZF
#   For more information on cpan2rpm please visit: http://perl.arix.com/
#

%define module Compress-LZF
%define m_distro Compress-LZF
%define m_name Compress::LZF
%define m_author_id unknown
%define _enable_test 1

Name: perl-Compress-LZF
Version: 3.11
Release: alt1.1

Summary: extremely light-weight Lempel-Ziv-Free compression

License: Artistic
Group: Development/Perl
Url: http://search.cpan.org/dist/Compress-LZF/

Packager: Michael Bochkaryov <misha@altlinux.ru>

Source: http://search.cpan.org//CPAN/authors/id/M/ML/MLEHMANN/%m_distro-%version.tar.gz

# Automatically added by buildreq on Tue Jul 22 2008 (-bi)
BuildRequires: perl-Log-Agent perl-Storable perl-devel

%description
LZF is an extremely fast (not that much slower than a pure memcpy)
compression algorithm. It is ideal for applications where you want to save
*some* space but not at the cost of speed. It is ideal for repetitive
data as well. The module is self-contained and very small (no large
library to be pulled in). It is also free, so there should be no problems
incorporating this module into commercial programs.

I have no idea wether any patents in any countries apply to this
algorithm, but at the moment it is believed that it is free from any
patents.

%prep
%setup -q -n %m_distro-%version
%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%perl_vendor_archlib/*
%exclude %perl_vendor_man3dir/*
%doc COPYING COPYING.Artistic COPYING.GNU Changes README 

%changelog
* Mon Oct 06 2008 Igor Vlasenko <viy@altlinux.ru> 3.11-alt1.1
- NMU for unknown reason:
  the person above was too neglectant to add --changelog "- NMU: <reason>" option.

* Tue Jul 22 2008 Michael Bochkaryov <misha@altlinux.ru> 3.11-alt1
- first build for ALT Linux Sisyphus