]> git.pld-linux.org Git - packages/perl-Mail-IMAPClient.git/blobdiff - perl-Mail-IMAPClient.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/perl-Mail-IMAPClient.git] / perl-Mail-IMAPClient.spec
index 557b37e52d115a9371546dab44e30f06954c1c72..35b8910a79b8dbceb1c1319347cdac93f2c149d4 100644 (file)
@@ -2,21 +2,24 @@
 # Conditional build:
 %bcond_with    tests   # perform "make test" (currently fails?)
 #
-%include       /usr/lib/rpm/macros.perl
 %define                pdir    Mail
 %define                pnam    IMAPClient
 Summary:       Mail::IMAPClient - an IMAP Client API
-Summary(pl):   Mail::IMAPClient - API klienta IMAP
+Summary(pl.UTF-8):     Mail::IMAPClient - API klienta IMAP
 Name:          perl-Mail-IMAPClient
-Version:       2.2.9
+Version:       3.39
 Release:       1
 License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
-Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: 21c1901d55a2d57f73840cad478c665d
-URL:           http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.readme
+#Source0:      http://www.cpan.org/modules/by-module/Mail/%{pdir}-%{pnam}-%{version}.tar.gz
+Source0:       http://search.cpan.org/CPAN/authors/id/P/PL/PLOBBES/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: b813cfd79a7cab4e886d9caa94991502
+URL:           http://search.cpan.org/dist/Mail-IMAPClient/
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
+Suggests:      perl(Authen::NTLM)
+Suggests:      perl(Authen::SASL)
+Suggests:      perl(Digest::HMAC_MD5)
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -24,9 +27,9 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 This module provides Perl routines that simplify a sockets connection
 to and an IMAP conversation with an IMAP server.
 
-%description
-Modu³ ten udostêpnia funkcje Perla upraszczaj±ce po³±czenia z serwerem
-IMAP za pomoc± gniazd oraz konwersacjê z nim w protokole IMAP.
+%description -l pl.UTF-8
+Moduł ten udostępnia funkcje Perla upraszczające połączenia z serwerem
+IMAP za pomocą gniazd oraz konwersację z nim w protokole IMAP.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
@@ -50,7 +53,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc Changes README Todo
+%doc Changes README
 %{perl_vendorlib}/Mail/IMAPClient
 %{perl_vendorlib}/Mail/IMAPClient.pm
 %{_mandir}/man3/*
This page took 0.102763 seconds and 4 git commands to generate.