]> git.pld-linux.org Git - packages/perl-Mail-POP3Client.git/blob - perl-Mail-POP3Client.spec
- mass commit: cosmetics (removed trailing white spaces)
[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 # Source0-md5:  baf932b842bc5e1c8283548fcdb72ab7
11 Patch0:         %{name}-Digest-MD5.patch
12 BuildRequires:  rpm-perlprov >= 4.1-13
13 BuildRequires:  perl-devel >= 5.6.1
14 BuildRequires:  perl-Digest-MD5
15 BuildArch:      noarch
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Mail::POP3Client - Perl POP3 client.
20
21 %description -l pl
22 Mail::POP3Client - klient POP3 dla perla.
23
24 %prep
25 %setup -q -n POP3Client-%{version}
26 %patch0 -p1
27
28 %build
29 %{__perl} Makefile.PL \
30         INSTALLDIRS=vendor
31 %{__make}
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35
36 %{__make} install DESTDIR=$RPM_BUILD_ROOT
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %doc Changes README
44 %{perl_vendorlib}/Mail/POP3Client.pm
45 %{_mandir}/man3/*
This page took 0.062891 seconds and 4 git commands to generate.