8
0
Lars Vogdt
2013-01-15 19:56:37 +00:00
committed by Git OBS Bridge
parent b07338bba1
commit be06748472

View File

@@ -1,6 +1,8 @@
#
# spec file for package perl-Array-Unique
#
# 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
@@ -10,20 +12,24 @@
# 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-Array-Unique
Version: 0.08
Release: 1
License: GPLv2+ or Artistic
Release: 0
%define cpan_name Array-Unique
Summary: Tie-able array that allows only unique values
Url: http://search.cpan.org/dist/Array-Unique/
License: GPL-2.0+ or Artistic-1.0
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Array-Unique/
#Source: http://www.cpan.org/authors/id/S/SZ/SZABGAB/Array-Unique-%%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.gz
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Test::More) >= 0.47
BuildRequires: perl(Module::Build)
BuildRequires: perl(Test::More) >= 0.47
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%{perl_requires}