From f396c3cec2a0bb58507efdffe1bd1a3dccddbd32 Mon Sep 17 00:00:00 2001 From: HukunaMatata Date: Tue, 14 Jan 2020 21:04:39 +0800 Subject: [PATCH] fix build arch --- perl-File-MimeInfo.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/perl-File-MimeInfo.spec b/perl-File-MimeInfo.spec index ac407d2..c681573 100644 --- a/perl-File-MimeInfo.spec +++ b/perl-File-MimeInfo.spec @@ -2,12 +2,13 @@ Name: perl-File-MimeInfo Version: 0.29 -Release: 2 +Release: 3 Summary: Implement the freedesktop specification License: GPL+ or Artistic URL: https://metacpan.org/release/File-MimeInfo Source0: https://cpan.metacpan.org/authors/id/M/MI/MICHIELB/File-MimeInfo-%{version}.tar.gz +BuildArch: noarch BuildRequires: findutils make BuildRequires: perl-interpreter perl-generators @@ -62,6 +63,9 @@ make test %{_mandir}/man3/* %changelog +* Tue Jan 14 2020 openEuler Buildteam - 0.29-3 +- mark as noarch + * Tue Jan 14 2020 openEuler Buildteam - 0.29-2 - Fix build requirements -- Gitee