From: Elan Ruusamäe Date: Tue, 25 Nov 2014 19:59:13 +0000 (+0200) Subject: use generic url X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=ab3698bd38945b0a55805aa243c6a91a8f03cbb9;p=packages%2Fperl-Net-SMTP-Receive.git use generic url --- diff --git a/perl-Net-SMTP-Receive.spec b/perl-Net-SMTP-Receive.spec index 850c159..64a961e 100644 --- a/perl-Net-SMTP-Receive.spec +++ b/perl-Net-SMTP-Receive.spec @@ -1,6 +1,6 @@ -%include /usr/lib/rpm/macros.perl %define pdir Net %define pnam SMTP-Receive +%include /usr/lib/rpm/macros.perl Summary: Net::SMTP::Receive - receive mail via SMTP Summary(pl.UTF-8): Net::SMTP::Receive - odbieranie poczty protokołem SMTP Name: perl-Net-SMTP-Receive @@ -10,15 +10,16 @@ License: Public Domain Group: Development/Languages/Perl Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz # Source0-md5: 0863aa1ee5f5950dc9e13b06927aea90 +URL: http://search.cpan.org/dist/Net-SMTP-Receive/ BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -Net::SMTP::Receive handles receiving email via SMTP. It is built as -a base class that must be subclassed to provide methods for actually -delivering a message. Many aspects of Net::SMTP::Receive's behavior +Net::SMTP::Receive handles receiving email via SMTP. It is built as a +base class that must be subclassed to provide methods for actually +delivering a message. Many aspects of Net::SMTP::Receive's behavior can be modified by overriding methods in the subclass. %description -l pl.UTF-8