!3 upgrade to version 2.07
From: @leeffo Reviewed-by: @wk333 Signed-off-by: @wk333
This commit is contained in:
commit
cf8dbc0f5a
Binary file not shown.
BIN
Devel-Caller-2.07.tar.gz
Normal file
BIN
Devel-Caller-2.07.tar.gz
Normal file
Binary file not shown.
@ -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
4
perl-Devel-Caller.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
version_control: metacpan
|
||||
src_repo: Devel-Caller
|
||||
tag_prefix: ^v
|
||||
separator: .
|
||||
Loading…
x
Reference in New Issue
Block a user