]> git.pld-linux.org Git - packages/perl-Mail-POP3Client.git/blob - perl-Mail-POP3Client.spec
- updated to 2.18
[packages/perl-Mail-POP3Client.git] / perl-Mail-POP3Client.spec
1 %include        /usr/lib/rpm/macros.perl
2 %define         pdir    Mail
3 %define         pnam    POP3Client
4 Summary:        Mail::POP3Client - Perl POP3 client
5 Summary(pl.UTF-8):      Mail::POP3Client - klient POP3 dla Perla
6 Name:           perl-Mail-POP3Client
7 Version:        2.18
8 Release:        1
9 # same as perl
10 License:        GPL v1+ or Artistic
11 Group:          Development/Languages/Perl
12 Source0:        http://www.cpan.org/modules/by-module/Mail/%{pdir}-%{pnam}-%{version}.tar.gz
13 # Source0-md5:  27b99775072f6ad4b585f7484c47405d
14 URL:            http://search.cpan.org/dist/Mail-POP3Client/
15 BuildRequires:  perl-Digest-MD5
16 BuildRequires:  perl-devel >= 1:5.8.0
17 BuildRequires:  rpm-perlprov >= 4.1-13
18 BuildArch:      noarch
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 Mail::POP3Client - Perl POP3 client.
23
24 %description -l pl.UTF-8
25 Mail::POP3Client - klient POP3 dla Perla.
26
27 %prep
28 %setup -q -n %{pdir}-%{pnam}-%{version}
29
30 %build
31 %{__perl} Makefile.PL \
32         INSTALLDIRS=vendor
33 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37
38 %{__make} install \
39         DESTDIR=$RPM_BUILD_ROOT
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc Changes README
47 %{perl_vendorlib}/Mail/POP3Client.pm
48 %{_mandir}/man3/*
This page took 0.315862 seconds and 4 git commands to generate.