summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Bogusz2016-01-11 21:12:51 (GMT)
committerJakub Bogusz2016-01-11 21:12:51 (GMT)
commit684eee706948d07d23ffc5437826a1261dc0d754 (patch)
treeb2432301a86813f8c322cb05c920f2632f40de3d
parent5b90a739445cffc3454d8334af5fe1a54c3d79e6 (diff)
downloadperl-Test-TCP-684eee706948d07d23ffc5437826a1261dc0d754.zip
perl-Test-TCP-684eee706948d07d23ffc5437826a1261dc0d754.tar.gz
- pl
-rw-r--r--perl-Test-TCP.spec21
1 files changed, 14 insertions, 7 deletions
diff --git a/perl-Test-TCP.spec b/perl-Test-TCP.spec
index 763bbc5..5f610dd 100644
--- a/perl-Test-TCP.spec
+++ b/perl-Test-TCP.spec
@@ -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*