From 10359b160d3da793b60b7df0b809cb485b7228c6 Mon Sep 17 00:00:00 2001 From: lcrpkking Date: Fri, 10 Feb 2023 07:22:31 +0000 Subject: [PATCH] add buildrequires Signed-off-by: lcrpkking --- perl-Glib.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/perl-Glib.spec b/perl-Glib.spec index 7f32ec2..0ce58ae 100755 --- a/perl-Glib.spec +++ b/perl-Glib.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: perl-Glib Version: 1.3293 -Release: 2 +Release: 3 Summary: Perl wrappers for the GLib utility and Object libraries License: LGPL-2.1 Group: Development/Libraries @@ -9,6 +9,8 @@ URL: http://search.cpan.org/dist/Glib/ Source0: http://www.cpan.org/authors/id/X/XA/XAOC/Glib-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: glib2-devel perl-devel +BuildRequires: gcc +BuildRequires: perl-generators BuildRequires: perl-ExtUtils-Depends >= 0.300 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl-ExtUtils-PkgConfig >= 1.000 @@ -82,6 +84,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/* %changelog +* Fri Feb 10 2023 lichaoran 1.3293-3 +- add buildRequires: add gcc as we using it to compile +- and perl-generators to auto-generate perl module provides + * Mon Jun 13 2022 peijiankang 1.3293-2 - remove %{dist} from spec file -- Gitee