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