]> 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 9b6262d9cd743591e5241b7d34f966e6ec823835..d7386cd09d63014de52657c58db342f31b20b2fc 100644 (file)
@@ -1,29 +1,30 @@
-%include       /usr/lib/rpm/macros.perl
-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.9
-Release:       3
-License:       GPL
+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/Mail/POP3Client-%{version}.tar.gz
-# Source0-md5: baf932b842bc5e1c8283548fcdb72ab7
-Patch0:                %{name}-Digest-MD5.patch
-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 POP3Client-%{version}
-%patch0 -p1
+%setup -q -n %{pdir}-%{pnam}-%{version}
 
 %build
 %{__perl} Makefile.PL \
@@ -33,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.049575 seconds and 4 git commands to generate.