]> git.pld-linux.org Git - packages/perl-PerlIO-utf8_strict.git/commitdiff
- updated to 0.009, pl auto/th/perl-PerlIO-utf8_strict-0.009-1
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 1 Jun 2022 04:30:07 +0000 (06:30 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Wed, 1 Jun 2022 04:30:07 +0000 (06:30 +0200)
perl-PerlIO-utf8_strict.spec

index dc1fbfc7ec30d737fce833f92d58a173910c98ea..87e259b1c2e3e3068dc46e0d141200752fa20238 100644 (file)
@@ -4,23 +4,34 @@
 #
 %define                pdir    PerlIO
 %define                pnam    utf8_strict
-Summary:       PerlIO::utf8_strict - Fast and correct UTF-8 IO
+Summary:       PerlIO::utf8_strict - fast and correct UTF-8 I/O
+Summary(pl.UTF-8):     PerlIO::utf8_strict - szybkie i poprawne we/wy UTF-8
 Name:          perl-%{pdir}-%{pnam}
-Version:       0.007
-Release:       4
+Version:       0.009
+Release:       1
 # same as perl
 License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/PerlIO/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: 9e8fba7f15c612c4f2ed2f961bf1141b
-URL:           http://search.cpan.org/dist/PerlIO-utf8_strict/
+# Source0-md5: 54811ae16ff5f1cbc50d0cfe88b2c372
+URL:           https://metacpan.org/dist/PerlIO-utf8_strict
+%if %{with tests}
+BuildRequires: perl-Test-Exception
+BuildRequires: perl-Test-Simple >= 0.88
+%endif
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
+BuildRequires: rpmbuild(macros) >= 1.745
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-This module provides a fast and correct UTF-8 PerlIO layer.
-Unlike perl's default :utf8 layer it checks the input for correctness.
+This module provides a fast and correct UTF-8 PerlIO layer. Unlike
+Perl's default :utf8 layer it checks the input for correctness.
+
+%description -l pl.UTF-8
+Ten moduł zapewnia warstwę PerlIO do szybkiego i poprawnego UTF-8. W
+przeciwieństwie do domyślnej warstwy :utf8 Perla, sprawdza wejście pod
+kątem poprawności.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
@@ -43,8 +54,8 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc Changes
+%doc Changes README
 %{perl_vendorarch}/PerlIO/utf8_strict.pm
 %dir %{perl_vendorarch}/auto/PerlIO/utf8_strict
-%attr(755,root,root) %{perl_vendorarch}/auto/PerlIO/utf8_strict/*.so
-%{_mandir}/man3/*
+%attr(755,root,root) %{perl_vendorarch}/auto/PerlIO/utf8_strict/utf8_strict.so
+%{_mandir}/man3/PerlIO::utf8_strict.3pm*
This page took 0.141727 seconds and 4 git commands to generate.