|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: perl-String-ToIdentifier-EN
|
|
|
|
Name: perl-String-ToIdentifier-EN
|
|
|
|
Version: 0.12
|
|
|
|
Version: 0.12
|
|
|
|
Release: 7%{?dist}
|
|
|
|
Release: 8%{?dist}
|
|
|
|
Summary: Convert Strings to English Program Identifiers
|
|
|
|
Summary: Convert Strings to English Program Identifiers
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
URL: https://metacpan.org/release/String-ToIdentifier-EN
|
|
|
|
URL: https://metacpan.org/release/String-ToIdentifier-EN
|
|
|
@ -20,6 +20,7 @@ BuildRequires: perl(namespace::clean)
|
|
|
|
BuildRequires: perl(Text::Unidecode)
|
|
|
|
BuildRequires: perl(Text::Unidecode)
|
|
|
|
BuildRequires: perl(Unicode::UCD)
|
|
|
|
BuildRequires: perl(Unicode::UCD)
|
|
|
|
# Tests:
|
|
|
|
# Tests:
|
|
|
|
|
|
|
|
BuildRequires: perl(blib)
|
|
|
|
BuildRequires: perl(File::Spec)
|
|
|
|
BuildRequires: perl(File::Spec)
|
|
|
|
BuildRequires: perl(IO::Handle)
|
|
|
|
BuildRequires: perl(IO::Handle)
|
|
|
|
BuildRequires: perl(IPC::Open3)
|
|
|
|
BuildRequires: perl(IPC::Open3)
|
|
|
@ -39,11 +40,11 @@ be easily inferred by a human just by reading the identifier.
|
|
|
|
%setup -q -n String-ToIdentifier-EN-%{version}
|
|
|
|
%setup -q -n String-ToIdentifier-EN-%{version}
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
perl Makefile.PL INSTALLDIRS=vendor --skipdeps NO_PACKLIST=1
|
|
|
|
perl Makefile.PL INSTALLDIRS=vendor --skipdeps NO_PACKLIST=1 NO_PERLLOCAL=1
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
%{make_build}
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
make pure_install DESTDIR=%{buildroot}
|
|
|
|
%{make_install}
|
|
|
|
%{_fixperms} %{buildroot}/*
|
|
|
|
%{_fixperms} %{buildroot}/*
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
%check
|
|
|
@ -56,6 +57,9 @@ make test
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Mar 10 2020 Jitka Plesnikova <jplesnik@redhat.com> - 0.12-8
|
|
|
|
|
|
|
|
- Add missing BR
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.12-7
|
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.12-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|