114 Star 0 Fork 3

src-openEuler / perl-gettext

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
perl-gettext.spec 1.54 KB
一键复制 编辑 原始数据 按行查看 历史
licunlong 提交于 2020-05-13 17:00 . add perl-devel buildrequire
Name: perl-gettext
Version: 1.07
Release: 14
Summary: message handling functions
License: GPL+ or Artistic
URL: https://metacpan.org/release/gettext
Source0: https://cpan.metacpan.org/authors/id/P/PV/PVANDRY/Locale-gettext-%{version}.tar.gz
BuildRequires: perl-interpreter perl-generators perl-devel
BuildRequires: perl(ExtUtils::MakeMaker) perl(Test::More)
%description
The gettext module permits access from perl to the gettext() family of functions
for retrieving message strings from databases constructed to internationalize
software.
%package -n perl-Locale-gettext
Summary: message handling functions
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description -n perl-Locale-gettext
The gettext module permits access from perl to the gettext() family of functions
for retrieving message strings from databases constructed to internationalize
software.
%package_help
%prep
%autosetup -n Locale-gettext-%{version} -p1
%build
perl Makefile.PL NO_PACKLIST=1 INSTALLDIRS=vendor
make %{?_smp_mflags}
%install
make pure_install DESTDIR=$RPM_BUILD_ROOT
%{_fixperms} $RPM_BUILD_ROOT/*
%check
make test
%files -n perl-Locale-gettext
%defattr(-,root,root)
%doc README
%{perl_vendorarch}/auto/Locale
%{perl_vendorarch}/Locale
%files help
%{_mandir}/man3/*3*
%changelog
* Wed May 13 2020 licunlong <licunlong1@huawei.com> - 1.07-14
- add perl-devel buildrequire
* Mon Dec 9 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.07-13
- Package init
1
https://gitee.com/src-openeuler/perl-gettext.git
git@gitee.com:src-openeuler/perl-gettext.git
src-openeuler
perl-gettext
perl-gettext
openEuler-20.03-LTS

搜索帮助