!16 [sync] PR-15: fix install conflicts

From: @openeuler-sync-bot 
Reviewed-by: @overweight 
Signed-off-by: @overweight
This commit is contained in:
openeuler-ci-bot 2023-09-20 09:34:07 +00:00 committed by Gitee
commit f9115bf994
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: perl-experimental Name: perl-experimental
Version: 0.031 Version: 0.031
Release: 1 Release: 2
Summary: Experimental features made easy Summary: Experimental features made easy
License: GPL+ or Artistic License: GPL+ or Artistic
URL: http://search.cpan.org/dist/experimental/ URL: http://search.cpan.org/dist/experimental/
@ -37,6 +37,8 @@ perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
%install %install
make pure_install DESTDIR=$RPM_BUILD_ROOT make pure_install DESTDIR=$RPM_BUILD_ROOT
# fix https://gitee.com/src-openeuler/perl-experimental/issues/I7W5LD
mv ${RPM_BUILD_ROOT}/usr/share/man/man3/stable.3pm ${RPM_BUILD_ROOT}/usr/share/man/man3/experimental-stable.3pm
%{_fixperms} $RPM_BUILD_ROOT/* %{_fixperms} $RPM_BUILD_ROOT/*
%check %check
@ -51,6 +53,9 @@ make test
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Tue Aug 29 2023 leeffo <liweiganga@uniontech.com> - 0.031-2
- fix install conflicts
* Tue Jul 18 2023 leeffo <liweiganga@uniontech.com> - 0.031-1 * Tue Jul 18 2023 leeffo <liweiganga@uniontech.com> - 0.031-1
- upgrade to version 0.031 - upgrade to version 0.031