[packages/perl-Reply] - pl, updated URL and dependencies

qboosh qboosh at pld-linux.org
Thu Jun 2 19:10:58 CEST 2022


commit e1756c8f5df756459189ebf2064037d362f7d330
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Thu Jun 2 19:12:08 2022 +0200

    - pl, updated URL and dependencies

 perl-Reply.spec | 46 ++++++++++++++++++++++++++++++++--------------
 1 file changed, 32 insertions(+), 14 deletions(-)
---
diff --git a/perl-Reply.spec b/perl-Reply.spec
index 8757716..95976d0 100644
--- a/perl-Reply.spec
+++ b/perl-Reply.spec
@@ -1,27 +1,35 @@
 #
 # Conditional build:
-%bcond_without	tests		# do not perform "make test"
+%bcond_without	tests	# unit tests
 #
 %define		pdir	Reply
 Summary:	Reply - read, eval, print, loop, yay!
+Summary(pl.UTF-8):	Reply - read, eval, print, loop, yay! - przetwarzanie w pętli
 Name:		perl-Reply
 Version:	0.42
 Release:	1
-License:	mit
+License:	MIT
 Group:		Development/Languages/Perl
 Source0:	http://www.cpan.org/modules/by-authors/id/D/DO/DOY/Reply-%{version}.tar.gz
 # Source0-md5:	194495d634db7d8636e42ea49295914a
-URL:		http://search.cpan.org/dist/Reply/
+URL:		https://metacpan.org/dist/Reply
+BuildRequires:	perl-ExtUtils-MakeMaker
 BuildRequires:	perl-devel >= 1:5.8.0
 BuildRequires:	rpm-perlprov >= 4.1-13
+BuildRequires:	rpmbuild(macros) >= 1.745
 %if %{with tests}
-BuildRequires:	perl(Config::INI::Reader::Ordered)
-BuildRequires:	perl(Devel::LexAlias)
-BuildRequires:	perl(File::HomeDir)
-BuildRequires:	perl(PadWalker)
+BuildRequires:	perl-Config-INI-Reader-Ordered
+BuildRequires:	perl-Devel-LexAlias
 BuildRequires:	perl-Eval-Closure >= 0.11
+BuildRequires:	perl-File-HomeDir
+BuildRequires:	perl-Getopt-Long >= 2.36
 BuildRequires:	perl-Module-Runtime
 BuildRequires:	perl-Package-Stash
+BuildRequires:	perl-PadWalker
+BuildRequires:	perl-Scalar-List-Utils
+BuildRequires:	perl-Term-ANSIColor
+BuildRequires:	perl-Test-Simple >= 0.88
+BuildRequires:	perl-Time-HiRes
 BuildRequires:	perl-Try-Tiny
 %endif
 BuildArch:	noarch
@@ -29,12 +37,22 @@ BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 NOTE: This is an early release, and implementation details of this
-module are still very much in flux. Feedback is welcome!
+module are still very much in flux.
 
 Reply is a lightweight, extensible REPL for Perl. It is plugin-based
-(see Reply::Plugin), and through plugins supports many advanced
-features such as coloring and pretty printing, readline support, and
-pluggable commands.
+(Reply::Plugin), and through plugins supports many advanced features
+such as coloring and pretty printing, readline support, and pluggable
+commands.
+
+%description -l pl.UTF-8
+UWAGA: to jest wczesne wydanie i szczegóły implementacji modułu często
+się zmieniają.
+
+Reply to lekka, rozszerzalna implementacja REPL (Read-Eval-Print-Loop,
+czyli odczyt-przeliczenie-wypisanie-zapętlenie) dla Perla. Jest oparta
+na wtyczkach (Reply::Plugin) i poprzez wtyczki obsługuje wiele
+zaawansowanych funkcji, takich jak kolorowanie czy ładne wypisywanie,
+obsługa readline i ładowalne polecenia.
 
 %prep
 %setup -q -n %{pdir}-%{version}
@@ -59,7 +77,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc Changes README
 %attr(755,root,root) %{_bindir}/reply
-%{perl_vendorlib}/*.pm
-%{perl_vendorlib}/Reply/
+%{perl_vendorlib}/Reply.pm
+%{perl_vendorlib}/Reply
 %{_mandir}/man1/reply.1*
-%{_mandir}/man3/*
+%{_mandir}/man3/Reply*.3pm*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/perl-Reply.git/commitdiff/e1756c8f5df756459189ebf2064037d362f7d330



More information about the pld-cvs-commit mailing list