forked from pool/perl-Unicode-Stringprep
1.103
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Unicode-Stringprep?expand=0&rev=1
This commit is contained in:
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.osc
|
3
Unicode-Stringprep-1.103.tar.gz
Normal file
3
Unicode-Stringprep-1.103.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e583bec0a5272e7294b250557da905368bed2137078a1b749ea7fa52c995aadd
|
||||
size 47337
|
5
perl-Unicode-Stringprep.changes
Normal file
5
perl-Unicode-Stringprep.changes
Normal file
@@ -0,0 +1,5 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 1 14:25:49 UTC 2010 - pascal.bleser@opensuse.org
|
||||
|
||||
- initial package (1.103)
|
||||
|
62
perl-Unicode-Stringprep.spec
Normal file
62
perl-Unicode-Stringprep.spec
Normal file
@@ -0,0 +1,62 @@
|
||||
# vim: set sw=4 ts=4 et nu:
|
||||
# norootforbuild
|
||||
|
||||
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
|
||||
Group: Development/Libraries/Perl
|
||||
License: Perl License
|
||||
BuildRoot: %{_tmppath}/build-%{name}-%{version}
|
||||
Requires: perl = %{perl_version}
|
||||
BuildRequires: perl
|
||||
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
|
||||
|
||||
%description
|
||||
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
|
||||
text strings. Protocols must create profiles of stringprep in order to
|
||||
fully specify the processing options.
|
||||
|
||||
%prep
|
||||
%setup -q -n "Unicode-Stringprep-%{version}"
|
||||
|
||||
%build
|
||||
%__perl ./Build.PL
|
||||
./Build
|
||||
|
||||
%install
|
||||
./Build pure_install --destdir "%{buildroot}" --installdirs vendor
|
||||
%perl_process_packlist
|
||||
|
||||
%check
|
||||
./Build test
|
||||
|
||||
%clean
|
||||
%{?buildroot:%__rm -rf "%{buildroot}"}
|
||||
|
||||
%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}
|
||||
|
Reference in New Issue
Block a user