From: Elan Ruusamäe Date: Tue, 25 Nov 2014 10:40:53 +0000 (+0200) Subject: use generic url X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=f07f63a9a241420c6a517a306a21683e121312f7;p=packages%2Fperl-Email-Folder.git use generic url --- diff --git a/perl-Email-Folder.spec b/perl-Email-Folder.spec index 4a8b0a9..9d3569d 100644 --- a/perl-Email-Folder.spec +++ b/perl-Email-Folder.spec @@ -1,10 +1,10 @@ # # Conditional build: %bcond_without tests # do not perform "make test" -# -%include /usr/lib/rpm/macros.perl + %define pdir Email %define pnam Folder +%include /usr/lib/rpm/macros.perl Summary: Email::Folder - read all the messages from a folder as Email::Simple objects Summary(pl.UTF-8): Email::Folder - czytanie wiadomości z folderu jako obiektów Email::Simple Name: perl-Email-Folder @@ -14,6 +14,7 @@ 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: 0058c0c066bb383103976f659fa8b301 +URL: http://search.cpan.org/dist/Email-Folder/ BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 %if %{with tests}