From 93f407184e3d8bf738aa6b0afc0b73332c20abe487ca1d22b6dcf2ba44f59035 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 25 Jul 2014 09:56:34 +0000 Subject: [PATCH] update OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Unicode-Stringprep?expand=0&rev=6 --- Unicode-Stringprep-1.103.tar.gz | 3 -- Unicode-Stringprep-1.104.tar.gz | 3 ++ perl-Unicode-Stringprep.changes | 7 ++++ perl-Unicode-Stringprep.spec | 62 +++++++++++++-------------------- 4 files changed, 35 insertions(+), 40 deletions(-) delete mode 100644 Unicode-Stringprep-1.103.tar.gz create mode 100644 Unicode-Stringprep-1.104.tar.gz diff --git a/Unicode-Stringprep-1.103.tar.gz b/Unicode-Stringprep-1.103.tar.gz deleted file mode 100644 index 426fe6c..0000000 --- a/Unicode-Stringprep-1.103.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e583bec0a5272e7294b250557da905368bed2137078a1b749ea7fa52c995aadd -size 47337 diff --git a/Unicode-Stringprep-1.104.tar.gz b/Unicode-Stringprep-1.104.tar.gz new file mode 100644 index 0000000..05d0014 --- /dev/null +++ b/Unicode-Stringprep-1.104.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6dbfc428bd8678c1373b279634009c1e474909acad6b38c7cb2efc2c52a45a7 +size 48040 diff --git a/perl-Unicode-Stringprep.changes b/perl-Unicode-Stringprep.changes index f90657c..592d18a 100644 --- a/perl-Unicode-Stringprep.changes +++ b/perl-Unicode-Stringprep.changes @@ -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 diff --git a/perl-Unicode-Stringprep.spec b/perl-Unicode-Stringprep.spec index c5ada50..8803b90 100644 --- a/perl-Unicode-Stringprep.spec +++ b/perl-Unicode-Stringprep.spec @@ -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) 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