Sophie

Sophie

distrib > Mandriva > 2006.0 > i586 > media > main-src > by-pkgid > 2eeb7bc783f6cb9bfbaf532a7c9f7137 > files > 2

perl-Apache-Test-1.25-2mdk.src.rpm

%define _requires_exceptions perl(Apache2::Const)\\|perl(ModPerl::Config)

%define name	perl-Apache-Test
%define version 1.25

Summary:	Apache::Test - Test.pm wrapper with helpers for testing Apache
Name: 		%{name}
Version: 	%{version}
Release:	%mkrel 2
License:	GPL or Artistic
Group: 		Development/Perl
URL:		http://search.cpan.org/~gozer/Apache-Test/
Source0:	http://search.cpan.org/CPAN/authors/id/G/GO/GOZER/Apache-Test-%{version}.tar.bz2
Provides:	perl(Apache::TestConfigParse)
Provides:	perl(Apache::TestConfigPerl)
Requires:	perl-Compress-Zlib
BuildRequires:	perl-devel
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%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 -q -n Apache-Test-%{version} 

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%install
[ -n "%{buildroot}" -a "%{buildroot}" != / ] && rm -rf %{buildroot}

%makeinstall_std

%clean 
[ -n "%{buildroot}" -a "%{buildroot}" != / ] && rm -rf %{buildroot}

%files
%defattr(644,root,root,755)
%doc CONTRIBUTORS Changes INSTALL LICENSE README SUPPORT ToDo
%{perl_vendorlib}/Apache/*.pm
%{perl_vendorlib}/Bundle/*.pm
%{_mandir}/*/*

%changelog
* Sat Jun 18 2005 Oden Eriksson <oeriksson@mandriva.com> 1.25-mdk2
- rule out some perl auto requires

* Sat Jun 18 2005 Oden Eriksson <oeriksson@mandriva.com> 1.25-1mdk
- 1.25

* Wed May 04 2005 Oden Eriksson <oeriksson@mandriva.com> 1.23-1mdk
- 1.23

* Tue Apr 19 2005 Oden Eriksson <oeriksson@mandriva.com> 1.22-1mdk
- 1.22
- use the %%mkrel macro

* Sat Jan 22 2005 Oden Eriksson <oden.eriksson@linux-mandrake.com> 1.20-1mdk
- 1.20
- drop upstream P0

* Sat Jan 15 2005 Oden Eriksson <oden.eriksson@linux-mandrake.com> 1.19-4mdk
- fix deps

* Sat Jan 15 2005 Oden Eriksson <oden.eriksson@linux-mandrake.com> 1.19-3mdk
- fix deps

* Thu Jan 13 2005 Oden Eriksson <oden.eriksson@linux-mandrake.com> 1.19-2mdk
- added P0 to nuke bad regexp (Stas Bekman)

* Wed Jan 12 2005 Oden Eriksson <oden.eriksson@linux-mandrake.com> 1.19-1mdk
- initial mandrake package