diff --git a/.cvsignore b/.cvsignore index e69de29..4792ca6 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +Test-TCP-0.16.tar.gz diff --git a/import.log b/import.log new file mode 100644 index 0000000..5645650 --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +perl-Test-TCP-0_16-1_fc12:F-11:perl-Test-TCP-0.16-1.fc12.src.rpm:1270442158 diff --git a/perl-Test-TCP.spec b/perl-Test-TCP.spec new file mode 100644 index 0000000..4af1654 --- /dev/null +++ b/perl-Test-TCP.spec @@ -0,0 +1,63 @@ +Name: perl-Test-TCP +Summary: TCP program testing utilities +Version: 0.16 +Release: 1%{?dist} +License: GPL+ or Artistic +Group: Development/Libraries +Source0: http://search.cpan.org/CPAN/authors/id/T/TO/TOKUHIROM/Test-TCP-%{version}.tar.gz +URL: http://search.cpan.org/dist/Test-TCP +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +BuildArch: noarch + +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 +BuildRequires: perl(Filter::Util::Call) +BuildRequires: perl(IO::Socket::INET) >= 1.31 +BuildRequires: perl(Test::More) +BuildRequires: perl(Test::SharedFork) >= 0.09 +BuildRequires: perl(YAML) + +# note versioning +Requires: perl(IO::Socket::INET) >= 1.31 +Requires: perl(Test::SharedFork) >= 0.09 + +%{?perl_default_filter} +%{?perl_default_subpackage_tests} + +%description +Test::TCP provides utilities to assist in testing TCP/IP programs. + +%prep +%setup -q -n Test-TCP-%{version} + +%build +%{__perl} Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} + +%install +rm -rf %{buildroot} + +make pure_install DESTDIR=%{buildroot} +find %{buildroot} -type f -name .packlist -exec rm -f {} ';' +find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' + +%{_fixperms} %{buildroot}/* + +%check +make test + + +%clean +rm -rf %{buildroot} + +%files +%defattr(-,root,root,-) +%doc Changes README +%{perl_vendorlib}/* +%{_mandir}/man3/*.3* + +%changelog +* Sat Mar 20 2010 Chris Weyl 0.16-1 +- specfile by Fedora::App::MaintainerTools 0.006 + + diff --git a/sources b/sources index e69de29..985eacc 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +803ebb2e4770d8634d8a60ce147abcf8 Test-TCP-0.16.tar.gz