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

Группа :: Разработка/Прочее
Пакет: perl-HTTP-Server-Simple-Authen

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

Name:           perl-HTTP-Server-Simple-Authen
Version:        0.04
Release:        alt2
Summary:        Authentication plugin for HTTP::Server::Simple
# https://rt.cpan.org/Public/Bug/Display.html?id=71033
# You can redistribute it and/or modify it under the same terms as Perl itself.
License:        GPL+ or Artistic
Group:          Development/Other
URL:            https://metacpan.org/release/HTTP-Server-Simple-Authen
Source0:        https://cpan.metacpan.org/modules/by-module/HTTP/HTTP-Server-Simple-Authen-%{version}.tar.gz

BuildArch:      noarch
BuildRequires:  rpm-build-perl
BuildRequires:  perl(Authen/Simple.pm)
BuildRequires:  perl(ExtUtils/MakeMaker.pm)
BuildRequires:  perl(HTTP/Server/Simple.pm)
BuildRequires:  perl(Test/More.pm)
BuildRequires:  perl(Authen/Simple/Passwd.pm)
BuildRequires:  perl(MIME/Base64.pm)

Requires:       perl(Authen/Simple.pm) >= 0.040
Requires:       perl(HTTP/Server/Simple.pm) >= 0.160
Requires:       perl(Test/More.pm) >= 0.320

%description
HTTP::Server::Simple::Authen is an HTTP::Server::Simple plugin to allow
HTTP authentication. Authentication scheme is pluggable and you can use
whatever Authentication protocol that Authen::Simple supports.

%prep
%setup -q -n HTTP-Server-Simple-Authen-%{version}

%build
/usr/bin/perl Makefile.PL INSTALLDIRS=vendor
%make_build

%install
make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;

%check
make test

%files
%doc Changes
%{perl_vendor_privlib}/HTTP/Server/Simple/*

%changelog

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

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