Compare commits

...

11 Commits

Author SHA1 Message Date
openeuler-ci-bot
c34a11687d
!6 [sync] PR-5: Package upgrade
From: @openeuler-sync-bot 
Reviewed-by: @gitee-cmd 
Signed-off-by: @gitee-cmd
2022-10-26 02:36:47 +00:00
wk333
bfbcc492d7 Package upgrade
(cherry picked from commit 2af70ec74c388efce38007bbaef399abbc253b51)
2022-10-24 15:57:34 +08:00
openeuler-ci-bot
b1b44a47dd !4 add gcc to BuildRequires
From: @tong_1001
Reviewed-by: @shinwell_hu
Signed-off-by: @shinwell_hu
2021-06-22 11:38:12 +00:00
桐小哥
40deffd340 add gcc to BuildRequires 2021-06-22 11:15:37 +00:00
openeuler-ci-bot
e83d389005 !3 upgrade version to 0.82
From: @run-is-pig
Reviewed-by: @myeuler
Signed-off-by: @myeuler
2021-02-03 15:28:58 +08:00
renmingshuai
739907d70f upgrade version to 0.82 2021-01-29 11:48:13 +08:00
openeuler-ci-bot
bfdfff58e5 !2 Add yaml file
Merge pull request !2 from jeff200902/master
2020-05-09 19:00:12 +08:00
jeff200902
6a5fc3a663 update perl-YAML-LibYAML.yaml. 2020-05-07 19:14:25 +08:00
jeff200902
fb6196cf46 Add yaml file 2020-05-07 19:03:05 +08:00
openeuler-ci-bot
78a3cdda5f !1 package init
Merge pull request !1 from ultra_planet/new
2020-02-27 14:14:31 +08:00
ultra_planet
2e868ae792 package init 2020-02-26 17:37:23 +08:00
3 changed files with 74 additions and 0 deletions

BIN
YAML-LibYAML-0.83.tar.gz Normal file

Binary file not shown.

70
perl-YAML-LibYAML.spec Normal file
View File

@ -0,0 +1,70 @@
Name: perl-YAML-LibYAML
Epoch: 1
Version: 0.83
Release: 1
Summary: Perl YAML Serialization using XS and libyaml
License: GPL+ or Artistic
URL: https://metacpan.org/release/YAML-LibYAML
Source0: https://cpan.metacpan.org/modules/by-module/YAML/YAML-LibYAML-%{version}.tar.gz
BuildRequires: coreutils findutils perl-devel perl-generators perl-interpreter perl(Config)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 perl(B::Deparse) perl(base) perl(constant)
BuildRequires: perl(Exporter) perl(Scalar::Util) perl(strict) perl(warnings) perl(XSLoader)
BuildRequires: perl(B) perl(blib) perl(Carp) perl(Data::Dumper) perl(Devel::Peek) perl(Encode)
BuildRequires: perl(File::Find) perl(File::Path) perl(Filter::Util::Call) perl(FindBin)
BuildRequires: perl(IO::File) perl(IO::Pipe) perl(lib) perl(Test::Builder) perl(Test::More) >= 0.88
BuildRequires: perl(Tie::Array) perl(Tie::Hash) perl(utf8) gcc
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) perl(B::Deparse)
Provides: bundled(libyaml) = 0.2.1
%{?perl_default_filter}
%description
This module is a Perl XS binding to libyaml which offers Perl the best YAML
support to date.
This module exports the functions Dump, Load, DumpFile and LoadFile. These
functions are intended to work exactly like YAML.pm's corresponding functions.
Only Load and Dump are exported by default.
%package help
Summary: Help package for perl-YAML-LibYAML
%description help
This package contains man files for perl-YAML-LibYAML.
%prep
%autosetup -n YAML-LibYAML-%{version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" NO_PACKLIST=1
%make_build
%install
make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name '*.bs' -empty -exec rm {} \;
%{_fixperms} -c %{buildroot}
%check
%make_build test
%files
%doc Changes CONTRIBUTING README LICENSE
%{perl_vendorarch}/auto/YAML/
%{perl_vendorarch}/YAML/
%files help
%{_mandir}/man3/YAML::*
%changelog
* Tue Jun 14 2022 SimpleUpdate Robot <tc@openeuler.org> - 1:0.83-1
- Upgrade to version 0.83
* Tue Jun 22 2021 shixuantong <shixuantong@huawei.com> - 1:0.82-2
- add gcc to BuildRequires
* Fri Jan 29 2021 liudabo <liudabo1@huawei.com> - 1:0.82-1
- upgrade version to 0.82
* Tue Feb 18 2020 lingsheng <lingsheng@huawei.com> - 1:0.74-2
- Package init

4
perl-YAML-LibYAML.yaml Normal file
View File

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