8
0

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:
2021-01-28 15:50:55 +00:00
committed by Git OBS Bridge
parent 596f46e3c3
commit 82217556fe
2 changed files with 18 additions and 12 deletions

View File

@@ -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 Mon Apr 13 19:06:33 UTC 2015 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-HTTP-Server-Simple-PSGI # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # 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) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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 Release: 0
%define cpan_name HTTP-Server-Simple-PSGI %define cpan_name HTTP-Server-Simple-PSGI
Summary: PSGI handler for HTTP::Server::Simple 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 Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/HTTP-Server-Simple-PSGI/ URL: https://metacpan.org/release/%{cpan_name}
Source: http://www.cpan.org/authors/id/M/MI/MIYAGAWA/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/M/MI/MIYAGAWA/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
@@ -35,19 +35,19 @@ Requires: perl(HTTP::Server::Simple) >= 0.42
%description %description
HTTP::Server::Simple::PSGI is a HTTP::Server::Simple based HTTP server that HTTP::Server::Simple::PSGI is a HTTP::Server::Simple based HTTP server that
can run PSGI applications. This module only depends on the can run PSGI applications. This module only depends on
HTTP::Server::Simple manpage, which itself doesn't depend on any non-core HTTP::Server::Simple, which itself doesn't depend on any non-core modules
modules so it's best to be used as an embedded web server. so it's best to be used as an embedded web server.
%prep %prep
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags} make %{?_smp_mflags}
%check %check
%{__make} test make test
%install %install
%perl_make_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 %files -f %{name}.files
%defattr(-,root,root,755) %defattr(-,root,root,755)
%doc Changes LICENSE README %doc Changes README
%license LICENSE
%changelog %changelog