8
0

Accepting request 204959 from home:mlin7442:branches:devel:languages:perl

update to 0.20 and update license

OBS-URL: https://build.opensuse.org/request/show/204959
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Validate-IP?expand=0&rev=2
This commit is contained in:
Stephan Kulow
2013-10-28 09:05:50 +00:00
committed by Git OBS Bridge
parent 172540937b
commit fc06c32cec
4 changed files with 38 additions and 10 deletions

View File

@@ -1,21 +1,41 @@
# vim: set sw=4 ts=4 et nu:
#
# spec file for package perl-Data-Validate-IP
#
# Copyright (c) 2013 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-Data-Validate-IP
Version: 0.14
Version: 0.20
Release: 0
Summary: Ipv4 and ipv6 validation methods
Source: http://search.cpan.org/CPAN/authors/id/N/NE/NEELY/Data-Validate-IP-%{version}.tar.gz
URL: http://search.cpan.org/dist/Data-Validate-IP
License: GPL-1.0+ or Artistic-1.0
Group: Development/Libraries/Perl
License: GNU General Public License version 2 or later or Artistic (GPLv2+ or Artistic)
BuildRoot: %{_tmppath}/build-%{name}-%{version}
Source: http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Data-Validate-IP-%{version}.tar.gz
Url: http://search.cpan.org/dist/Data-Validate-IP
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires: perl-macros
BuildRequires: make
BuildRequires: perl-macros
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test::More)
BuildRequires: perl(Net::Netmask)
BuildRequires: perl(NetAddr::IP)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Requires)
Requires: perl(Net::Netmask)
Requires: perl(NetAddr::IP)
%if 0%{?suse_version} >= 1120
BuildArch: noarch
%endif
@@ -54,3 +74,4 @@ The value to test is always the first (and often only) argument.
%{perl_vendorlib}/Data/Validate/IP.pm
%doc %{perl_man3dir}/Data::Validate::IP.%{perl_man3ext}%{ext_man}
%changelog