remove redundant fields to opitomize the specfile

This commit is contained in:
zhoushuiqing 2022-10-25 02:58:44 +00:00 committed by Gitee
parent 2ed57c9811
commit ba45297d69
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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 <zhoushuiqing2@huawei.com> - 0.36-2
- remove redundant fields to opitomize the specfile
* Wed Jul 22 2020 dingyue <dingyue5@huawei.com> - 0.36-1
- Package update
* Mon Oct 28 2019 shenyangyang <shenyangyang4@huawei.com> - 0.35-420
- Type:enhancement
- ID:NA