]> git.pld-linux.org Git - packages/perl-Mail-POP3Client.git/commitdiff
- updated to 2.16
authorAdam Gołębiowski <adamg@pld-linux.org>
Sun, 4 Apr 2004 20:01:00 +0000 (20:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed Digest-MD5 patch (not needed anymore)

Changed files:
    perl-Mail-POP3Client.spec -> 1.31

perl-Mail-POP3Client.spec

index 9b6262d9cd743591e5241b7d34f966e6ec823835..88afc2f3ed8cfc407bde92dd90fa043552e3878e 100644 (file)
@@ -1,14 +1,15 @@
 %include       /usr/lib/rpm/macros.perl
+%define        pdir    Mail
+%define        pname   POP3Client
 Summary:       Mail::POP3Client perl module
 Summary(pl):   Modu³ perla Mail::POP3Client
 Name:          perl-Mail-POP3Client
-Version:       2.9
-Release:       3
+Version:       2.16
+Release:       1
 License:       GPL
 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
+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
 BuildRequires: perl-Digest-MD5
@@ -22,8 +23,7 @@ Mail::POP3Client - Perl POP3 client.
 Mail::POP3Client - klient POP3 dla perla.
 
 %prep
-%setup -q -n POP3Client-%{version}
-%patch0 -p1
+%setup -q -n %{pdir}-%{pname}-%{version}
 
 %build
 %{__perl} Makefile.PL \
This page took 0.057893 seconds and 4 git commands to generate.