[packages/perl-Types-Serialiser] - updated to 1.01

qboosh qboosh at pld-linux.org
Fri May 21 19:33:08 CEST 2021


commit b40fc6a2c052a0f15931ded2225476aa34f43eb4
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Fri May 21 19:35:27 2021 +0200

    - updated to 1.01

 perl-Types-Serialiser.spec | 25 +++++++++++++++++--------
 1 file changed, 17 insertions(+), 8 deletions(-)
---
diff --git a/perl-Types-Serialiser.spec b/perl-Types-Serialiser.spec
index f30d751..2c88d42 100644
--- a/perl-Types-Serialiser.spec
+++ b/perl-Types-Serialiser.spec
@@ -5,16 +5,19 @@
 %define		pdir	Types
 %define		pnam	Serialiser
 Summary:	Types::Serialiser - simple data types for common serialisation formats
+Summary(pl.UTF-8):	Types::Serialiser - proste typy danych do popularnych formatów serializacji
 Name:		perl-Types-Serialiser
-Version:	1.0
-Release:	2
-License:	unknown
+Version:	1.01
+Release:	1
+# same as perl
+License:	GPL v1+ or Artistic
 Group:		Development/Languages/Perl
-Source0:	http://www.cpan.org/modules/by-authors/id/M/ML/MLEHMANN/Types-Serialiser-1.0.tar.gz
-# Source0-md5:	76460a2bfbc644672499af89192e03fe
-URL:		http://search.cpan.org/dist/Types-Serialiser/
+Source0:	http://www.cpan.org/modules/by-authors/id/M/ML/MLEHMANN/Types-Serialiser-%{version}.tar.gz
+# Source0-md5:	4839af5f3fcbacc3945b0e6f3dc9a018
+URL:		https://metacpan.org/release/Types-Serialiser
 BuildRequires:	perl-devel >= 1:5.8.0
 BuildRequires:	rpm-perlprov >= 4.1-13
+BuildRequires:	rpmbuild(macros) >= 1.745
 %if %{with tests}
 BuildRequires:	perl-common-sense
 %endif
@@ -28,6 +31,12 @@ repository of simple/small constants and containers that can be shared
 by different implementations so they become interoperable between each
 other.
 
+%description -l pl.UTF-8
+Ten moduł dostarcza kilka dodatkowych typów danych, używanych w
+popularnych formatach, takich jak JSON czy CBOR. Pomysł polega na tym,
+żeby było wspólne repozytorium prostych/małych stałych i kontenerów,
+które można współdzielić między różnymi implementacjami.
+
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
 
@@ -51,6 +60,6 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc Changes README
 %dir %{perl_vendorlib}/Types
-%{perl_vendorlib}/Types/*.pm
+%{perl_vendorlib}/Types/Serialiser.pm
 %{perl_vendorlib}/Types/Serialiser
-%{_mandir}/man3/*
+%{_mandir}/man3/Types::Serialiser*.3pm*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/perl-Types-Serialiser.git/commitdiff/b40fc6a2c052a0f15931ded2225476aa34f43eb4



More information about the pld-cvs-commit mailing list