]> git.pld-linux.org Git - packages/perl-Mail-POP3Client.git/blob - perl-Mail-POP3Client.spec
- converted to UTF-8
[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 module
5 Summary(pl.UTF-8):   ModuĊ‚ perla Mail::POP3Client
6 Name:           perl-Mail-POP3Client
7 Version:        2.16
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/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
13 # Source0-md5:  099791880b0638abca33ff016832d7e4
14 BuildRequires:  rpm-perlprov >= 4.1-13
15 BuildRequires:  perl-devel >= 1:5.8.0
16 BuildRequires:  perl-Digest-MD5
17 BuildArch:      noarch
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Mail::POP3Client - Perl POP3 client.
22
23 %description -l pl.UTF-8
24 Mail::POP3Client - klient POP3 dla perla.
25
26 %prep
27 %setup -q -n %{pdir}-%{pnam}-%{version}
28
29 %build
30 %{__perl} Makefile.PL \
31         INSTALLDIRS=vendor
32 %{__make}
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36
37 %{__make} install \
38         DESTDIR=$RPM_BUILD_ROOT
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc Changes README
46 %{perl_vendorlib}/Mail/POP3Client.pm
47 %{_mandir}/man3/*
This page took 0.085803 seconds and 4 git commands to generate.