!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
|
Name: perl-Devel-Caller
|
||||||
Version: 2.06
|
Version: 2.07
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Meatier versions of caller
|
Summary: Meatier versions of caller
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
@ -57,31 +57,15 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
|
|||||||
|
|
||||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
%{_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
|
%check
|
||||||
# Test will failed for now
|
# Test will failed for now
|
||||||
#make test
|
make test
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%files -f filelist.lst
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc Changes META.json
|
%doc Changes META.json
|
||||||
%{perl_vendorarch}/auto/*
|
%{perl_vendorarch}/auto/*
|
||||||
@ -91,5 +75,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/*
|
%{_mandir}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jun 29 2022 misaka00251 <misaka00251@misakanet.cn> - 2.06-1
|
||||||
- Init package
|
- 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