epel9
Jitka Plesnikova 6 years ago
parent e28b219306
commit bc84d5bdd9

1
.gitignore vendored

@ -5,3 +5,4 @@ Lingua-EN-Inflect-1.892.tar.gz
/Lingua-EN-Inflect-1.901.tar.gz /Lingua-EN-Inflect-1.901.tar.gz
/Lingua-EN-Inflect-1.902.tar.gz /Lingua-EN-Inflect-1.902.tar.gz
/Lingua-EN-Inflect-1.903.tar.gz /Lingua-EN-Inflect-1.903.tar.gz
/Lingua-EN-Inflect-1.904.tar.gz

@ -1,14 +1,16 @@
Name: perl-Lingua-EN-Inflect Name: perl-Lingua-EN-Inflect
Version: 1.903 Version: 1.904
Release: 5%{?dist} Release: 1%{?dist}
Summary: Convert singular to plural, select "a" or "an" Summary: Convert singular to plural, select "a" or "an"
License: GPL+ or Artistic License: GPL+ or Artistic
URL: https://metacpan.org/release/Lingua-EN-Inflect URL: https://metacpan.org/release/Lingua-EN-Inflect
Source0: https://cpan.metacpan.org/authors/id/D/DC/DCONWAY/Lingua-EN-Inflect-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/D/DC/DCONWAY/Lingua-EN-Inflect-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: coreutils
BuildRequires: make
BuildRequires: perl-generators BuildRequires: perl-generators
BuildRequires: perl-interpreter BuildRequires: perl-interpreter
BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
BuildRequires: perl(strict) BuildRequires: perl(strict)
BuildRequires: perl(warnings) BuildRequires: perl(warnings)
# Run-time: # Run-time:
@ -29,14 +31,12 @@ Requires: perl(Carp)
chmod -x Changes README lib/Lingua/EN/Inflect.pm chmod -x Changes README lib/Lingua/EN/Inflect.pm
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor %{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
make make
%install %install
make pure_install DESTDIR=$RPM_BUILD_ROOT make pure_install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' %{_fixperms} $RPM_BUILD_ROOT/*
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*
%check %check
make test make test
@ -48,6 +48,9 @@ make test
%changelog %changelog
* Wed May 22 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.904-1
- 1.904 bump
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.903-5 * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.903-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

@ -1 +1 @@
SHA512 (Lingua-EN-Inflect-1.903.tar.gz) = 2f629e1dd9eddba123423c95531907a7c0a7eb0bc99ee425ea2c3cdb4059af0e78625c45392eb65780c8b06da8eec790e242d51912c87a15bcf5d466d68549ce SHA512 (Lingua-EN-Inflect-1.904.tar.gz) = 242417424d8ab7d52d219af838df955add337c3ef97ceb27e0fd72151988e6cce44e504d5ebf7b0c15f32b496bc0179d6659845c258dd7cbfaa5ddbb0e7ec8a5

Loading…
Cancel
Save