Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
767b612341
!8 [sync] PR-7: Package upgrade
From: @openeuler-sync-bot 
Reviewed-by: @gitee-cmd 
Signed-off-by: @gitee-cmd
2022-10-24 08:56:11 +00:00
wk333
1661b4bcfe Package upgrade
(cherry picked from commit 23b34933690095b31aecd7b6ff4c541a0b844b72)
2022-10-21 10:08:11 +08:00
openeuler-ci-bot
ce200578e0 !6 修复因缺少依赖导致编译失败问题
From: @wu-leilei
Reviewed-by: @myeuler
Signed-off-by: @myeuler
2021-06-16 09:02:31 +00:00
wu-leilei
c3072f3a10 fixes failed: perl command not found 2021-06-16 10:42:43 +08:00
openeuler-ci-bot
a960ff7b72 !5 Fix build fail
Merge pull request !5 from ultra_planet/master
2020-08-17 11:28:10 +08:00
lingsheng
e00d7f1472 Fix build fail 2020-08-17 11:14:20 +08:00
openeuler-ci-bot
43e36e723d !2 add yaml
Merge pull request !2 from jackie_wu123/master
2020-05-09 15:44:32 +08:00
jackie_wu123
1ceb9ece7b add yaml 2020-05-07 17:43:23 +08:00
openeuler-ci-bot
43a7d5b124 !1 package init
Merge pull request !1 from 快乐的一只小青蛙/br_pi
2020-01-13 10:33:55 +08:00
byeX012
65d4bf2fa8 package init 2020-01-13 10:31:03 +08:00
3 changed files with 62 additions and 0 deletions

BIN
Test-File-1.992.tar.gz Normal file

Binary file not shown.

58
perl-Test-File.spec Normal file
View File

@ -0,0 +1,58 @@
%global debug_package %{nil}
%bcond_with test
Name: perl-Test-File
Version: 1.99.2
Release: 1
Summary: A Perl module which provides test functions to check file attributes and data
License: Artistic License 2.0 or GPL+
URL: https://metacpan.org/release/Test-File
Source0: https://cpan.metacpan.org/authors/id/B/BD/BDFOY/Test-File-1.992.tar.gz
BuildArch: noarch
BuildRequires: make perl
%if %{with test}
BuildRequires: perl-Test-utf8
%endif
Provides: perl(Test::File) = 1.992
%description
The perl-Test-File package contains the Test::File perl module, which
provides convenience test functions to check file attributes and data
in a Test::More fashion.
%prep
%autosetup -n Test-File-1.992 -p1
%build
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
%make_build
%install
%make_install
%{_fixperms} -c %{buildroot}
%check
%if %{with test}
make test
%endif
%files
%doc README.pod Changes
%license LICENSE
%{perl_vendorlib}/Test/
%{_mandir}/man3/Test::File.3*
%changelog
* Tue Jun 14 2022 SimpleUpdate Robot <tc@openeuler.org> - 1.99.2-1
- Upgrade to version 1.99.2
* Wed Jun 16 2021 wulei <wulei80@huawei.com> - 1.44.3-9
- fixes failed: perl command not found
* Mon Aug 17 2020 lingsheng <lingsheng@huawei.com> - 1.44.3-8
- Fix build fail
* Mon Jan 06 2020 Jiangping Hu <hujp1985@foxmail.com> - 1.44.3-7
- Package init

4
perl-Test-File.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: metacpan
src_repo: Test-File
tag_prefix: "^v"
seperator: "."