5 Star 0 Fork 1

src-openEuler/perl-XML-Hash-LX

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
perl-XML-Hash-LX.spec 1.42 KB
一键复制 编辑 原始数据 按行查看 历史
woody2918 提交于 2024-03-04 14:16 . package init
%global _empty_manifest_terminate_build 0
Name: perl-XML-Hash-LX
Version: 0.07
Release: 1
Summary: Convert hash to xml and xml to hash using LibXML
License: GPL-1.0-only or Artistic-1.0-Perl
Group: Development/Libraries
URL: https://metacpan.org/dist/XML-Hash-LX
Source0: https://www.cpan.org/modules/by-module/XML/XML-Hash-LX-%{version}.tar.gz
BuildArch: noarch
BuildRequires: perl-interpreter
BuildRequires: perl-generators
BuildRequires: perl-Types-Serialiser
BuildRequires: perl-lib-abs
BuildRequires: perl => 2.008001
BuildRequires: perl(Test::More)
BuildRequires: perl(inc::Module::Install)
BuildRequires: perl(Test::Pod::Coverage)
BuildRequires: perl(XML::LibXML)
BuildRequires: perl(ExtUtils::MakeMaker)
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
%description
This module is a companion for XML::LibXML. It operates with LibXML objects, could return or accept LibXML objects, and may be used for easy data transformations
%prep
%setup -q -n XML-Hash-LX-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
make %{?_smp_mflags}
%install
make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -delete
%check
make test
%files
%doc Changes META.yml
%{perl_vendorlib}/*
%{_mandir}/man3/*
%changelog
* Mon Mar 4 2024 woody2918 <wudi1@uniontech.com> - 0.07-1
- Package init
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/perl-XML-Hash-LX.git
git@gitee.com:src-openeuler/perl-XML-Hash-LX.git
src-openeuler
perl-XML-Hash-LX
perl-XML-Hash-LX
master

搜索帮助