!3 【轻量级PR】remove %{dist} from spec file

From: @peijiankang 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2022-06-14 07:42:50 +00:00 committed by Gitee
commit 39d93d7b2e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,14 +1,14 @@
%global _empty_manifest_terminate_build 0
Name: perl-Guard
Version: 1.023
Release: 1%{?dist}
Release: 2
Summary: Safe cleanup blocks
License: CHECK(Distributable)
Group: Development/Libraries
URL: http://search.cpan.org/dist/Guard/
Source0: http://www.cpan.org/authors/id/M/ML/MLEHMANN/Guard-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: perl(ExtUtils::MakeMaker) perl-generators
BuildRequires: perl(ExtUtils::MakeMaker) perl-generators perl-devel
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
This module implements so-called "guards". A guard is something
@ -71,5 +71,8 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/*
%changelog
* Mon Jun 13 2022 peijiankang <peijiankang@kylinos.cn> 1.023-2
- remove %{dist} from spec file
* Fri Jun 12 2020 Perl_Bot <Perl_Bot@openeuler.org> 1.023-1
- Specfile autogenerated by Perl_Bot