forked from pool/perl-Unicode-Stringprep
Accepting request 242344 from devel:languages:perl
- updated to 1.104 - FIXES: #72615 faulty data in Build.PL causes a lack of meta files, which breaks carton. OBS-URL: https://build.opensuse.org/request/show/242344 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Unicode-Stringprep?expand=0&rev=5
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e583bec0a5272e7294b250557da905368bed2137078a1b749ea7fa52c995aadd
|
|
||||||
size 47337
|
|
3
Unicode-Stringprep-1.104.tar.gz
Normal file
3
Unicode-Stringprep-1.104.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a6dbfc428bd8678c1373b279634009c1e474909acad6b38c7cb2efc2c52a45a7
|
||||||
|
size 48040
|
@@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 25 09:32:00 UTC 2014 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 1.104
|
||||||
|
- FIXES: #72615 faulty data in Build.PL causes a lack of
|
||||||
|
meta files, which breaks carton.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 1 09:44:40 UTC 2010 - coolo@novell.com
|
Wed Dec 1 09:44:40 UTC 2010 - coolo@novell.com
|
||||||
|
|
||||||
|
@@ -1,8 +1,7 @@
|
|||||||
# vim: set sw=4 ts=4 et nu:
|
|
||||||
#
|
#
|
||||||
# spec file for package perl-Unicode-Stringprep
|
# spec file for package perl-Unicode-Stringprep
|
||||||
#
|
#
|
||||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,63 +17,52 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Unicode-Stringprep
|
Name: perl-Unicode-Stringprep
|
||||||
Version: 1.103
|
Version: 1.104
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Preparation of Internationalized Strings (RFC 3454)
|
%define cpan_name Unicode-Stringprep
|
||||||
|
Summary: Preparation of Internationalized Strings (S<RFC 3454>)
|
||||||
License: Artistic-1.0 or GPL-1.0+
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Source: http://search.cpan.org/CPAN/authors/id/C/CF/CFAERBER/Unicode-Stringprep-%{version}.tar.gz
|
Url: http://search.cpan.org/dist/Unicode-Stringprep/
|
||||||
Url: http://search.cpan.org/dist/Unicode-Stringprep
|
Source: http://www.cpan.org/authors/id/C/CF/CFAERBER/%{cpan_name}-%{version}.tar.gz
|
||||||
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%{perl_requires}
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Module::Build)
|
BuildRequires: perl(Module::Build) >= 0.38
|
||||||
BuildRequires: perl(Module::Build) >= 0.35
|
|
||||||
BuildRequires: perl(Test::More)
|
|
||||||
BuildRequires: perl(Test::NoWarnings)
|
BuildRequires: perl(Test::NoWarnings)
|
||||||
BuildRequires: perl(Test::Pod)
|
|
||||||
BuildRequires: perl(Test::Pod::Coverage)
|
|
||||||
BuildRequires: perl(Unicode::Normalize) >= 1
|
BuildRequires: perl(Unicode::Normalize) >= 1
|
||||||
Requires: perl(Unicode::Normalize) >= 1
|
Requires: perl(Unicode::Normalize) >= 1
|
||||||
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This module implements the *stringprep* framework for preparing Unicode
|
This module implements the _stringprep_ framework for preparing Unicode
|
||||||
text strings in order to increase the likelihood that string input and
|
text strings in order to increase the likelihood that string input and
|
||||||
string comparison work in ways that make sense for typical users
|
string comparison work in ways that make sense for typical users throughout
|
||||||
throughout the world. The *stringprep* protocol is useful for protocol
|
the world. The _stringprep_ protocol is useful for protocol identifier
|
||||||
identifier values, company and personal names, internationalized domain
|
values, company and personal names, internationalized domain names, and
|
||||||
names, and other text strings.
|
other text strings.
|
||||||
The *stringprep* framework does not specify how protocols should prepare
|
|
||||||
|
The _stringprep_ framework does not specify how protocols should prepare
|
||||||
text strings. Protocols must create profiles of stringprep in order to
|
text strings. Protocols must create profiles of stringprep in order to
|
||||||
fully specify the processing options.
|
fully specify the processing options.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n "Unicode-Stringprep-%{version}"
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%__perl ./Build.PL
|
%{__perl} Build.PL installdirs=vendor
|
||||||
./Build
|
./Build build flags=%{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
|
||||||
./Build pure_install --destdir "%{buildroot}" --installdirs vendor
|
|
||||||
%perl_process_packlist
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
./Build test
|
./Build test
|
||||||
|
|
||||||
%clean
|
%install
|
||||||
%{?buildroot:%__rm -rf "%{buildroot}"}
|
./Build install destdir=%{buildroot} create_packlist=0
|
||||||
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes README
|
%doc Changes eg LICENSE README
|
||||||
%dir %{perl_vendorlib}/Unicode
|
|
||||||
%{perl_vendorlib}/Unicode/Stringprep.pm
|
|
||||||
%{perl_vendorlib}/Unicode/Stringprep
|
|
||||||
%dir %{perl_vendorarch}/auto/Unicode
|
|
||||||
%{perl_vendorarch}/auto/Unicode/Stringprep
|
|
||||||
%doc %{perl_man3dir}/Unicode::Stringprep.%{perl_man3ext}%{ext_man}
|
|
||||||
%doc %{perl_man3dir}/Unicode::Stringprep::*.%{perl_man3ext}%{ext_man}
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user