!3 【轻量级PR】remove %{dist} from spec file
From: @peijiankang Reviewed-by: @shinwell_hu Signed-off-by: @shinwell_hu
This commit is contained in:
commit
39d93d7b2e
@ -1,14 +1,14 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: perl-Guard
|
Name: perl-Guard
|
||||||
Version: 1.023
|
Version: 1.023
|
||||||
Release: 1%{?dist}
|
Release: 2
|
||||||
Summary: Safe cleanup blocks
|
Summary: Safe cleanup blocks
|
||||||
License: CHECK(Distributable)
|
License: CHECK(Distributable)
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
URL: http://search.cpan.org/dist/Guard/
|
URL: http://search.cpan.org/dist/Guard/
|
||||||
Source0: http://www.cpan.org/authors/id/M/ML/MLEHMANN/Guard-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/M/ML/MLEHMANN/Guard-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
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))
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||||
%description
|
%description
|
||||||
This module implements so-called "guards". A guard is something
|
This module implements so-called "guards". A guard is something
|
||||||
@ -71,5 +71,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/*
|
%{_mandir}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jun 12 2020 Perl_Bot <Perl_Bot@openeuler.org> 1.023-1
|
||||||
- Specfile autogenerated by Perl_Bot
|
- Specfile autogenerated by Perl_Bot
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user