Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37706342
en ru br
Репозитории ALT

Группа :: Разработка/Perl
Пакет: perl-Redis

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1
%define module_name Redis
# BEGIN SourceDeps(oneline):
BuildRequires: perl(Digest/SHA.pm) perl(ExtUtils/MakeMaker.pm) perl(File/Spec.pm) perl(IO/Handle.pm) perl(IO/Socket/Timeout.pm) perl(IO/String.pm) perl(IPC/Cmd.pm) perl(IPC/Open3.pm) perl(Module/Build/Tiny.pm) perl(Pod/Coverage/TrustPod.pm) perl(Test/CPAN/Meta.pm) perl(Test/Deep.pm) perl(Test/Fatal.pm) perl(Test/More.pm) perl(Test/Pod/Coverage.pm) perl(Test/SharedFork.pm) perl(Test/TCP.pm) perl(Try/Tiny.pm)
# END SourceDeps(oneline)
BuildRequires: rpm-build-perl perl-devel perl-podlators

Name: perl-%module_name
Version: 2.000
Release: alt1
Summary: Perl binding for Redis database
Group: Development/Perl
License: artistic_2
URL: https://github.com/PerlRedis/perl-redis

Source0: http://www.cpan.org/authors/id/D/DA/DAMS/%{module_name}-%{version}.tar.gz
BuildArch: noarch

%description
Pure perl bindings for http://redis.io/

This version supports protocol 2.x (multi-bulk) or later of Redis available at
https://github.com/antirez/redis/.

This documentation lists commands which are exercised in test suite, but
additional commands will work correctly since protocol specifies enough
information to support almost all commands with same piece of code with a
little help of `AUTOLOAD'.

%prep
%setup -q -n %{module_name}-%{version}

%build
%perl_vendor_build --install_path bindoc=%_man1dir

%install
%perl_vendor_install

%files
%doc README Changes README.pod
%perl_vendor_privlib/R*

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin