8
0
Stephan Kulow
2012-02-13 14:49:05 +00:00
committed by Git OBS Bridge
parent 546625dda0
commit b176b61813

View File

@@ -1,24 +1,40 @@
# vim: set sw=4 ts=4 et nu: # 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 Name: perl-Unicode-Stringprep
Version: 1.103 Version: 1.103
Release: 0 Release: 0
Summary: Preparation of Internationalized Strings (RFC 3454) Summary: Preparation of Internationalized Strings (RFC 3454)
Source: http://search.cpan.org/CPAN/authors/id/C/CF/CFAERBER/Unicode-Stringprep-%{version}.tar.gz License: Artistic-1.0 or GPL-1.0+
URL: http://search.cpan.org/dist/Unicode-Stringprep
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
License: Perl License Source: http://search.cpan.org/CPAN/authors/id/C/CF/CFAERBER/Unicode-Stringprep-%{version}.tar.gz
BuildRoot: %{_tmppath}/build-%{name}-%{version} Url: http://search.cpan.org/dist/Unicode-Stringprep
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires} %{perl_requires}
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Module::Build)
BuildRequires: perl(Module::Build) >= 0.35
BuildRequires: perl(Test::More) BuildRequires: perl(Test::More)
BuildRequires: perl(Test::NoWarnings) BuildRequires: perl(Test::NoWarnings)
BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage) BuildRequires: perl(Test::Pod::Coverage)
BuildRequires: perl(Module::Build) >= 0.35
BuildRequires: perl(Module::Build)
BuildRequires: perl(Unicode::Normalize) >= 1 BuildRequires: perl(Unicode::Normalize) >= 1
Requires: 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}
%doc %{perl_man3dir}/Unicode::Stringprep::*.%{perl_man3ext}%{ext_man} %doc %{perl_man3dir}/Unicode::Stringprep::*.%{perl_man3ext}%{ext_man}
%changelog