]> git.pld-linux.org Git - packages/perl-Socket6.git/blobdiff - perl-Socket6.spec
- updated URL
[packages/perl-Socket6.git] / perl-Socket6.spec
index 320157fd72d6f001a5bf962e7bb248fe9d02d369..81415067dc82514bae80c111b2e5f20a22ce4b2d 100644 (file)
@@ -1,45 +1,30 @@
 #
 # Conditional build:
-%bcond_without tests   # do not perform "make test"
+%bcond_without tests   # unit tests
 #
-%include       /usr/lib/rpm/macros.perl
 %define                pdir    Socket6
 %define                pnam    Socket6
-Summary:       Socket6 Perl module
-Summary(cs.UTF-8):     Modul Socket6 pro Perl
-Summary(da.UTF-8):     Perlmodul Socket6
-Summary(de.UTF-8):     Socket6 Perl Modul
-Summary(es.UTF-8):     Módulo de Perl Socket6
-Summary(fr.UTF-8):     Module Perl Socket6
-Summary(it.UTF-8):     Modulo di Perl Socket6
-Summary(ja.UTF-8):     Socket6 Perl モジュール
-Summary(ko.UTF-8):     Socket6 펄 모줄
-Summary(nb.UTF-8):     Perlmodul Socket6
-Summary(pl.UTF-8):     Moduł Perla Socket6
-Summary(pt.UTF-8):     Módulo de Perl Socket6
-Summary(pt_BR.UTF-8):  Módulo Perl Socket6
-Summary(ru.UTF-8):     Модуль для Perl Socket6
-Summary(sv.UTF-8):     Socket6 Perlmodul
-Summary(uk.UTF-8):     Модуль для Perl Socket6
-Summary(zh_CN.UTF-8):  Socket6 Perl 模块
+Summary:       Socket6 Perl module - IPv6-related part of the C socket.h defines and structure manipulators
+Summary(pl.UTF-8):     Moduł Perla Socket6 - definicje i operacje na strukturach socket.h związanych z IPv6
 Name:          perl-Socket6
-Version:       0.23
-Release:       4
+Version:       0.29
+Release:       6
 License:       BSD-like
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/Socket6/%{pnam}-%{version}.tar.gz
-# Source0-md5: 2c02adb13c449d48d232bb704ddbd492
-URL:           http://search.cpan.org/dist/Socket6/
-BuildRequires: rpm-perlprov >= 4.1-13
+# Source0-md5: dab4b2dcc76f81b8bedea72d8fd1bc28
+URL:           https://metacpan.org/dist/Socket6
 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
-Socket6 is a module that implements a IPv6 API for Perl programs.
+The Socket6 module provides glue routines to the various IPv6
+functions.
 
 %description -l pl.UTF-8
-Socket6 jest modułem umożliwiającym dostęp do usług IPv6 z poziomu
-programów Perla.
+Moduł Socket6 udostępnia perlowy interfejs do różnych funkcji IPv6.
 
 %prep
 %setup -q -n %{pnam}-%{version}
@@ -68,6 +53,5 @@ rm -rf $RPM_BUILD_ROOT
 %doc ChangeLog README
 %{perl_vendorarch}/Socket6.pm
 %dir %{perl_vendorarch}/auto/Socket6
-%{perl_vendorarch}/auto/Socket6/Socket6.bs
 %attr(755,root,root) %{perl_vendorarch}/auto/Socket6/Socket6.so
-%{_mandir}/man3/*
+%{_mandir}/man3/Socket6.3pm*
This page took 0.051303 seconds and 4 git commands to generate.