Fix install conflict
This commit is contained in:
parent
3918bdae50
commit
8dcc38b2eb
@ -1,7 +1,7 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: perl-Term-Table
|
Name: perl-Term-Table
|
||||||
Version: 0.015
|
Version: 0.015
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Term::Table Perl module
|
Summary: Term::Table Perl module
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -37,7 +37,7 @@ This Perl module is able to format rows of data into tables.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
export PERL_MM_OPT=""
|
export PERL_MM_OPT=""
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
||||||
%{make_build}
|
%{make_build}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -82,5 +82,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/*
|
%{_mandir}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Aug 3 2020 dingyue <dingyue5@huawei.com> -0.015 -1
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user