diff --git a/perl-HTTP-Server-Simple-PSGI.changes b/perl-HTTP-Server-Simple-PSGI.changes index d4bd275..ad053f2 100644 --- a/perl-HTTP-Server-Simple-PSGI.changes +++ b/perl-HTTP-Server-Simple-PSGI.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jan 28 07:13:06 UTC 2021 - Frank Schreiner + +- re-run cpanspec + ------------------------------------------------------------------- Mon Apr 13 19:06:33 UTC 2015 - coolo@suse.com diff --git a/perl-HTTP-Server-Simple-PSGI.spec b/perl-HTTP-Server-Simple-PSGI.spec index 4fde347..72a4bcc 100644 --- a/perl-HTTP-Server-Simple-PSGI.spec +++ b/perl-HTTP-Server-Simple-PSGI.spec @@ -1,7 +1,7 @@ # # spec file for package perl-HTTP-Server-Simple-PSGI # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -21,10 +21,10 @@ Version: 0.16 Release: 0 %define cpan_name HTTP-Server-Simple-PSGI Summary: PSGI handler for HTTP::Server::Simple -License: Artistic-1.0 or GPL-1.0+ +License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/HTTP-Server-Simple-PSGI/ -Source: http://www.cpan.org/authors/id/M/MI/MIYAGAWA/%{cpan_name}-%{version}.tar.gz +URL: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/M/MI/MIYAGAWA/%{cpan_name}-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl @@ -35,19 +35,19 @@ Requires: perl(HTTP::Server::Simple) >= 0.42 %description HTTP::Server::Simple::PSGI is a HTTP::Server::Simple based HTTP server that -can run PSGI applications. This module only depends on the -HTTP::Server::Simple manpage, which itself doesn't depend on any non-core -modules so it's best to be used as an embedded web server. +can run PSGI applications. This module only depends on +HTTP::Server::Simple, which itself doesn't depend on any non-core modules +so it's best to be used as an embedded web server. %prep %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} %check -%{__make} test +make test %install %perl_make_install @@ -56,6 +56,7 @@ modules so it's best to be used as an embedded web server. %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes LICENSE README +%doc Changes README +%license LICENSE %changelog