!5 添加构建依赖
From: @mywaaagh_admin Reviewed-by: @xu-think-about-it Signed-off-by: @xu-think-about-it
This commit is contained in:
commit
ffdca20eee
@ -1,7 +1,7 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: perl-Glib
|
Name: perl-Glib
|
||||||
Version: 1.3293
|
Version: 1.3293
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: Perl wrappers for the GLib utility and Object libraries
|
Summary: Perl wrappers for the GLib utility and Object libraries
|
||||||
License: LGPL-2.1
|
License: LGPL-2.1
|
||||||
Group: Development/Libraries
|
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
|
Source0: http://www.cpan.org/authors/id/X/XA/XAOC/Glib-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: glib2-devel perl-devel
|
BuildRequires: glib2-devel perl-devel
|
||||||
|
BuildRequires: gcc
|
||||||
|
BuildRequires: perl-generators
|
||||||
BuildRequires: perl-ExtUtils-Depends >= 0.300
|
BuildRequires: perl-ExtUtils-Depends >= 0.300
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
BuildRequires: perl-ExtUtils-PkgConfig >= 1.000
|
BuildRequires: perl-ExtUtils-PkgConfig >= 1.000
|
||||||
@ -82,6 +84,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/*
|
%{_mandir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 10 2023 lichaoran <pkwarcraft@hotmail.com> 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 <peijiankang@kylinos.cn> 1.3293-2
|
* Mon Jun 13 2022 peijiankang <peijiankang@kylinos.cn> 1.3293-2
|
||||||
- remove %{dist} from spec file
|
- remove %{dist} from spec file
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user