]> git.pld-linux.org Git - packages/perl-CPAN.git/blobdiff - perl-CPAN.spec
- should be ready for perl-5.8.0; release++
[packages/perl-CPAN.git] / perl-CPAN.spec
index 7aae43068f509445d664bdcb561e3cf1d6b14e73..ff03c330383214c60577313cee19864f78886c56 100644 (file)
@@ -7,11 +7,11 @@
 Summary:       CPAN Perl module - query, download and build Perl modules from CPAN sites
 Summary(pl):   Modu³ Perla CPAN - odpytywanie, ¶ci±ganie i budowanie modu³ów Perla z serwisów CPAN
 Name:          perl-CPAN
-Version:       1.63
-Release:       1
+Version:       1.65
+Release:       2
 License:       ?
 Group:         Development/Languages/Perl
-Source0:       ftp://ftp.cpan.org/pub/CPAN/modules/by-module/%{pdir}/%{pdir}-%{version}.tar.gz
+Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{version}.tar.gz
 %if %{?_without_tests:0}%{!?_without_tests:1}
 BuildRequires: perl(File::Spec)
 BuildRequires: perl-Test-Simple
@@ -36,7 +36,8 @@ Net::FTP lub LWP (albo lynksa czy zewn
 %setup -q -n %{pdir}-%{version}
 
 %build
-perl Makefile.PL
+%{__perl} Makefile.PL \
+       INSTALLDIRS=vendor 
 %{__make}
 
 %{!?_without_tests:%{__make} test}
@@ -53,7 +54,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc ChangeLog Todo
 %attr(755,root,root) %{_bindir}/cpan
-%{perl_privlib}/*.pm
-%{perl_privlib}/%{pdir}/*.pm
+%{perl_vendorlib}/*.pm
+%{perl_vendorlib}/%{pdir}/*.pm
 %{_mandir}/man1/*
 %{_mandir}/man3/C*
This page took 0.087705 seconds and 4 git commands to generate.