]> git.pld-linux.org Git - packages/perl-Mixin-Linewise.git/commitdiff
- pl, rpm macros for perl dependency generators master
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 1 Jun 2022 04:38:35 +0000 (06:38 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Wed, 1 Jun 2022 04:38:35 +0000 (06:38 +0200)
perl-Mixin-Linewise.spec

index 12c07779d53601794167be6df79d6923e74f5310..47ed1a7caf64d5862b6e78d319cb6f05cb87f826 100644 (file)
@@ -5,7 +5,7 @@
 %define                pdir    Mixin
 %define                pnam    Linewise
 Summary:       Mixin::Linewise - write your linewise code for handles; this does the rest
-#Summary(pl.UTF-8):    
+Summary(pl.UTF-8):     Mixin::Linewise - wystarczy napisać kod liniowy dla uchwytów; ten moduł zrobi resztę
 Name:          perl-Mixin-Linewise
 Version:       0.110
 Release:       3
@@ -15,23 +15,31 @@ Group:              Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-authors/id/R/RJ/RJBS/Mixin-Linewise-%{version}.tar.gz
 # Source0-md5: 466b2b42a0cec2b163729fa581ac4b1d
 Patch0:                version.patch
-URL:           http://search.cpan.org/dist/Mixin-Linewise/
+URL:           https://metacpan.org/dist/Mixin-Linewise
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
+BuildRequires: rpmbuild(macros) >= 1.745
 %if %{with tests}
-BuildRequires: perl(PerlIO::utf8_strict)
+BuildRequires: perl-PerlIO-utf8_strict
 BuildRequires: perl-Sub-Exporter
 %endif
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-It's boring to deal with opening files for IO, converting strings to
-handle-like objects, and all that.  With Mixin::Linewise::Readers and
+It's boring to deal with opening files for I/O, converting strings to
+handle-like objects, and all that. With Mixin::Linewise::Readers and
 Mixin::Linewise::Writers, you can just write a method to handle
 handles, and methods for handling strings and filenames are added for
 you.
 
+%description -l pl.UTF-8
+Czynności związane z otwieraniem plików do we/wy, przekształcaniem
+łańcuchów na obiekty uchwytów itd. są nudne. Dzięki
+Mixin::Linewise::Readers i Mixin::Linewise::Writers wystarczy napisać
+metodę obsługującą uchwyty, a metody do obsługi łańcuchów i nazw
+plików zostaną dodane za programistę.
+
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
 %patch0 -p1
@@ -56,6 +64,6 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc Changes README
 %dir %{perl_vendorlib}/Mixin
-%{perl_vendorlib}/Mixin/*.pm
+%{perl_vendorlib}/Mixin/Linewise.pm
 %{perl_vendorlib}/Mixin/Linewise
-%{_mandir}/man3/*
+%{_mandir}/man3/Mixin::Linewise*.3pm*
This page took 0.089424 seconds and 4 git commands to generate.