]> git.pld-linux.org Git - packages/perl-Test-TCP.git/blame - perl-Test-TCP.spec
- up to 2.07
[packages/perl-Test-TCP.git] / perl-Test-TCP.spec
CommitLineData
d77e991b 1#
2# Conditional build:
3%bcond_without tests # do not perform "make test"
7e864915 4
d77e991b 5%define pdir Test
6%define pnam TCP
7%include /usr/lib/rpm/macros.perl
8Summary: Test::TCP - testing TCP program
d77e991b 9Name: perl-Test-TCP
5b90a739 10Version: 2.07
d77e991b 11Release: 1
12# same as perl
13License: GPL v1+ or Artistic
14Group: Development/Languages/Perl
15Source0: http://www.cpan.org/modules/by-module/Test/%{pdir}-%{pnam}-%{version}.tar.gz
5b90a739 16# Source0-md5: e6d7f7b09f7193709fc8a059b699c93d
7e864915 17URL: http://search.cpan.org/dist/Test-TCP/
d77e991b 18BuildRequires: perl-devel >= 1:5.8.0
19BuildRequires: rpm-perlprov >= 4.1-13
20%if %{with tests}
5b90a739 21BuildRequires: perl(Test::SharedFork) >= 0.29
d77e991b 22%endif
23BuildArch: noarch
24BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26%description
27Test::TCP is test utilities for TCP/IP programs.
28
d77e991b 29%prep
30%setup -q -n %{pdir}-%{pnam}-%{version}
31
32%build
33%{__perl} Makefile.PL \
34 INSTALLDIRS=vendor
35%{__make}
36
37%{?with_tests:%{__make} test}
38
39%install
40rm -rf $RPM_BUILD_ROOT
41
42%{__make} pure_install \
43 DESTDIR=$RPM_BUILD_ROOT
44
45%clean
46rm -rf $RPM_BUILD_ROOT
47
48%files
49%defattr(644,root,root,755)
5b90a739 50%doc Changes README.md
d77e991b 51%{perl_vendorlib}/Test/*.pm
5b90a739
AM
52%{perl_vendorlib}/Test/TCP
53%{perl_vendorlib}/Net/EmptyPort.pm
d77e991b 54%{_mandir}/man3/*
This page took 0.055578 seconds and 4 git commands to generate.