forked from pool/perl-HTTP-Server-Simple-PSGI
Accepting request 867390 from home:M0ses:tmp
required by openSUSE:Factory:Staging:adi:83 OBS-URL: https://build.opensuse.org/request/show/867390 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTTP-Server-Simple-PSGI?expand=0&rev=8
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 28 07:13:06 UTC 2021 - Frank Schreiner <FSchreiner@suse.com>
|
||||
|
||||
- re-run cpanspec
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 13 19:06:33 UTC 2015 - coolo@suse.com
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user