]> git.pld-linux.org Git - packages/perl-Crypt-UnixCrypt.git/blob - perl-Crypt-UnixCrypt.spec
- should be ready for perl-5.8.0; release++
[packages/perl-Crypt-UnixCrypt.git] / perl-Crypt-UnixCrypt.spec
1 %include        /usr/lib/rpm/macros.perl
2 %define pdir    Crypt
3 %define pnam    UnixCrypt
4 Summary:        Crypt::UnixCrypt perl module
5 Summary(pl):    Modu³ perla Crypt::UnixCrypt
6 Name:           perl-Crypt-UnixCrypt
7 Version:        1.0
8 Release:        3
9 License:        GPL/Artistic
10 Group:          Development/Languages/Perl
11 Source0:        http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
12 BuildRequires:  rpm-perlprov >= 4.1-13
13 BuildRequires:  perl >= 5.6.1
14 BuildArch:      noarch
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Crypt::UnixCrypt - perl-only implementation of the crypt(3) function.
19
20 %description -l pl
21 Crypt::UnixCrypt - implementacja funkcji crypt(3) wy³±cznie w Perlu.
22
23 %prep
24 %setup -q -n %{pdir}-%{pnam}-%{version}
25
26 %build
27 %{__perl} Makefile.PL \
28         INSTALLDIRS=vendor 
29 %{__make}
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33
34 %{__make} install DESTDIR=$RPM_BUILD_ROOT
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
41 %doc CHANGES README
42 %{perl_vendorlib}/Crypt/UnixCrypt.pm
43 %{_mandir}/man3/*
This page took 0.068444 seconds and 3 git commands to generate.