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