63 lines
1.4 KiB
RPMSpec
63 lines
1.4 KiB
RPMSpec
Name: perl-Locale-Maketext
|
|
Version: 1.29
|
|
Release: 420
|
|
Summary: Framework for localization
|
|
License: GPL+ or Artistic
|
|
URL: https://metacpan.org/release/Locale-Maketext
|
|
Source0: https://cpan.metacpan.org/authors/id/T/TO/TODDR/Locale-Maketext-1.28.tar.gz
|
|
BuildArch: noarch
|
|
|
|
Patch0: Locale-Maketext-1.28-Upgrade-to-1.29.patch
|
|
|
|
BuildRequires:perl-interpreter perl-generators perl(ExtUtils::MakeMaker) perl(Test::More)
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) perl(warnings)
|
|
|
|
%description
|
|
Locale::Maketext is a framework for software localization; it provides you with the tools
|
|
for organizing and accessing the bits of text and text-processing code that you need for
|
|
producing localized applications.
|
|
|
|
%package_help
|
|
|
|
%prep
|
|
%autosetup -n Locale-Maketext-1.28 -p1
|
|
|
|
%build
|
|
perl Makefile.PL INSTALLDIRS=vendor NO_PERLLOCAL=1 NO_PACKLIST=1
|
|
%make_build
|
|
|
|
%install
|
|
%make_install
|
|
%{_fixperms} -c %{buildroot}
|
|
|
|
%check
|
|
make test
|
|
|
|
%pre
|
|
|
|
%preun
|
|
|
|
%post
|
|
|
|
%postun
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%doc ChangeLog README
|
|
%{perl_vendorlib}/*
|
|
|
|
%files help
|
|
%defattr(-,root,root)
|
|
%{_mandir}/*/*
|
|
|
|
%changelog
|
|
* Sat Sep 21 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.29-420
|
|
- Type:enhancement
|
|
- ID:NA
|
|
- SUG:NA
|
|
- DESC: remove some notes
|
|
|
|
* Wed Sep 11 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.29-419
|
|
- Package init
|