[packages/perl-FCGI-Client] - pl, updated dependencies

qboosh qboosh at pld-linux.org
Thu Jun 2 19:48:59 CEST 2022


commit 89ba0521470305690f177621e16d77c99037db25
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Thu Jun 2 19:50:04 2022 +0200

    - pl, updated dependencies

 perl-FCGI-Client.spec | 27 +++++++++++++++++----------
 1 file changed, 17 insertions(+), 10 deletions(-)
---
diff --git a/perl-FCGI-Client.spec b/perl-FCGI-Client.spec
index 36e500e..a7a1160 100644
--- a/perl-FCGI-Client.spec
+++ b/perl-FCGI-Client.spec
@@ -1,30 +1,37 @@
 #
 # Conditional build:
-%bcond_without	tests		# do not perform "make test"
+%bcond_without	tests		# unit tests
 
 %define		pdir	FCGI
 %define		pnam	Client
-Summary:	FCGI::Client - client library for fastcgi protocol
+Summary:	FCGI::Client - client library for FastCGI protocol
+Summary(pl.UTF-8):	FCGI::Client - biblioteka kliencka do protokołu FastCGI
 Name:		perl-FCGI-Client
 Version:	0.09
 Release:	1
-# same as perl
+# same as perl 5
 License:	GPL v1+ or Artistic
 Group:		Development/Languages/Perl
 Source0:	http://www.cpan.org/modules/by-module/FCGI/%{pdir}-%{pnam}-%{version}.tar.gz
 # Source0-md5:	d3e621b79a96ea1463331e33cf337524
-# generic URL, check or change before uncommenting
-URL:		http://search.cpan.org/dist/FCGI-Client/
-BuildRequires:	perl-devel >= 1:5.8.0
+URL:		https://metacpan.org/dist/FCGI-Client
+BuildRequires:	perl-Module-Build-Tiny >= 0.035
+BuildRequires:	perl-devel >= 1:5.8.1
 BuildRequires:	rpm-perlprov >= 4.1-13
+BuildRequires:	rpmbuild(macros) >= 1.745
 %if %{with tests}
-BuildRequires:	perl-Any-Moose >= 0.13
+BuildRequires:	perl-Moo >= 2
+BuildRequires:	perl-Test-Simple
+BuildRequires:	perl-Type-Tiny
 %endif
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-FCGI::Client is client library for fastcgi protocol.
+FCGI::Client is client library for FastCGI protocol.
+
+%description -l pl.UTF-8
+FCGU::Client to biblioteka kliencka do protokołu FastCGI.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
@@ -48,6 +55,6 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc Changes README.md
-%{perl_vendorlib}/FCGI/*.pm
+%{perl_vendorlib}/FCGI/Client.pm
 %{perl_vendorlib}/FCGI/Client
-%{_mandir}/man3/*
+%{_mandir}/man3/FCGI::Client*.3*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/perl-FCGI-Client.git/commitdiff/89ba0521470305690f177621e16d77c99037db25



More information about the pld-cvs-commit mailing list