8
0
Stephan Kulow
2011-11-18 08:33:51 +00:00
committed by Git OBS Bridge
parent bcac99d5ba
commit e44f1f609e
3 changed files with 31 additions and 18 deletions

View File

@@ -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