diff --git a/perl-Unicode-Stringprep.spec b/perl-Unicode-Stringprep.spec index d57e0cd..c5ada50 100644 --- a/perl-Unicode-Stringprep.spec +++ b/perl-Unicode-Stringprep.spec @@ -1,24 +1,40 @@ # vim: set sw=4 ts=4 et nu: -# norootforbuild +# +# spec file for package perl-Unicode-Stringprep +# +# Copyright (c) 2012 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-Unicode-Stringprep Version: 1.103 Release: 0 Summary: Preparation of Internationalized Strings (RFC 3454) -Source: http://search.cpan.org/CPAN/authors/id/C/CF/CFAERBER/Unicode-Stringprep-%{version}.tar.gz -URL: http://search.cpan.org/dist/Unicode-Stringprep +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/C/CF/CFAERBER/Unicode-Stringprep-%{version}.tar.gz +Url: http://search.cpan.org/dist/Unicode-Stringprep +BuildRoot: %{_tmppath}/%{name}-%{version}-build %{perl_requires} BuildRequires: perl BuildRequires: perl-macros +BuildRequires: perl(Module::Build) +BuildRequires: perl(Module::Build) >= 0.35 BuildRequires: perl(Test::More) BuildRequires: perl(Test::NoWarnings) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) -BuildRequires: perl(Module::Build) >= 0.35 -BuildRequires: perl(Module::Build) BuildRequires: perl(Unicode::Normalize) >= 1 Requires: perl(Unicode::Normalize) >= 1 @@ -61,3 +77,4 @@ fully specify the processing options. %doc %{perl_man3dir}/Unicode::Stringprep.%{perl_man3ext}%{ext_man} %doc %{perl_man3dir}/Unicode::Stringprep::*.%{perl_man3ext}%{ext_man} +%changelog