Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
ad6f8b7b7f
!8 [sync] PR-5: Package upgrade
From: @openeuler-sync-bot 
Reviewed-by: @gitee-cmd 
Signed-off-by: @gitee-cmd
2022-10-24 08:55:01 +00:00
wk333
3eddeca89c Package upgrade
(cherry picked from commit 1b57ef905d4852773f963ab6e4e58814ab96bc91)
2022-10-21 09:49:30 +08:00
openeuler-ci-bot
7f3625b479
!7 【轻量级 PR】:fix bogus date in %changelog
From: @zhangkea 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2022-06-16 08:24:12 +00:00
ut001695
1880d473e0 fix bogus date in %changelog 2022-06-16 14:34:01 +08:00
openeuler-ci-bot
93cd029753 !3 解决perl-PerlIO-utf8_strict 的OBS工程编译失败
From: @zhangtao2020
Reviewed-by: @shinwell_hu
Signed-off-by: @shinwell_hu
2021-08-09 01:00:15 +00:00
zhangtao2020
f868f870a4 fix build error 2021-08-07 16:13:55 +08:00
openeuler-ci-bot
0e9bc31461 !2 Add gcc to build dependency
From: @wang_yue111
Reviewed-by: @myeuler
Signed-off-by: @myeuler
2021-07-12 02:52:51 +00:00
wang_yue111
e749d53144 Add gcc to build dependency 2021-07-10 14:13:12 +08:00
openeuler-ci-bot
37be6d5c2a !1 package init
From: @caodongxia
Reviewed-by: @myeuler
Signed-off-by: @myeuler
2020-11-05 23:37:51 +08:00
caodongxia
d2e3845103 upload code 2020-11-05 19:40:17 +08:00
3 changed files with 101 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,97 @@
%global _empty_manifest_terminate_build 0
Name: perl-PerlIO-utf8_strict
Version: 0.009
Release: 1
Summary: Fast and correct UTF-8 IO
License: GPL-1.0-only or Artistic-1.0
Group: Development/Libraries
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
BuildRequires: perl >= 0:5.008
BuildRequires: perl-devel
BuildRequires: perl-generators
BuildRequires: perl(Carp)
BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(strict)
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(utf8)
BuildRequires: perl(warnings)
BuildRequires: perl(XSLoader)
BuildRequires: gcc
Requires: perl(strict)
Requires: perl(warnings)
Requires: perl(XSLoader)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
This module provides a fast and correct UTF-8 PerlIO layer. Unlike perl's
default :utf8 layer it checks the input for correctness.
%package help
Summary : Fast and correct UTF-8 IO
Provides: perl-PerlIO-utf8_strict-doc
%description help
This module provides a fast and correct UTF-8 PerlIO layer. Unlike perl's
default :utf8 layer it checks the input for correctness.
%prep
%autosetup -p1 -n PerlIO-utf8_strict-%{version}
%build
export PERL_MM_OPT=""
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
make %{?_smp_mflags}
%install
export PERL_MM_OPT=""
rm -rf $RPM_BUILD_ROOT
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
%{_fixperms} $RPM_BUILD_ROOT/*
pushd %{buildroot}
touch filelist.lst
if [ -d usr/bin ];then
find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst
fi
if [ -d usr/sbin ];then
find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst
fi
if [ -d usr/lib64 ];then
find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst
fi
if [ -d usr/lib ];then
find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst
fi
popd
mv %{buildroot}/filelist.lst .
%check
make test
%clean
rm -rf $RPM_BUILD_ROOT
%files -f filelist.lst
%defattr(-,root,root,-)
%doc Changes dist.ini LICENSE META.json README
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/PerlIO*
%files help
%{_mandir}/*
%changelog
* 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
- Specfile autogenerated by Perl_Bot

View File

@ -0,0 +1,4 @@
version-ctrl: metacpan
src_repo: PerlIO-utf8_strict
tag_prefix: "^v"
seperator: "."