forked from pool/perl-Unicode-Stringprep
update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Unicode-Stringprep?expand=0&rev=6
This commit is contained in:
committed by
Git OBS Bridge
parent
5dd714dc23
commit
93f407184e
@@ -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
|
||||
|
||||
|
@@ -1,8 +1,7 @@
|
||||
# vim: set sw=4 ts=4 et nu:
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,63 +17,52 @@
|
||||
|
||||
|
||||
Name: perl-Unicode-Stringprep
|
||||
Version: 1.103
|
||||
Version: 1.104
|
||||
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+
|
||||
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
|
||||
%{perl_requires}
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Module::Build)
|
||||
BuildRequires: perl(Module::Build) >= 0.35
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(Module::Build) >= 0.38
|
||||
BuildRequires: perl(Test::NoWarnings)
|
||||
BuildRequires: perl(Test::Pod)
|
||||
BuildRequires: perl(Test::Pod::Coverage)
|
||||
BuildRequires: perl(Unicode::Normalize) >= 1
|
||||
Requires: perl(Unicode::Normalize) >= 1
|
||||
%{perl_requires}
|
||||
|
||||
%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
|
||||
string comparison work in ways that make sense for typical users
|
||||
throughout the world. The *stringprep* protocol is useful for protocol
|
||||
identifier values, company and personal names, internationalized domain
|
||||
names, and other text strings.
|
||||
The *stringprep* framework does not specify how protocols should prepare
|
||||
string comparison work in ways that make sense for typical users throughout
|
||||
the world. The _stringprep_ protocol is useful for protocol identifier
|
||||
values, company and personal names, internationalized domain names, and
|
||||
other text strings.
|
||||
|
||||
The _stringprep_ framework does not specify how protocols should prepare
|
||||
text strings. Protocols must create profiles of stringprep in order to
|
||||
fully specify the processing options.
|
||||
|
||||
%prep
|
||||
%setup -q -n "Unicode-Stringprep-%{version}"
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
%__perl ./Build.PL
|
||||
./Build
|
||||
|
||||
%install
|
||||
./Build pure_install --destdir "%{buildroot}" --installdirs vendor
|
||||
%perl_process_packlist
|
||||
%{__perl} Build.PL installdirs=vendor
|
||||
./Build build flags=%{?_smp_mflags}
|
||||
|
||||
%check
|
||||
./Build test
|
||||
|
||||
%clean
|
||||
%{?buildroot:%__rm -rf "%{buildroot}"}
|
||||
%install
|
||||
./Build install destdir=%{buildroot} create_packlist=0
|
||||
%perl_gen_filelist
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc Changes 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}
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes eg LICENSE README
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user