]> git.pld-linux.org Git - packages/perl-Term-ReadPassword.git/blame - perl-Term-ReadPassword.spec
- version 0.11
[packages/perl-Term-ReadPassword.git] / perl-Term-ReadPassword.spec
CommitLineData
2b649d00 1#
2# Conditional build:
3%bcond_with tests # perform "make test" (interactive)
4#
5%include /usr/lib/rpm/macros.perl
9f5cbb57 6%define pdir Term
7%define pnam ReadPassword
bca8dcae 8Summary: Term::ReadPassword - asking the user for a password
85bf1479 9Summary(pl.UTF-8): Term::ReadPassowrd - pytanie użytkownika o hasło
2b649d00 10Name: perl-Term-ReadPassword
4f78a6bc 11Version: 0.11
12Release: 1
2b649d00 13License: unknown
14Group: Development/Languages/Perl
15Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
4f78a6bc 16# Source0-md5: e4e611f2a1efcf99c2b0c0488dd615e6
bca8dcae 17BuildRequires: perl-devel >= 1:5.8.0
2b649d00 18BuildRequires: rpm-perlprov >= 4.1-13
19%if %{with tests}
20BuildRequires: perl(Term::ReadLine)
21%endif
22BuildArch: noarch
23BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25%description
bca8dcae
JB
26This module lets you ask the user for a password in the traditional
27way, from the keyboard, without echoing.
2b649d00 28
0c15290e
JR
29%description -l pl.UTF-8
30Ten moduł pozwala zapytać użytkownika o hasło w tradycyjny sposób - z
bca8dcae 31klawiatury, bez echa.
2b649d00 32
33%prep
34%setup -q -n %{pdir}-%{pnam}-%{version}
35
36%build
37%{__perl} Makefile.PL \
38 INSTALLDIRS=vendor
39%{__make}
40
41%{?with_tests:%{__make} test}
42
43%install
44rm -rf $RPM_BUILD_ROOT
45
46%{__make} install \
47 DESTDIR=$RPM_BUILD_ROOT
48
49%clean
50rm -rf $RPM_BUILD_ROOT
51
52%files
53%defattr(644,root,root,755)
54%doc Changes
bca8dcae 55%{perl_vendorlib}/Term/*.pm
2b649d00 56%{_mandir}/man3/*
This page took 0.034982 seconds and 4 git commands to generate.