]> git.pld-linux.org Git - packages/perl-Authen-NTLM.git/blame - perl-Authen-NTLM.spec
- updated BRs
[packages/perl-Authen-NTLM.git] / perl-Authen-NTLM.spec
CommitLineData
7c9bb2ec 1#
2# Conditional build:
da5b8b8f 3%bcond_without tests # do not perform "make test"
7c9bb2ec 4#
5%include /usr/lib/rpm/macros.perl
500a9fb7 6%define pdir Authen
7%define pnam NTLM
7c9bb2ec 8Summary: Authen::NTLM - Perl extension for NTLM related computations
c28d08bd 9Summary(pl.UTF-8): Authen::NTLM - rozszerzenie Perla o obliczenia oparte na NTLM
7c9bb2ec 10Name: perl-Authen-NTLM
9d4766ff 11Version: 1.09
11daad2b 12Release: 2
92b1b133 13# same as perl
14License: GPL v1+ or Artistic
7c9bb2ec 15Group: Development/Languages/Perl
9d4766ff
AO
16Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pnam}-%{version}.tar.gz
17# Source0-md5: da314ee94b14af2a2f39b6f2c0046e73
6352a819 18BuildRequires: perl-devel >= 1:5.8.0
7c9bb2ec 19BuildRequires: rpm-perlprov >= 4.1-13
20BuildRequires: perl-Crypt-DES >= 2.03
11daad2b 21BuildRequires: perl-Digest-HMAC
7c9bb2ec 22BuildRequires: perl-Digest-MD4 >= 1.1
23BuildArch: noarch
24BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26%define _noautoreq 'perl(Crypt::DES_PP)' 'perl(Digest::Perl::MD4)'
27
28%description
29The NTLM (Windows NT LAN Manager) authentication scheme is the
30authentication algorithm used by Microsoft.
31
32NTLM authentication scheme is used in DCOM and HTTP environment. It is
33used to authenticate DCE RPC packets in DCOM. It is also used to
34authenticate HTTP packets to MS Web Proxy or MS Web Server.
35
36As of this version, NTLM module only provides the client side
37functions to calculate NT response and LM response.
38
08f126d9 39%description -l pl.UTF-8
7c9bb2ec 40Schemat autentykacji NTLM (Windows NT LAN Manager) jest algorytmem
08f126d9 41autentykacji używanym przez Microsoft.
7c9bb2ec 42
08f126d9
JR
43Schemat autentykacji NTLM jest wykorzystywany w środowiskach DCOM i
44HTTP. W DCOM służy do autentykacji pakietów DCE RPC. W HTTP jest
45wykorzystywany do autentykacji pakietów HTTP przez MS Web Proxy i MS
7c9bb2ec 46Web Server.
47
08f126d9
JR
48Aktualna wersja modułu NTLM zawiera jedynie wsparcie dla funkcji
49obliczających odpowiedzi NT i LM po stronie klienta.
7c9bb2ec 50
51%prep
9d4766ff 52%setup -q -n %{pnam}-%{version}
7c9bb2ec 53
54%build
55%{__perl} Makefile.PL \
56 INSTALLDIRS=vendor
57%{__make}
58
da5b8b8f 59%{?with_tests:%{__make} test}
7c9bb2ec 60
61%install
62rm -rf $RPM_BUILD_ROOT
63
64%{__make} install \
65 DESTDIR=$RPM_BUILD_ROOT
66
67%clean
68rm -rf $RPM_BUILD_ROOT
69
70%files
71%defattr(644,root,root,755)
72b511f8 72%{perl_vendorlib}/Authen/NTLM.pm
73%{perl_vendorlib}/Authen/NTLM
7c9bb2ec 74%{_mandir}/man3/*
This page took 0.082297 seconds and 4 git commands to generate.