diff --git a/HTTP-Server-Simple-PSGI-0.14.tar.gz b/HTTP-Server-Simple-PSGI-0.14.tar.gz deleted file mode 100644 index e348524..0000000 --- a/HTTP-Server-Simple-PSGI-0.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:44c25aeb1923728ee011889fe73be56838e60249c0938a5b7a94e51d79900a51 -size 3890 diff --git a/HTTP-Server-Simple-PSGI-0.16.tar.gz b/HTTP-Server-Simple-PSGI-0.16.tar.gz new file mode 100644 index 0000000..59a869b --- /dev/null +++ b/HTTP-Server-Simple-PSGI-0.16.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f7ccb8453043b97278492a757328116e11e0352f2854a28a9c634e6e9131dba +size 11813 diff --git a/perl-HTTP-Server-Simple-PSGI.changes b/perl-HTTP-Server-Simple-PSGI.changes index 77d2d1c..d4bd275 100644 --- a/perl-HTTP-Server-Simple-PSGI.changes +++ b/perl-HTTP-Server-Simple-PSGI.changes @@ -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 diff --git a/perl-HTTP-Server-Simple-PSGI.spec b/perl-HTTP-Server-Simple-PSGI.spec index b71cfed..4fde347 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) 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 # remain the property of their copyright owners, unless otherwise agreed @@ -15,32 +15,29 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: perl-HTTP-Server-Simple-PSGI +Version: 0.16 +Release: 0 %define cpan_name HTTP-Server-Simple-PSGI Summary: PSGI handler for HTTP::Server::Simple -Version: 0.14 -Release: 1 -License: CHECK(Distributable) +License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl 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: %{cpan_name}-%{version}.tar.gz +Source: http://www.cpan.org/authors/id/M/MI/MIYAGAWA/%{cpan_name}-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build -%{perl_requires} BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(HTTP::Server::Simple) >= 0.42 Requires: perl(HTTP::Server::Simple) >= 0.42 +%{perl_requires} %description HTTP::Server::Simple::PSGI is a HTTP::Server::Simple based HTTP server that -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. +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. %prep %setup -q -n %{cpan_name}-%{version} @@ -54,18 +51,11 @@ so it's best to be used as an embedded web server. %install %perl_make_install -# do not perl_process_packlist (noarch) -# remove .packlist file -%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch -# remove perllocal.pod file -%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib +%perl_process_packlist %perl_gen_filelist -%clean -%{__rm} -rf $RPM_BUILD_ROOT - %files -f %{name}.files -%defattr(-,root,root,-) -%doc Changes README +%defattr(-,root,root,755) +%doc Changes LICENSE README %changelog