From 10d37c601fa9244a60b99ee63933cf2cb870b3df Mon Sep 17 00:00:00 2001 From: xujing Date: Mon, 24 Oct 2022 15:56:33 +0800 Subject: [PATCH] optimize the specfile (cherry picked from commit 540e876957314bd3681cf28da77d2d0d2b50961c) --- perl-Socket.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/perl-Socket.spec b/perl-Socket.spec index a8c433c..0884e1a 100644 --- a/perl-Socket.spec +++ b/perl-Socket.spec @@ -3,10 +3,10 @@ Name: perl-%{mod_name} Epoch: 4 Version: 2.032 -Release: 1 +Release: 2 Summary: Networking constants and support functions License: GPL+ or Artistic -URL: https://metacpan.org/release/Socket +URL: https://metacpan.org/release/%{mod_name} Source0: https://cpan.metacpan.org/authors/id/P/PE/PEVANS/%{mod_name}-%{version}.tar.gz BuildRequires: coreutils findutils, gcc, make, perl-interpreter, perl-devel, perl-generators @@ -59,6 +59,9 @@ make test %{_mandir}/man*/* %changelog +* Mon Oct 24 2022 xujing - 4:2.032-2 +- optimize the specfile + * Thu Nov 18 2021 liudabo - 4:2.032-1 - upgrade version to 2.032