]> git.pld-linux.org Git - packages/perl-Mail-POP3Client.git/blob - perl-Mail-POP3Client.spec
- applied changes using automat supplied by Radoslaw Zielinski
[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:        2
7 License:        GPL
8 Group:          Development/Languages/Perl
9 Source0:        ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Mail/POP3Client-%{version}.tar.gz
10 Patch0:         %{name}-Digest-MD5.patch
11 BuildRequires:  rpm-perlprov >= 3.0.3-16
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 %{__make}
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33
34 %{__make} install DESTDIR=$RPM_BUILD_ROOT
35
36 gzip -9nf Changes README
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %doc *.gz
44 %{perl_sitelib}/Mail/POP3Client.pm
45 %{_mandir}/man3/*
This page took 0.085046 seconds and 4 git commands to generate.