diff --git a/perl-Hash-MoreUtils.spec b/perl-Hash-MoreUtils.spec index 7d320dd..6d2d281 100644 --- a/perl-Hash-MoreUtils.spec +++ b/perl-Hash-MoreUtils.spec @@ -1,15 +1,32 @@ -# vim: set sw=4 ts=4 et nu: +# +# spec file for package perl-Hash-MoreUtils +# +# 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-Hash-MoreUtils Version: 0.02 -Release: 0 +Release: 1 Summary: Provide the stuff missing in Hash::Util Source: http://search.cpan.org/CPAN/authors/id/R/RE/REHSACK/Hash-MoreUtils-%{version}.tar.gz -URL: http://search.cpan.org/dist/Hash-MoreUtils +Url: http://search.cpan.org/dist/Hash-MoreUtils Group: Development/Libraries/Perl License: Perl License -BuildRoot: %{_tmppath}/build-%{name}-%{version} +BuildRoot: %{_tmppath}/%{name}-%{version}-build %{perl_requires} BuildRequires: perl BuildRequires: perl-macros @@ -17,7 +34,6 @@ BuildRequires: perl(Test::More) BuildRequires: perl(Module::Build) >= 0.36 BuildRequires: perl(Module::Build) - %description Similar to "List::MoreUtils", "Hash::MoreUtils" contains trivial but commonly-used functionality for hashes. @@ -47,4 +63,4 @@ commonly-used functionality for hashes. %dir %{perl_vendorarch}/auto/Hash %{perl_vendorarch}/auto/Hash/MoreUtils %doc %{perl_man3dir}/Hash::MoreUtils.%{perl_man3ext}%{ext_man} - +%changelog