]> git.pld-linux.org Git - packages/perl-Mail-IMAPClient.git/blob - perl-Mail-IMAPClient.spec
- pl translation, cosmetics
[packages/perl-Mail-IMAPClient.git] / perl-Mail-IMAPClient.spec
1 %include        /usr/lib/rpm/macros.perl
2 %define pdir    Mail
3 %define pnam    IMAPClient
4 Summary:        Mail::IMAPClient - an IMAP Client API
5 Summary(pl):    Mail::IMAPClient - API klienta IMAP
6 Name:           perl-Mail-IMAPClient
7 Version:        2.2.8
8 Release:        1
9 License:        Artistic or GPL
10 Group:          Development/Languages/Perl
11 Source0:        http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
12 # Source0-md5:  d8a02891cf82901a7c96e2b50ccc23bb
13 URL:            http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.readme
14 BuildRequires:  rpm-perlprov
15 BuildRequires:  perl-devel
16 BuildArch:      noarch
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 This module provides Perl routines that simplify a sockets connection
21 to and an IMAP conversation with an IMAP server.
22
23 %description
24 Modu³ ten udostêpnia funkcje Perla upraszczaj±ce po³±czenia z serwerem
25 IMAP za pomoc± gniazd oraz konwersacjê z nim w protokole IMAP.
26
27 %prep
28 %setup -q -n %{pdir}-%{pnam}-%{version}
29
30 %build
31 yes n | %{__perl} Makefile.PL
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 Todo
46 %{perl_sitelib}/Mail/IMAPClient
47 %{perl_sitelib}/Mail/IMAPClient.pm
48 %{_mandir}/man3/*
This page took 0.080282 seconds and 3 git commands to generate.