Correct the package description
This commit is contained in:
parent
02f684ffc2
commit
61f388786b
@ -1,6 +1,6 @@
|
||||
Name: perl-HTTP-Daemon
|
||||
Version: 6.01
|
||||
Release: 19%{?dist}
|
||||
Release: 20%{?dist}
|
||||
Summary: Simple HTTP server class
|
||||
License: GPL+ or Artistic
|
||||
URL: http://search.cpan.org/dist/HTTP-Daemon/
|
||||
@ -53,7 +53,7 @@ Conflicts: perl-libwww-perl < 6
|
||||
%description
|
||||
Instances of the HTTP::Daemon class are HTTP/1.1 servers that listen on a
|
||||
socket for incoming requests. The HTTP::Daemon is a subclass of
|
||||
IO::Socket::INET, so you can perform socket operations directly on it too.
|
||||
IO::Socket::IP, so you can perform socket operations directly on it too.
|
||||
|
||||
%prep
|
||||
%setup -q -n HTTP-Daemon-%{version}
|
||||
@ -77,6 +77,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Wed Jan 24 2018 Petr Pisar <ppisar@redhat.com> - 6.01-20
|
||||
- Correct the package description
|
||||
|
||||
* Mon Sep 18 2017 Petr Pisar <ppisar@redhat.com> - 6.01-19
|
||||
- Correct a typo in the undefined and empty-string LocalAddr patch
|
||||
(bug #1413065)
|
||||
|
Loading…
Reference in New Issue
Block a user