]> git.pld-linux.org Git - packages/perl-Socket6.git/blobdiff - perl-Socket6.spec
- updated URL
[packages/perl-Socket6.git] / perl-Socket6.spec
index 4d3bfca3349cfb2b66ec6abe2518a80e31bc06f3..81415067dc82514bae80c111b2e5f20a22ce4b2d 100644 (file)
@@ -1,44 +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.19
-Release:       1
+Version:       0.29
+Release:       6
 License:       BSD-like
 Group:         Development/Languages/Perl
-Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pnam}-%{version}.tar.gz
-# Source0-md5: 35e4bb7e09ca3154a44bcaa8959780a2
-BuildRequires: rpm-perlprov >= 4.1-13
+Source0:       http://www.cpan.org/modules/by-module/Socket6/%{pnam}-%{version}.tar.gz
+# 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}
@@ -65,8 +51,7 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc ChangeLog README
-%{perl_vendorarch}/%{pdir}.pm
-%dir %{perl_vendorarch}/auto/%{pdir}
-%{perl_vendorarch}/auto/%{pdir}/%{pdir}.bs
-%attr(755,root,root) %{perl_vendorarch}/auto/%{pdir}/%{pdir}.so
-%{_mandir}/man3/*
+%{perl_vendorarch}/Socket6.pm
+%dir %{perl_vendorarch}/auto/Socket6
+%attr(755,root,root) %{perl_vendorarch}/auto/Socket6/Socket6.so
+%{_mandir}/man3/Socket6.3pm*
This page took 0.040868 seconds and 4 git commands to generate.