[packages/perl-PPIx-QuoteLike] - pl, updated URLs and BR

qboosh qboosh at pld-linux.org
Sun Jun 14 15:46:26 CEST 2026


commit 66c1fd8ad001cb55375cbb6acbbe557c69877a87
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Jun 14 15:46:49 2026 +0200

    - pl, updated URLs and BR

 perl-PPIx-QuoteLike.spec | 24 +++++++++++++++++-------
 1 file changed, 17 insertions(+), 7 deletions(-)
---
diff --git a/perl-PPIx-QuoteLike.spec b/perl-PPIx-QuoteLike.spec
index 9a9ead3..4809f4e 100644
--- a/perl-PPIx-QuoteLike.spec
+++ b/perl-PPIx-QuoteLike.spec
@@ -1,20 +1,21 @@
 #
 # Conditional build:
-%bcond_without	tests		# do not perform "make test"
+%bcond_without	tests		# unit tests
 #
 %define		pdir	PPIx
 %define		pnam	QuoteLike
 Summary:	PPIx::QuoteLike - Parse Perl string literals and string-literal-like things
+Summary(pl.UTF-8):	PPIx::QuoteLike - analiza literałów tekstowych Perla i rzeczy do nich podobnych
 Name:		perl-PPIx-QuoteLike
 Version:	0.023
 Release:	1
 # same as perl
 License:	GPL v1+ or Artistic
 Group:		Development/Languages/Perl
-Source0:	https://cpan.metacpan.org/authors/id/W/WY/WYANT/PPIx-QuoteLike-%{version}.tar.gz
+Source0:	https://www.cpan.org/authors/id/W/WY/WYANT/PPIx-QuoteLike-%{version}.tar.gz
 # Source0-md5:	551890e6c65a3eb0f4b753ad4288acb2
-URL:		https://metacpan.org/release/PPIx-QuoteLike/
-BuildRequires:	perl-Module-Build
+URL:		https://metacpan.org/dist/PPIx-QuoteLike
+BuildRequires:	perl-ExtUtils-MakeMaker
 BuildRequires:	perl-devel >= 1:5.8.0
 BuildRequires:	rpm-perlprov >= 4.1-13
 %if %{with tests}
@@ -28,15 +29,24 @@ This Perl class parses Perl string literals and things that are
 reasonably like string literals. Its real reason for being is to find
 interpolated variables for Perl::Critic policies and similar code.
 
+%description -l pl.UTF-8
+Ta klasa Perla analizuje literały łańcuchów znakowych Perla oraz
+rzeczy, które są do nich rozsądnie podobne. Głównym powodem istnienia
+tego modułu jest wyszukiwanie interpolowanych zmiennych dla polityk
+Perl::Critic i podobnego kodu.
+
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
 
 %build
 %{__perl} Makefile.PL \
 	installdirs=vendor
+
 %{__make}
 
-%{?with_tests:%{__make} test}
+%if %{with tests}
+%{__make} test
+%endif
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -56,7 +66,7 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc Changes README
-%{perl_vendorlib}/PPIx/*.pm
+%{perl_vendorlib}/PPIx/QuoteLike.pm
 %{perl_vendorlib}/PPIx/QuoteLike
-%{_mandir}/man3/*
+%{_mandir}/man3/PPIx::QuoteLike*.3pm*
 %{_examplesdir}/%{name}-%{version}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/perl-PPIx-QuoteLike.git/commitdiff/66c1fd8ad001cb55375cbb6acbbe557c69877a87



More information about the pld-cvs-commit mailing list