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

perl-CPAN.spec

index 19540883451a98d76a17a6314b4cab7d110ae631..ff03c330383214c60577313cee19864f78886c56 100644 (file)
@@ -8,7 +8,7 @@ Summary:        CPAN Perl module - query, download and build Perl modules from CPAN sit
 Summary(pl):   Modu³ Perla CPAN - odpytywanie, ¶ci±ganie i budowanie modu³ów Perla z serwisów CPAN
 Name:          perl-CPAN
 Version:       1.65
-Release:       1
+Release:       2
 License:       ?
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{version}.tar.gz
@@ -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.096129 seconds and 4 git commands to generate.