]> git.pld-linux.org Git - packages/perl-Mail-POP3Client.git/blob - perl-Mail-POP3Client.spec
- release 2: use rpm automation and rebuild against perl 5.6.
[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.5
6 Release:        2
7 License:        GPL
8 Group:          Development/Languages/Perl
9 Group(de):      Entwicklung/Sprachen/Perl
10 Group(pl):      Programowanie/Jêzyki/Perl
11 Source0:        ftp://ftp.perl.org/pub/CPAN/modules/by-module/Mail/POP3Client-%{version}.tar.gz
12 BuildRequires:  rpm-perlprov >= 3.0.3-16
13 BuildRequires:  perl >= 5.6
14 BuildRequires:  perl-Digest-MD5
15 %requires_eq    perl
16 Requires:       %{perl_sitearch}
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Mail-POP3Client - Perl POP3 client.
21
22 %description -l pl
23 Mail-POP3Client - klient POP3 dla perla.
24
25 %prep
26 %setup -q -n POP3Client-%{version}
27
28 %build
29 perl Makefile.PL
30 %{__make}
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34
35 %{__make} install DESTDIR=$RPM_BUILD_ROOT
36
37 gzip -9nf Changes README
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc *.gz
45 %{perl_sitelib}/Mail/POP3Client.pm
46 %{perl_sitelib}/auto/Mail/POP3Client
47 %{_mandir}/man3/*
This page took 0.037268 seconds and 4 git commands to generate.