Fix install conflict

This commit is contained in:
jinzhimin369 2020-09-04 10:35:24 +08:00
parent 3918bdae50
commit 8dcc38b2eb

View File

@ -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 <dingyue5@huawei.com> -0.015 -2
- Fix install conflict.
* Mon Aug 3 2020 dingyue <dingyue5@huawei.com> -0.015 -1
- Package init