File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2828
2929perl : default
3030 # have to use PREFIX here so we can install into PREFIX/lib64 instead of PREFIX/lib
31- (cd src/perl; $( PERL) Makefile.PL PREFIX= $( PERL_PREFIX ) LIB =$( PERL_PREFIX) /lib64 && $( MAKE) && $( MAKE) test)
31+ (cd src/perl; $( PERL) Makefile.PL INSTALLDIRS=vendor PREFIX =$( PERL_PREFIX) && $( MAKE) && $( MAKE) test)
3232
3333all : default perl doc
3434
Original file line number Diff line number Diff line change @@ -43,8 +43,6 @@ rm -rf %{buildroot}
4343make PREFIX=%{buildroot}/usr PERL_PREFIX=%{buildroot}/usr/lib64/perl5/site_perl/5.14/ LIBDIR=%{buildroot}/usr/lib64 INCDIR=%{buildroot}/usr/include install-all
4444find %buildroot -type f \( -name '*.so' -o -name '*.so.*' \) -exec chmod 755 {} +
4545find %buildroot -type f -name perllocal.pod -exec rm {} \;
46- #mkdir -p %{buildroot}/%{_mandir}/man3/
47- #mv %{buildroot}/usr/share/man/man3/* %{buildroot}/%{_mandir}/man3/
4846
4947%files
5048%doc README LICENSE
@@ -59,6 +57,9 @@ find %buildroot -type f -name perllocal.pod -exec rm {} \;
5957%files perl
6058/usr/lib64/perl5/*
6159%{_mandir}/man3/*
60+ /usr/share/perl5/vendor_perl/MDBM_File.pm
61+ /usr/share/perl5/vendor_perl/auto/MDBM_File/autosplit.ix
62+
6263
6364%post -p /sbin/ldconfig
6465%postun -p /sbin/ldconfig
You can’t perform that action at this time.
0 commit comments