%define upstream_name Apache-Test %define upstream_version 1.38 Summary: Test.pm wrapper with helpers for testing Apache Name: perl-%{upstream_name} Version: %perl_convert_version %{upstream_version} Release: 9 License: GPLv2+ or Artistic Group: Development/Perl Url: http://search.cpan.org/dist/%{upstream_name} Source0: http://www.cpan.org/modules/by-module/Apache/Apache-Test-%{upstream_version}.tar.gz BuildArch: noarch BuildRequires: perl(Test) BuildRequires: perl-devel Provides: perl(Apache::TestConfigParse) Provides: perl(Apache::TestConfigPerl) %description Apache::Test is a test toolkit for testing an Apache server with any configuration. It works with Apache 1.3 and Apache 2.0 and any of its modules, including mod_perl 1.0 and 2.0. It was originally developed for testing mod_perl 2.0. %prep %setup -qn %{upstream_name}-%{upstream_version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor %make %install %makeinstall_std %files %doc CONTRIBUTORS Changes INSTALL LICENSE README SUPPORT ToDo %{perl_vendorlib}/Apache %{perl_vendorlib}/Bundle %{_mandir}/man3/*