Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37570133
en ru br
ALT Linux repos
S:0.04-alt2

Group :: Development/Other
RPM: perl-HTTP-Server-Simple-Authen

 Main   Changelog   Spec   Patches   Sources   Download   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

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin