From be067484729b3d1fb8884c3f6ee2092462c5fd9ad06a7a9ee0218fe98f64fc2d Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Tue, 15 Jan 2013 19:56:37 +0000 Subject: [PATCH] added copyright header OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Array-Unique?expand=0&rev=3 --- perl-Array-Unique.spec | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/perl-Array-Unique.spec b/perl-Array-Unique.spec index d3db93a..675a0e6 100644 --- a/perl-Array-Unique.spec +++ b/perl-Array-Unique.spec @@ -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}