diff --git a/FFI-CheckLib-0.28.tar.gz b/FFI-CheckLib-0.28.tar.gz deleted file mode 100644 index 6401484..0000000 Binary files a/FFI-CheckLib-0.28.tar.gz and /dev/null differ diff --git a/FFI-CheckLib-0.31.tar.gz b/FFI-CheckLib-0.31.tar.gz new file mode 100644 index 0000000..6e2daa1 Binary files /dev/null and b/FFI-CheckLib-0.31.tar.gz differ diff --git a/perl-FFI-CheckLib.spec b/perl-FFI-CheckLib.spec index 9334de9..0e8a818 100644 --- a/perl-FFI-CheckLib.spec +++ b/perl-FFI-CheckLib.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: perl-FFI-CheckLib -Version: 0.28 +Version: 0.31 Release: 1 Summary: FFI::CheckLib Perl module License: GPL+ or Artistic @@ -55,37 +55,24 @@ 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 make test %clean rm -rf $RPM_BUILD_ROOT -%files -f filelist.lst +%files %defattr(-,root,root,-) %doc Changes META.json README %{perl_vendorlib}/* + %files help %{_mandir}/* %changelog +* Wed Jul 19 2023 leeffo - 0.31-1 +- upgrade to version 0.31 + * Tue Jul 20 2021 Xu Jin - 0.28-1 - Update package to 0.28 diff --git a/perl-FFI-CheckLib.yaml b/perl-FFI-CheckLib.yaml new file mode 100644 index 0000000..d92c072 --- /dev/null +++ b/perl-FFI-CheckLib.yaml @@ -0,0 +1,4 @@ +version_control: metacpan +src_repo: FFI-CheckLib +tag_prefix: ^v +separator: .