Stephan Kulow
2011-12-21 11:35:45 +00:00
committed by Git OBS Bridge
parent aeb01eafc5
commit c6f19a6300

View File

@@ -1,23 +1,38 @@
# vim: set sw=4 ts=4 et nu:
#
# spec file for package perl-WWW-Pastebin-PastebinCom-Create
#
# 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/
#
Name: perl-WWW-Pastebin-PastebinCom-Create
Version: 0.003
Release: 0
Summary: Paste to pastebin.com from Perl
Source: http://search.cpan.org/CPAN/authors/id/Z/ZO/ZOFFIX/WWW-Pastebin-PastebinCom-Create-%{version}.tar.gz
URL: http://search.cpan.org/dist/WWW-Pastebin-PastebinCom-Create
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
License: Perl License
BuildRoot: %{_tmppath}/build-%{name}-%{version}
Source: http://search.cpan.org/CPAN/authors/id/Z/ZO/ZOFFIX/WWW-Pastebin-PastebinCom-Create-%{version}.tar.gz
Url: http://search.cpan.org/dist/WWW-Pastebin-PastebinCom-Create
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Test::More)
BuildRequires: perl(Module::Build) >= 0.35
BuildRequires: perl(URI) >= 1.35
BuildRequires: perl(LWP::UserAgent) >= 2.036
BuildRequires: perl(overload) >= 1.04
BuildRequires: perl(Carp) >= 1.04
BuildRequires: perl(LWP::UserAgent) >= 2.036
BuildRequires: perl(Module::Build) >= 0.35
BuildRequires: perl(Test::More)
BuildRequires: perl(URI) >= 1.35
BuildRequires: perl(overload) >= 1.04
Requires: perl(URI) >= 1.35
Requires: perl(LWP::UserAgent) >= 2.036
Requires: perl(overload) >= 1.04
@@ -57,3 +72,4 @@ http://pastebin.com pastebin site.
%{perl_vendorarch}/auto/WWW/Pastebin/PastebinCom/Create
%doc %{perl_man3dir}/WWW::Pastebin::PastebinCom::Create.%{perl_man3ext}%{ext_man}
%changelog