]> git.pld-linux.org Git - packages/perl-Mail-POP3Client.git/commitdiff
- should be ready for perl-5.8.0; release++
authorradek <radek@pld-linux.org>
Sat, 1 Mar 2003 20:20:14 +0000 (20:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Mail-POP3Client.spec -> 1.25

perl-Mail-POP3Client.spec

index 771c5a1ec87c14039cc97f6d0e49c0f5358a6b61..71b26b87c86375cf905d6096d8d502784624c801 100644 (file)
@@ -3,12 +3,12 @@ Summary:      Mail::POP3Client perl module
 Summary(pl):   Modu³ perla Mail::POP3Client
 Name:          perl-Mail-POP3Client
 Version:       2.9
-Release:       2
+Release:       3
 License:       GPL
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/Mail/POP3Client-%{version}.tar.gz
 Patch0:                %{name}-Digest-MD5.patch
-BuildRequires: rpm-perlprov >= 3.0.3-16
+BuildRequires: rpm-perlprov >= 4.1-13
 BuildRequires: perl >= 5.6.1
 BuildRequires: perl-Digest-MD5
 BuildArch:     noarch
@@ -25,7 +25,8 @@ Mail::POP3Client - klient POP3 dla perla.
 %patch0 -p1
 
 %build
-%{__perl} Makefile.PL
+%{__perl} Makefile.PL \
+       INSTALLDIRS=vendor 
 %{__make}
 
 %install
@@ -39,5 +40,5 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc Changes README
-%{perl_sitelib}/Mail/POP3Client.pm
+%{perl_vendorlib}/Mail/POP3Client.pm
 %{_mandir}/man3/*
This page took 0.046965 seconds and 4 git commands to generate.