Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
435f98c9a5
!20 upgrade to 6.16
From: @kkzhs_admin 
Reviewed-by: @overweight 
Signed-off-by: @overweight
2023-09-21 01:04:05 +00:00
kkz
9f350f5205 upgrade to 6.16 2023-09-20 15:48:21 +08:00
openeuler-ci-bot
1b0b394851
!19 fix bogus date in %changelog
From: @wangyuhang27 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2022-10-28 07:54:22 +00:00
wangyuhang27
8dd183e4f9 fix bogus date in %changelog 2022-10-27 09:36:46 +08:00
openeuler-ci-bot
800fd4eaee
!13 update perl-HTTP-Daemon version to 6.14
From: @wangyuhang27 
Reviewed-by: @licunlong 
Signed-off-by: @licunlong
2022-10-25 03:12:57 +00:00
wangyuhang27
6883d4829e update to 6.14 2022-10-25 10:11:34 +08:00
openeuler-ci-bot
db3105d7e6
!10 【轻量级 PR】:fix bogus date in %changelog
From: @zhangkea 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2022-06-16 08:36:26 +00:00
ut001695
dae8cc49fa fix bogus date in %changelog 2022-06-16 10:46:39 +08:00
openeuler-ci-bot
5c665e0d92 !6 perl-HTTP-Daemon
Merge pull request !6 from xinghe/master
2020-07-24 14:16:14 +08:00
zhouhaibo055
6e84bfb5e0 update version 2020-07-23 21:10:30 +08:00
3 changed files with 24 additions and 8 deletions

Binary file not shown.

BIN
HTTP-Daemon-6.16.tar.gz Normal file

Binary file not shown.

View File

@ -1,16 +1,21 @@
Name: perl-HTTP-Daemon
Version: 6.01
Release: 26
Version: 6.16
Release: 1
Summary: A simple http server class
License: Artistic-1.0 or GPL-1.0+
Url: http://search.cpan.org/dist/HTTP-Daemon/
Source: http://www.cpan.org/authors/id/G/GA/GAAS/HTTP-Daemon-6.01.tar.gz
Source: http://www.cpan.org/authors/id/O/OA/OALDERS/HTTP-Daemon-%{version}.tar.gz
BuildArch: noarch
BuildRequires: perl(Test::More)
BuildRequires: perl-generators
BuildRequires: perl-interpreter
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(HTTP::Request)
BuildRequires: perl(File::Spec)
BuildRequires: perl(HTTP::Tiny) >= 0.042
BuildRequires: perl(Module::Metadata)
BuildRequires: perl(Test::Needs)
Requires: perl(HTTP::Date) >= 6
Requires: perl(HTTP::Response) >= 6
@ -18,7 +23,7 @@ Requires: perl(HTTP::Status) >= 6
Requires: perl(IO::Socket)
Requires: perl(LWP::MediaTypes) >= 6
Requires: perl
Requires: perl(Sys::Hostname)
Requires: perl(IO::Socket::IP) >= 0.25
%description
@ -49,24 +54,35 @@ Development headers and libraries for perl-HTTP-Daemon.
%autosetup -n HTTP-Daemon-%{version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
%make_build
%install
make pure_install DESTDIR=%{buildroot}
%{make_install}
%{_fixperms} %{buildroot}/*
%check
make test
%files
%license LICENCE
%defattr(-,root,root,755)
%doc Changes README
%doc Changes CONTRIBUTING README
%{perl_vendorlib}/*
%files help
%doc Changes README
%doc Changes CONTRIBUTING README
%{_mandir}/man3/*
%changelog
* Wed Sep 20 2023 zhaoshuang <zhaoshuang@uniontech.com> - 6.16-1
- update version to 6.16
* Tue Oct 25 2022 wangyuhang <wangyuhang27@huawei.com> - 6.14-1
- update version to 6.14
* Thu Jul 23 2020 xinghe <xinghe1@huawei.com> - 6.12-1
- update version to 6.12
* Mon Jan 6 2020 duyeyu <duyeyu@huawei.com> - 6.01-26
- Package init