]> git.pld-linux.org Git - packages/perl-Socket6.git/blobdiff - perl-Socket6.spec
- updated URL
[packages/perl-Socket6.git] / perl-Socket6.spec
index 6117f47a823a778278d02cfae68f35716f8fc567..81415067dc82514bae80c111b2e5f20a22ce4b2d 100644 (file)
@@ -1,40 +1,30 @@
-%include       /usr/lib/rpm/macros.perl
+#
+# Conditional build:
+%bcond_without tests   # unit tests
+#
 %define                pdir    Socket6
 %define                pnam    Socket6
-Summary:       Socket6 Perl module
-Summary(cs):   Modul Socket6 pro Perl
-Summary(da):   Perlmodul Socket6
-Summary(de):   Socket6 Perl Modul
-Summary(es):   Módulo de Perl Socket6
-Summary(fr):   Module Perl Socket6
-Summary(it):   Modulo di Perl Socket6
-Summary(ja):   Socket6 Perl ¥â¥¸¥å¡¼¥ë
-Summary(ko):   Socket6 ÆÞ ¸ðÁÙ
-Summary(nb):   Perlmodul Socket6
-Summary(pl):   Modu³ Perla Socket6
-Summary(pt):   Módulo de Perl Socket6
-Summary(pt_BR):        Módulo Perl Socket6
-Summary(ru):   íÏÄÕÌØ ÄÌÑ Perl Socket6
-Summary(sv):   Socket6 Perlmodul
-Summary(uk):   íÏÄÕÌØ ÄÌÑ Perl Socket6
-Summary(zh_CN):        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.16
-Release:       1
-License:       GPL
+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: 68de70ce820caeed30841f82db6c1d2f
+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: perl-devel >= 5.6
+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
-Socket6 jest modu³em umo¿liwiaj±cym dostêp do us³ug IPv6 z poziomu
-programów Perla.
+%description -l pl.UTF-8
+Moduł Socket6 udostępnia perlowy interfejs do różnych funkcji IPv6.
 
 %prep
 %setup -q -n %{pnam}-%{version}
@@ -45,11 +35,14 @@ program
 %{__make}
 pod2man --section=3pm Socket6.pm >Socket6.3pm
 
+%{?with_tests:%{__make} test}
+
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_mandir}/man3
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 install Socket6.3pm $RPM_BUILD_ROOT%{_mandir}/man3
 
 %clean
@@ -58,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.085173 seconds and 4 git commands to generate.