perl-PerlIO-utf8_strict/perl-PerlIO-utf8_strict.spec
Stephan Kulow 32843cf93b - updated to 0.006
see /usr/share/doc/packages/perl-PerlIO-utf8_strict/Changes
  0.006     2015-05-01 11:36:21+02:00 Europe/Amsterdam
            Move to MakeMaker

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PerlIO-utf8_strict?expand=0&rev=6
2017-03-13 15:41:02 +00:00

63 lines
1.9 KiB
RPMSpec

#
# spec file for package perl-PerlIO-utf8_strict
#
# Copyright (c) 2017 SUSE LINUX 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-PerlIO-utf8_strict
Version: 0.006
Release: 0
%define cpan_name PerlIO-utf8_strict
Summary: Fast and correct UTF-8 IO
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/PerlIO-utf8_strict/
Source0: https://cpan.metacpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
Patch0: no-return-in-nonvoid-function.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::More) >= 0.88
%{perl_requires}
%description
This module provides a fast and correct UTF-8 PerlIO layer. Unlike perl's
default ':utf8' layer it checks the input for correctness.
%prep
%setup -q -n %{cpan_name}-%{version}
%patch0 -p1
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
%{__make} %{?_smp_mflags}
%check
%{__make} test
%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README
%license LICENSE
%changelog