From 8dcc38b2eb12f7aabd1c14d856066174b83921d1 Mon Sep 17 00:00:00 2001 From: jinzhimin369 Date: Fri, 4 Sep 2020 10:35:24 +0800 Subject: [PATCH] Fix install conflict --- perl-Term-Table.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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