diff --git a/perl-Term-Table.spec b/perl-Term-Table.spec index 642e44e..39dc0b9 100644 --- a/perl-Term-Table.spec +++ b/perl-Term-Table.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: perl-Term-Table Version: 0.015 -Release: 1 +Release: 2 Summary: Term::Table Perl module License: GPL+ or Artistic Group: Development/Libraries @@ -37,7 +37,7 @@ This Perl module is able to format rows of data into tables. %build export PERL_MM_OPT="" -%{__perl} Makefile.PL INSTALLDIRS=vendor +%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 %{make_build} %install @@ -82,5 +82,8 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/* %changelog +* Fri Sep 4 2020 dingyue -0.015 -2 +- Fix install conflict. + * Mon Aug 3 2020 dingyue -0.015 -1 - Package init