Здравствуйте. У кого-нибудь есть любимые перловые модули, которых нет в сизифе? Нарисовал скрипт для упрощенной генерации spec-файла (наподобие cpan2rpm, но окончательно джина из бутылки выпускать нельзя:)). $ cpan2spec ~/RPM/SOURCES/Bloom-Filter-0.02.tar.bz2 %define dist Bloom-Filter Name: perl-%dist Version: 0.02 Release: alt1 Summary: Sample Perl Bloom filter implementation License: GPL or Artistic Group: Development/Perl URL: %CPAN %dist Source: %dist-%version.tar.bz2 BuildArch: noarch %description A Bloom filter is a probabilistic algorithm for doing existence tests in less memory than a full list of keys would require. The tradeoff to using Bloom filters is a certain configurable risk of false positives. This module implements a simple Bloom filter with configurable capacity and false positive rate. Bloom filters were first described in a 1970 paper by Burton Bloom, see http://portal.acm.org/citation.cfm?id=362692&dl=ACM&coll=portal. %prep %setup -q -n %dist-%version %build %perl_vendor_build %install %perl_vendor_install %files %doc README Changes %perl_vendor_privlib/Bloom* %perl_vendor_man3dir/Bloom* $