Compare commits
No commits in common. "5e07f19ba2306f6d83ad74543ac51dd75ffae39c" and "37be6d5c2acca993f692b596ef6022e805ddc6f2" have entirely different histories.
5e07f19ba2
...
37be6d5c2a
BIN
PerlIO-utf8_strict-0.008.tar.gz
Normal file
BIN
PerlIO-utf8_strict-0.008.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,14 +1,13 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: perl-PerlIO-utf8_strict
|
Name: perl-PerlIO-utf8_strict
|
||||||
Version: 0.010
|
Version: 0.008
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Fast and correct UTF-8 IO
|
Summary: Fast and correct UTF-8 IO
|
||||||
License: GPL-1.0-only or Artistic-1.0
|
License: Perl_5
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
URL: http://search.cpan.org/dist/PerlIO-utf8_strict/
|
URL: http://search.cpan.org/dist/PerlIO-utf8_strict/
|
||||||
Source0: http://www.cpan.org/authors/id/L/LE/LEONT/PerlIO-utf8_strict-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/L/LE/LEONT/PerlIO-utf8_strict-%{version}.tar.gz
|
||||||
BuildRequires: perl >= 0:5.008
|
BuildRequires: perl >= 0:5.008
|
||||||
BuildRequires: perl-devel
|
|
||||||
BuildRequires: perl-generators
|
BuildRequires: perl-generators
|
||||||
BuildRequires: perl(Carp)
|
BuildRequires: perl(Carp)
|
||||||
BuildRequires: perl(Exporter)
|
BuildRequires: perl(Exporter)
|
||||||
@ -20,7 +19,6 @@ BuildRequires: perl(Test::More) >= 0.88
|
|||||||
BuildRequires: perl(utf8)
|
BuildRequires: perl(utf8)
|
||||||
BuildRequires: perl(warnings)
|
BuildRequires: perl(warnings)
|
||||||
BuildRequires: perl(XSLoader)
|
BuildRequires: perl(XSLoader)
|
||||||
BuildRequires: gcc
|
|
||||||
Requires: perl(strict)
|
Requires: perl(strict)
|
||||||
Requires: perl(warnings)
|
Requires: perl(warnings)
|
||||||
Requires: perl(XSLoader)
|
Requires: perl(XSLoader)
|
||||||
@ -35,7 +33,7 @@ Provides: perl-PerlIO-utf8_strict-doc
|
|||||||
This module provides a fast and correct UTF-8 PerlIO layer. Unlike perl's
|
This module provides a fast and correct UTF-8 PerlIO layer. Unlike perl's
|
||||||
default :utf8 layer it checks the input for correctness.
|
default :utf8 layer it checks the input for correctness.
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n PerlIO-utf8_strict-%{version}
|
%setup -q -n PerlIO-utf8_strict-%{version}
|
||||||
%build
|
%build
|
||||||
export PERL_MM_OPT=""
|
export PERL_MM_OPT=""
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
|
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
|
||||||
@ -84,17 +82,5 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/*
|
%{_mandir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Sep 11 2023 xu_ping <707078654@qq.com> - 0.010-1
|
|
||||||
- Upgrade to version 0.010
|
|
||||||
|
|
||||||
* Tue Jun 14 2022 SimpleUpdate Robot <tc@openeuler.org> - 0.009-1
|
|
||||||
- Upgrade to version 0.009
|
|
||||||
|
|
||||||
* Sat Aug 07 2021 zhangtao2020 <zhangtao221@huawei.com> - 0.008-3
|
|
||||||
- fix build error
|
|
||||||
|
|
||||||
* Sat Jul 10 2021 wangyue <wangyu92@huawei.com> - 0.008-2
|
|
||||||
- Add gcc to build dependency
|
|
||||||
|
|
||||||
* Wed Sep 30 2020 Perl_Bot <Perl_Bot@openeuler.org> 0.008-1
|
* Wed Sep 30 2020 Perl_Bot <Perl_Bot@openeuler.org> 0.008-1
|
||||||
- Specfile autogenerated by Perl_Bot
|
- Specfile autogenerated by Perl_Bot
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user