From ba45297d69baec8ca94b61146f0543d53e2299dc Mon Sep 17 00:00:00 2001 From: zhoushuiqing Date: Tue, 25 Oct 2022 02:58:44 +0000 Subject: [PATCH] remove redundant fields to opitomize the specfile --- perl-Sys-Syslog.spec | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/perl-Sys-Syslog.spec b/perl-Sys-Syslog.spec index fdb794f..fb05ef4 100644 --- a/perl-Sys-Syslog.spec +++ b/perl-Sys-Syslog.spec @@ -1,11 +1,10 @@ %define mod_name Sys-Syslog - Name: perl-%{mod_name} Version: 0.36 -Release: 1 +Release: 2 Summary: An interface to the UNIX syslog(3) program License: GPL+ or Artistic -URL: https://metacpan.org/release/Sys-Syslog +URL: https://metacpan.org/release/%{mod_name} Source0: http://www.cpan.org/authors/id/S/SA/SAPER/%{mod_name}-%{version}.tar.gz BuildRequires: coreutils, findutils, gcc, glibc-common, make @@ -43,14 +42,6 @@ find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 | xargs rm -f %check make test -%pre - -%preun - -%post - -%postun - %files %doc Changes eg README %{perl_vendorarch}/auto/* @@ -60,8 +51,12 @@ make test %{_mandir}/man*/* %changelog +* Tue Oct 25 2022 zhoushuiqing - 0.36-2 +- remove redundant fields to opitomize the specfile + * Wed Jul 22 2020 dingyue - 0.36-1 - Package update + * Mon Oct 28 2019 shenyangyang - 0.35-420 - Type:enhancement - ID:NA