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

qboosh qboosh at pld-linux.org
Thu Jun 2 19:01:25 CEST 2022


commit 707370cef95f9f1ab09640daefceaa1d6c9b8d6e
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Thu Jun 2 19:02:34 2022 +0200

    - pl, updated URL and dependencies

 perl-Proc-InvokeEditor.spec | 29 ++++++++++++-----------------
 1 file changed, 12 insertions(+), 17 deletions(-)
---
diff --git a/perl-Proc-InvokeEditor.spec b/perl-Proc-InvokeEditor.spec
index 346175e..a966579 100644
--- a/perl-Proc-InvokeEditor.spec
+++ b/perl-Proc-InvokeEditor.spec
@@ -1,23 +1,27 @@
 #
 # Conditional build:
-%bcond_without	tests		# do not perform "make test"
+%bcond_without	tests	# unit tests
 #
 %define		pdir	Proc
 %define		pnam	InvokeEditor
 Summary:	Proc::InvokeEditor - Perl extension for starting a text editor
+Summary(pl.UTF-8):	Proc::InvokeEditor - rozszerzenie Perla do uruchamiania edytora tekstu
 Name:		perl-Proc-InvokeEditor
 Version:	1.13
 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/Proc/%{pdir}-%{pnam}-%{version}.tar.gz
 # Source0-md5:	26595c1e1c80ed64f0fb97cceea7e167
-URL:		http://search.cpan.org/dist/Proc-InvokeEditor/
+URL:		https://metacpan.org/dist/Proc-InvokeEditor
+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(Carp::Assert) >= 0.11
+BuildRequires:	perl-Carp-Assert >= 0.11
+BuildRequires:	perl-Test-Simple >= 0.08
 %endif
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -26,18 +30,9 @@ BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 This module provides the ability to supply some text to an external
 text editor, have it edited by the user, and retrieve the results.
 
-The File::Temp module is used to provide secure, safe temporary
-files, and File::Temp is set to its highest available level of
-security. This may cause problems on some systems where no secure
-temporary directory is available.
-
-When the editor is started, no subshell is used. Your path will
-be scanned to find the binary to use for each editor if the string
-given does not exist as a file, and if a named editor contains whitespace,
-eg) if you try to use the editor xemacs -nw, then the string will
-be split on whitespace and anything after the editor name will be passed
-as arguments to your editor. A shell is not used but this should cover
-most simple cases.
+%description -l pl.UTF-8
+Ten moduł pozwala na przekazanie tekstu do zewnętrznego edytora w celu
+edycji przez użytkownika, a następnie odebrania wyniku.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
@@ -65,5 +60,5 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc Changes README
 %{perl_vendorlib}/Proc/InvokeEditor.pm
-%{_mandir}/man3/*
+%{_mandir}/man3/Proc::InvokeEditor.3pm*
 %{_examplesdir}/%{name}-%{version}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/perl-Proc-InvokeEditor.git/commitdiff/707370cef95f9f1ab09640daefceaa1d6c9b8d6e



More information about the pld-cvs-commit mailing list