]> git.pld-linux.org Git - packages/perl-Term-ReadPassword.git/blob - perl-Term-ReadPassword.spec
- updated to 0.02
[packages/perl-Term-ReadPassword.git] / perl-Term-ReadPassword.spec
1 #
2 # Conditional build:
3 %bcond_with     tests           # perform "make test" (interactive)
4 #
5 %include        /usr/lib/rpm/macros.perl
6 %define         pdir    Term
7 %define         pnam    ReadPassword
8 Summary:        Term::ReadPassword - asking the user for a password
9 Summary(pl):    Term::ReadPassowrd - pytanie u¿ytkownika o has³o
10 Name:           perl-Term-ReadPassword
11 Version:        0.02
12 Release:        1
13 License:        unknown
14 Group:          Development/Languages/Perl
15 Source0:        http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
16 # Source0-md5:  a3e813c05d8e4fcbab64f0749613edaf
17 BuildRequires:  perl-devel >= 1:5.8.0
18 BuildRequires:  rpm-perlprov >= 4.1-13
19 %if %{with tests}
20 BuildRequires:  perl(Term::ReadLine)
21 %endif
22 BuildArch:      noarch
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 This module lets you ask the user for a password in the traditional
27 way, from the keyboard, without echoing.
28
29 %description -l pl
30 Ten modu³ pozwala zapytaæ u¿ytkownika o has³o w tradycyjny sposób - z
31 klawiatury, bez echa.
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
44 rm -rf $RPM_BUILD_ROOT
45
46 %{__make} install \
47         DESTDIR=$RPM_BUILD_ROOT
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %doc Changes
55 %{perl_vendorlib}/Term/*.pm
56 %{_mandir}/man3/*
This page took 0.0248 seconds and 3 git commands to generate.