update code
This commit is contained in:
parent
10aac01c18
commit
9919961646
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: perl-%{mod_name}
|
Name: perl-%{mod_name}
|
||||||
Version: 0.35
|
Version: 0.35
|
||||||
Release: 419
|
Release: 420
|
||||||
Summary: An interface to the UNIX syslog(3) program
|
Summary: An interface to the UNIX syslog(3) program
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
URL: https://metacpan.org/release/Sys-Syslog
|
URL: https://metacpan.org/release/Sys-Syslog
|
||||||
@ -17,7 +17,6 @@ BuildRequires: perl(File::Basename), perl(POSIX), perl(Socket), perl(vars)
|
|||||||
BuildRequires: perl(warnings), perl(warnings::register), perl(XSLoader)
|
BuildRequires: perl(warnings), perl(warnings::register), perl(XSLoader)
|
||||||
BuildRequires: perl(FileHandle), perl(Data::Dumper), perl(Test::More)
|
BuildRequires: perl(FileHandle), perl(Data::Dumper), perl(Test::More)
|
||||||
BuildRequires: perl(Test::NoWarnings), perl(Test::Pod) >= 1.14
|
BuildRequires: perl(Test::NoWarnings), perl(Test::Pod) >= 1.14
|
||||||
BuildRequires: perl(Test::Portability::Files), perl(Test::Pod::Coverage) >= 1.06
|
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||||
Requires: perl(Fcntl), perl(XSLoader)
|
Requires: perl(Fcntl), perl(XSLoader)
|
||||||
|
|
||||||
@ -26,13 +25,7 @@ Sys-Syslog is an interface to the UNIX syslog(3) program.
|
|||||||
Call syslog() with a string priority and a list of printf() args
|
Call syslog() with a string priority and a list of printf() args
|
||||||
just like syslog(3).
|
just like syslog(3).
|
||||||
|
|
||||||
%package help
|
%package_help
|
||||||
Summary: Help files for %{name}
|
|
||||||
Requires: %{name} = %{version}-%{release}
|
|
||||||
BuildArch: noarch
|
|
||||||
|
|
||||||
%description help
|
|
||||||
This package contains user documentation for %{name}.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{mod_name}-%{version} -p1
|
%autosetup -n %{mod_name}-%{version} -p1
|
||||||
@ -67,5 +60,12 @@ make test
|
|||||||
%{_mandir}/man*/*
|
%{_mandir}/man*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 28 2019 shenyangyang <shenyangyang4@huawei.com> - 0.35-420
|
||||||
|
- Type:enhancement
|
||||||
|
- ID:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:delete unneeded build requires of perl(Test::Portability::Files)
|
||||||
|
and perl(Test::Pod::Coverage)
|
||||||
|
|
||||||
* Mon Sep 16 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.35-419
|
* Mon Sep 16 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.35-419
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user