]> git.pld-linux.org Git - packages/perl-Mail-POP3Client.git/blobdiff - perl-Mail-POP3Client.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/perl-Mail-POP3Client.git] / perl-Mail-POP3Client.spec
index 7ac3c08a2a66da18e27aa725704f9bea4eee3fbd..d7386cd09d63014de52657c58db342f31b20b2fc 100644 (file)
@@ -1,30 +1,30 @@
-%include       /usr/lib/rpm/macros.perl
-%define        pdir    Mail
-%define        pname   POP3Client
-Summary:       Mail::POP3Client perl module
-Summary(pl):   Modu³ perla Mail::POP3Client
+%define                pdir    Mail
+%define                pnam    POP3Client
+Summary:       Mail::POP3Client - Perl POP3 client
+Summary(pl.UTF-8):     Mail::POP3Client - klient POP3 dla Perla
 Name:          perl-Mail-POP3Client
-Version:       2.16
+Version:       2.19
 Release:       1
 # same as perl
 License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
-Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pname}-%{version}.tar.gz
-# Source0-md5: 099791880b0638abca33ff016832d7e4
-BuildRequires: rpm-perlprov >= 4.1-13
-BuildRequires: perl-devel >= 5.6.1
+Source0:       http://www.cpan.org/modules/by-module/Mail/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: 8ee509c9118fdd65a6d777b3f5f1c835
+URL:           http://search.cpan.org/dist/Mail-POP3Client/
 BuildRequires: perl-Digest-MD5
+BuildRequires: perl-devel >= 1:5.8.0
+BuildRequires: rpm-perlprov >= 4.1-13
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 Mail::POP3Client - Perl POP3 client.
 
-%description -l pl
-Mail::POP3Client - klient POP3 dla perla.
+%description -l pl.UTF-8
+Mail::POP3Client - klient POP3 dla Perla.
 
 %prep
-%setup -q -n %{pdir}-%{pname}-%{version}
+%setup -q -n %{pdir}-%{pnam}-%{version}
 
 %build
 %{__perl} Makefile.PL \
@@ -34,7 +34,8 @@ Mail::POP3Client - klient POP3 dla perla.
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.039904 seconds and 4 git commands to generate.