[packages/perl-Lingua-EN-Inflect] - updated to 1.905
qboosh
qboosh at pld-linux.org
Fri Sep 26 20:06:46 CEST 2025
commit 36d8fc22cd7fed7bbdd0753c8547e9e8ea2da143
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Fri Sep 26 20:09:52 2025 +0200
- updated to 1.905
perl-Lingua-EN-Inflect.spec | 16 +++++++++++-----
1 file changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/perl-Lingua-EN-Inflect.spec b/perl-Lingua-EN-Inflect.spec
index 4614e76..ce42c48 100644
--- a/perl-Lingua-EN-Inflect.spec
+++ b/perl-Lingua-EN-Inflect.spec
@@ -1,22 +1,27 @@
#
# Conditional build:
-%bcond_without tests # do not perform "make test"
+%bcond_without tests # unit tests
%define pdir Lingua
%define pnam EN-Inflect
Summary: Lingua::EN::Inflect - convert singular to plural - select "a" or "an"
Summary(pl.UTF-8): Lingua::EN::Inflect - konwersja liczby pojedynczej na mnogą z wyborem "a" lub "an"
Name: perl-Lingua-EN-Inflect
-Version: 1.900
+Version: 1.905
Release: 1
# same as perl
License: GPL v1+ or Artistic
Group: Development/Languages/Perl
-Source0: http://www.cpan.org/modules/by-module/Lingua/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: 117c16ab9cc14bfe6c3220a70fb98764
-URL: http://search.cpan.org/dist/Lingua-EN-Inflect/
+Source0: https://www.cpan.org/modules/by-module/Lingua/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: 6c2665abc4c1d62103324c30984a20e7
+URL: https://metacpan.org/dist/Lingua-EN-Inflect
+BuildRequires: perl-ExtUtils-MakeMaker
BuildRequires: perl-devel >= 1:5.8.0
+%if %{with tests}
+BuildRequires: perl-Test-Simple
+%endif
BuildRequires: rpm-perlprov >= 4.1-13
+BuildRequires: rpmbuild(macros) >= 1.745
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -36,6 +41,7 @@ języku angielskim oraz manipulacje na wielu wyrazach.
%build
%{__perl} Makefile.PL \
INSTALLDIRS=vendor
+
%{__make}
%{?with_tests:%{__make} test}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/perl-Lingua-EN-Inflect.git/commitdiff/36d8fc22cd7fed7bbdd0753c8547e9e8ea2da143
More information about the pld-cvs-commit
mailing list