8
0

Accepting request 295894 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/295894
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTTP-Server-Simple-PSGI?expand=0&rev=7
This commit is contained in:
Stephan Kulow
2015-04-14 06:08:39 +00:00
committed by Git OBS Bridge
parent 698d5bc821
commit 596f46e3c3
4 changed files with 28 additions and 25 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:44c25aeb1923728ee011889fe73be56838e60249c0938a5b7a94e51d79900a51
size 3890

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5f7ccb8453043b97278492a757328116e11e0352f2854a28a9c634e6e9131dba
size 11813

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Apr 13 19:06:33 UTC 2015 - coolo@suse.com
- updated to 0.16
see /usr/share/doc/packages/perl-HTTP-Server-Simple-PSGI/Changes
0.16 2013-08-22 12:28:04 PDT
- Make this a non-devel release
0.15 2013-08-22 12:24:33 PDT
- Bundle Plack::Handler::HTTP::Server::Simple
- Convert to Milla
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Nov 30 19:20:20 UTC 2010 - coolo@novell.com Tue Nov 30 19:20:20 UTC 2010 - coolo@novell.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) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# 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
@@ -15,32 +15,29 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
# norootforbuild
Name: perl-HTTP-Server-Simple-PSGI Name: perl-HTTP-Server-Simple-PSGI
Version: 0.16
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
Version: 0.14 License: Artistic-1.0 or GPL-1.0+
Release: 1
License: CHECK(Distributable)
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/HTTP-Server-Simple-PSGI/ Url: http://search.cpan.org/dist/HTTP-Server-Simple-PSGI/
#Source: http://www.cpan.org/authors/id/M/MI/MIYAGAWA/HTTP-Server-Simple-PSGI-%{version}.tar.gz Source: http://www.cpan.org/authors/id/M/MI/MIYAGAWA/%{cpan_name}-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(HTTP::Server::Simple) >= 0.42 BuildRequires: perl(HTTP::Server::Simple) >= 0.42
Requires: perl(HTTP::Server::Simple) >= 0.42 Requires: perl(HTTP::Server::Simple) >= 0.42
%{perl_requires}
%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 can run PSGI applications. This module only depends on the
HTTP::Server::Simple, which itself doesn't depend on any non-core modules HTTP::Server::Simple manpage, which itself doesn't depend on any non-core
so it's best to be used as an embedded web server. modules 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}
@@ -54,18 +51,11 @@ so it's best to be used as an embedded web server.
%install %install
%perl_make_install %perl_make_install
# do not perl_process_packlist (noarch) %perl_process_packlist
# remove .packlist file
%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
# remove perllocal.pod file
%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib
%perl_gen_filelist %perl_gen_filelist
%clean
%{__rm} -rf $RPM_BUILD_ROOT
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,-) %defattr(-,root,root,755)
%doc Changes README %doc Changes LICENSE README
%changelog %changelog