diff --git a/perl-Glib.spec b/perl-Glib.spec index a3cf6081db62cafdba9b49c6bb04071ddf8e774d..7f32ec22a7130226e164236f3a59e7e4969db848 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