Changes of Revision 2
[-] | Changed | perl-ExtUtils-Constant.spec |
x 1
2 BuildRoot: %{_tmppath}/%{name}-%{version}-build 3 BuildRequires: perl 4 BuildRequires: perl-macros 5 -#BuildRequires: perl(ExtUtils::Constant::Aaargh56Hash) 6 -#BuildRequires: perl(ExtUtils::Constant::ProxySubs) 7 %{perl_requires} 8 9 %description 10
11 %perl_make_install 12 %perl_process_packlist 13 %perl_gen_filelist 14 +%if 0%{?rhel} 15 +rm -rf %{buildroot}/usr/lib/perl5/vendor_perl/auto/ExtUtils/Constant/.packlist 16 +%endif 17 18 %files -f %{name}.files 19 %defattr(-,root,root,755) 20 |