!3 upgrade to version 2.07

From: @leeffo 
Reviewed-by: @wk333 
Signed-off-by: @wk333
This commit is contained in:
openeuler-ci-bot 2023-07-17 06:37:33 +00:00 committed by Gitee
commit cf8dbc0f5a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
4 changed files with 10 additions and 19 deletions

Binary file not shown.

BIN
Devel-Caller-2.07.tar.gz Normal file

Binary file not shown.

View File

@ -1,5 +1,5 @@
Name: perl-Devel-Caller
Version: 2.06
Version: 2.07
Release: 1
Summary: Meatier versions of caller
License: GPL+ or Artistic
@ -57,31 +57,15 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
%{_fixperms} $RPM_BUILD_ROOT/*
pushd %{buildroot}
touch filelist.lst
if [ -d usr/bin ];then
find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst
fi
if [ -d usr/sbin ];then
find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst
fi
if [ -d usr/lib64 ];then
find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst
fi
if [ -d usr/lib ];then
find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst
fi
popd
mv %{buildroot}/filelist.lst .
%check
# Test will failed for now
#make test
make test
%clean
rm -rf $RPM_BUILD_ROOT
%files -f filelist.lst
%files
%defattr(-,root,root,-)
%doc Changes META.json
%{perl_vendorarch}/auto/*
@ -91,5 +75,8 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/*
%changelog
* Mon Jul 17 2023 leeffo <liweiganga@uniontech.com> - 2.07-1
- upgrade to version 2.07
* Wed Jun 29 2022 misaka00251 <misaka00251@misakanet.cn> - 2.06-1
- Init package

4
perl-Devel-Caller.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: metacpan
src_repo: Devel-Caller
tag_prefix: ^v
separator: .