From 0f72d0f1eec7d3da5d5948ea5c0449878fcd4834 Mon Sep 17 00:00:00 2001 From: peijiankang Date: Mon, 13 Jun 2022 13:43:35 +0800 Subject: [PATCH] remove %{dist} from spec file --- perl-Glib.spec | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/perl-Glib.spec b/perl-Glib.spec index a3cf608..7f32ec2 100755 --- a/perl-Glib.spec +++ b/perl-Glib.spec @@ -1,19 +1,19 @@ %global _empty_manifest_terminate_build 0 Name: perl-Glib Version: 1.3293 -Release: 1%{?dist} +Release: 2 Summary: Perl wrappers for the GLib utility and Object libraries -License: CHECK(Distributable) +License: LGPL-2.1 Group: Development/Libraries 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 -BuildRequires: perl(ExtUtils::Depends) >= 0.300 +BuildRequires: glib2-devel perl-devel +BuildRequires: perl-ExtUtils-Depends >= 0.300 BuildRequires: perl(ExtUtils::MakeMaker) -BuildRequires: perl(ExtUtils::PkgConfig) >= 1.000 -Requires: perl(ExtUtils::Depends) >= 0.300 -Requires: perl(ExtUtils::PkgConfig) >= 1.000 +BuildRequires: perl-ExtUtils-PkgConfig >= 1.000 +Requires: perl-ExtUtils-Depends >= 0.300 +Requires: perl-ExtUtils-PkgConfig >= 1.000 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This wrapper attempts to provide a perlish interface while remaining as @@ -82,5 +82,8 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/* %changelog -* Sat Jun 20 2020 Perl_Bot 1.3292-1 +* Mon Jun 13 2022 peijiankang 1.3293-2 +- remove %{dist} from spec file + +* Sat Jun 20 2020 Perl_Bot 1.3293-1 - Specfile autogenerated by Perl_Bot -- Gitee