]> git.pld-linux.org Git - packages/perl-Test-TCP.git/commitdiff
- updated to 2.14 auto/th/perl-Test-TCP-2.14-1
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 11 Jan 2016 21:12:51 +0000 (22:12 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 11 Jan 2016 21:12:51 +0000 (22:12 +0100)
- pl

perl-Test-TCP.spec

index 763bbc5eeab494412b6f78737e349db66d009e9c..5f610dd629aa2c728ee877a8bfe4c33c55f9acc2 100644 (file)
@@ -6,19 +6,21 @@
 %define                pnam    TCP
 %include       /usr/lib/rpm/macros.perl
 Summary:       Test::TCP - testing TCP program
+Summary(pl.UTF-8):     Test::TCP - testowanie programów TCP
 Name:          perl-Test-TCP
-Version:       2.07
+Version:       2.14
 Release:       1
 # same as perl
 License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/Test/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: e6d7f7b09f7193709fc8a059b699c93d
+# Source0-md5: 402e78138e3269dde973960dd3d44d09
 URL:           http://search.cpan.org/dist/Test-TCP/
-BuildRequires: perl-devel >= 1:5.8.0
+BuildRequires: perl-devel >= 1:5.8.1
 BuildRequires: rpm-perlprov >= 4.1-13
 %if %{with tests}
-BuildRequires: perl(Test::SharedFork) >= 0.29
+BuildRequires: perl-Test-SharedFork >= 0.29
+BuildRequires: perl-Test-Simple >= 0.98
 %endif
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -26,6 +28,9 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %description
 Test::TCP is test utilities for TCP/IP programs.
 
+%description -l pl.UTF-8
+Test::TCP to narzędzia testowe dla programów TCP/IP.
+
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
 
@@ -48,7 +53,9 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc Changes README.md
-%{perl_vendorlib}/Test/*.pm
-%{perl_vendorlib}/Test/TCP
 %{perl_vendorlib}/Net/EmptyPort.pm
-%{_mandir}/man3/*
+%{perl_vendorlib}/Test/TCP.pm
+%{perl_vendorlib}/Test/TCP
+%{_mandir}/man3/Net::EmptyPort.3pm*
+%{_mandir}/man3/Test::TCP.3pm*
+%{_mandir}/man3/Test::TCP::CheckPort.3pm*
This page took 0.082032 seconds and 4 git commands to generate.