!3 remove %{dist} from spec file

From: @peijiankang 
Reviewed-by: @isoftljj 
Signed-off-by: @tangjie02
This commit is contained in:
openeuler-ci-bot 2022-06-21 09:11:27 +00:00 committed by Gitee
commit ecca53d5ba
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,19 +1,19 @@
%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: 1%{?dist} Release: 2
Summary: Perl wrappers for the GLib utility and Object libraries Summary: Perl wrappers for the GLib utility and Object libraries
License: CHECK(Distributable) License: LGPL-2.1
Group: Development/Libraries Group: Development/Libraries
URL: http://search.cpan.org/dist/Glib/ 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 BuildRequires: glib2-devel perl-devel
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
Requires: perl(ExtUtils::Depends) >= 0.300 Requires: perl-ExtUtils-Depends >= 0.300
Requires: perl(ExtUtils::PkgConfig) >= 1.000 Requires: perl-ExtUtils-PkgConfig >= 1.000
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description %description
This wrapper attempts to provide a perlish interface while remaining as This wrapper attempts to provide a perlish interface while remaining as
@ -82,5 +82,8 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/* %{_mandir}/*
%changelog %changelog
* Sat Jun 20 2020 Perl_Bot <Perl_Bot@openeuler.org> 1.3292-1 * Mon Jun 13 2022 peijiankang <peijiankang@kylinos.cn> 1.3293-2
- remove %{dist} from spec file
* Sat Jun 20 2020 Perl_Bot <Perl_Bot@openeuler.org> 1.3293-1
- Specfile autogenerated by Perl_Bot - Specfile autogenerated by Perl_Bot