From 4acc3e4ddf27cb7f7e4d6464753b5ee8122706be Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 14 Mar 2013 16:29:39 +0000 Subject: [PATCH] Genericise for CentOS 6 as well as 5 --- modules/orig/perl-MARC-Record.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/orig/perl-MARC-Record.spec b/modules/orig/perl-MARC-Record.spec index c2cabcd..ffab5cc 100644 --- a/modules/orig/perl-MARC-Record.spec +++ b/modules/orig/perl-MARC-Record.spec @@ -34,11 +34,10 @@ rm -rf $RPM_BUILD_ROOT %install rm -rf $RPM_BUILD_ROOT -%makeinstall +make pure_install +find %{buildroot} -type f -name .packlist -exec rm -f {} ';' #chmod 644 $RPM_BUILD_ROOT/%{perl_vendorlib}/MARC/Record.pm #chmod 644 $RPM_BUILD_ROOT/%{perl_vendorlib}/MARC/Field.pm -rm $RPM_BUILD_ROOT/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/perllocal.pod -rm $RPM_BUILD_ROOT/usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/auto/MARC/Record/.packlist %files %defattr(-,root,root) -- 1.7.10.4