Compare commits

..

No commits in common. "435f98c9a51d94039cde6ad1839745fe5e64f96c" and "3c3a103e196f3953748bd388448914075b42a2b6" have entirely different histories.

3 changed files with 8 additions and 24 deletions

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

Binary file not shown.

Binary file not shown.

View File

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