]> git.pld-linux.org Git - packages/perl-Term-ReadKey.git/blobdiff - perl-Term-ReadKey.spec
- should be ready for perl-5.8.0; release++
[packages/perl-Term-ReadKey.git] / perl-Term-ReadKey.spec
index bf380f26dc7013995546b9346986db05106e23d1..5c363f7876e734d05d3d2433f011750af7cb20ae 100644 (file)
@@ -24,12 +24,12 @@ Summary(uk):        
 Summary(zh_CN):        Term::ReadKey Perl Ä£¿é
 Name:          perl-Term-ReadKey
 Version:       2.21
-Release:       1
+Release:       2
 License:       GPL
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}%{pnam}-%{version}.tar.gz
 BuildRequires: perl >= 5.6.1
-BuildRequires: rpm-perlprov >= 3.0.3-16
+BuildRequires: rpm-perlprov >= 4.1-13
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Obsoletes:     perl-%{pdir}%{pnam}
 
@@ -61,7 +61,8 @@ controle.
 %setup -q -n TermReadKey-%{version}
 
 %build
-%{__perl} Makefile.PL
+%{__perl} Makefile.PL \
+       INSTALLDIRS=vendor 
 %{__make} OPTIMIZE="%{rpmcflags}"
 
 # tests require terminal
@@ -78,10 +79,10 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc README
-%{perl_sitearch}/Term/ReadKey.pm
-%dir %{perl_sitearch}/auto/Term/ReadKey
+%{perl_vendorarch}/Term/ReadKey.pm
+%dir %{perl_vendorarch}/auto/Term/ReadKey
 # empty autosplit.ix
-#%%{perl_sitearch}/auto/Term/ReadKey/autosplit.ix
-%{perl_sitearch}/auto/Term/ReadKey/ReadKey.bs
-%attr(755,root,root) %{perl_sitearch}/auto/Term/ReadKey/ReadKey.so
+#%%{perl_vendorarch}/auto/Term/ReadKey/autosplit.ix
+%{perl_vendorarch}/auto/Term/ReadKey/ReadKey.bs
+%attr(755,root,root) %{perl_vendorarch}/auto/Term/ReadKey/ReadKey.so
 %{_mandir}/man3/*
This page took 0.116288 seconds and 4 git commands to generate.