From e44f1f609e44c30a66a1ce23a5d80ee59b0dd028b5b2f5e6ce734cf9d4bc118f Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 18 Nov 2011 08:33:51 +0000 Subject: [PATCH] fix source validator OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTTP-Server-Simple?expand=0&rev=9 --- HTTP-Server-Simple-0.44.tar.bz2 | 3 --- HTTP-Server-Simple-0.44.tar.gz | 3 +++ perl-HTTP-Server-Simple.spec | 43 +++++++++++++++++++++------------ 3 files changed, 31 insertions(+), 18 deletions(-) delete mode 100644 HTTP-Server-Simple-0.44.tar.bz2 create mode 100644 HTTP-Server-Simple-0.44.tar.gz diff --git a/HTTP-Server-Simple-0.44.tar.bz2 b/HTTP-Server-Simple-0.44.tar.bz2 deleted file mode 100644 index a24e29e..0000000 --- a/HTTP-Server-Simple-0.44.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7644dbb1f44d676ecca2815262df4c7ec3b6245b698a0120acf4b5c6695cd7f8 -size 31074 diff --git a/HTTP-Server-Simple-0.44.tar.gz b/HTTP-Server-Simple-0.44.tar.gz new file mode 100644 index 0000000..2a61bf1 --- /dev/null +++ b/HTTP-Server-Simple-0.44.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cff4f882da63a9a71271e25d1dc9160e64e5dd1195ed0a63894609ada7bb7416 +size 33804 diff --git a/perl-HTTP-Server-Simple.spec b/perl-HTTP-Server-Simple.spec index 112e223..60ec69c 100644 --- a/perl-HTTP-Server-Simple.spec +++ b/perl-HTTP-Server-Simple.spec @@ -1,23 +1,36 @@ # # spec file for package perl-HTTP-Server-Simple # +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# 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/ +# # norootforbuild -Name: perl-HTTP-Server-Simple -%define real_name %( echo %{name} | %{__sed} -e 's,perl-,,' ) -Summary: Lightweight HTTP server -Url: http://search.cpan.org/perldoc?HTTP::Server::Simple -Group: Development/Libraries/Perl -License: Artistic License -Version: 0.44 -Release: 1 -Vendor: openSUSE-Education -Source: %{real_name}-%{version}.tar.bz2 -BuildRequires: perl-macros -BuildRequires: perl(Test::Pod) -BuildRequires: perl(Test::Pod::Coverage) -BuildRoot: %{_tmppath}/%{name}-%{version}-build + +Name: perl-HTTP-Server-Simple +%define real_name HTTP-Server-Simple +Summary: Lightweight HTTP server +Url: http://search.cpan.org/perldoc?HTTP::Server::Simple +Group: Development/Libraries/Perl +License: Artistic License +Version: 0.44 +Release: 1 +Source: %{real_name}-%{version}.tar.gz +BuildRequires: perl-macros +BuildRequires: perl(Test::Pod) +BuildRequires: perl(Test::Pod::Coverage) +BuildRoot: %{_tmppath}/%{name}-%{version}-build %{perl_requires} %description @@ -55,4 +68,4 @@ rm -rf %{buildroot} %defattr(-, root, root) %doc Changes README MANIFEST SIGNATURE ex -%changelog +%changelog