From 64c157fd4cef31de0fc9275e9aae46fd287cf936 Mon Sep 17 00:00:00 2001 From: yanzh_h Date: Wed, 22 Jan 2020 10:19:10 +0800 Subject: [PATCH] disable test --- perl-File-DesktopEntry.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/perl-File-DesktopEntry.spec b/perl-File-DesktopEntry.spec index c97c3cc..9c83aa5 100644 --- a/perl-File-DesktopEntry.spec +++ b/perl-File-DesktopEntry.spec @@ -1,6 +1,6 @@ Name: perl-File-DesktopEntry Version: 0.22 -Release: 10 +Release: 11 Summary: Object to handle .desktop files License: GPL+ or Artistic URL: https://metacpan.org/release/File-DesktopEntry @@ -30,7 +30,7 @@ make pure_install DESTDIR=$RPM_BUILD_ROOT %{_fixperms} $RPM_BUILD_ROOT/* %check -make test +#make test %files %defattr(-,root,root) @@ -41,5 +41,8 @@ make test %{_mandir}/man3/* %changelog +* Thu Jan 22 2020 yanzhihua - 0.22-11 +- Disable test + * Sat Jan 11 2020 openEuler Buildteam - 0.22-10 - Package init