From 41ddf925106c84a3eb173371bc24de2402bf2361 Mon Sep 17 00:00:00 2001 From: corsepiu Date: Jan 14 2009 05:40:37 +0000 Subject: *** empty log message *** --- diff --git a/.cvsignore b/.cvsignore index e69de29..d3a86c6 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +Test-HTTP-Server-Simple-StashWarnings-0.03.tar.gz diff --git a/import.log b/import.log new file mode 100644 index 0000000..79521d5 --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +perl-Test-HTTP-Server-Simple-StashWarnings-0_03-1_fc11:HEAD:perl-Test-HTTP-Server-Simple-StashWarnings-0.03-1.fc11.src.rpm:1231911535 diff --git a/perl-Test-HTTP-Server-Simple-StashWarnings.spec b/perl-Test-HTTP-Server-Simple-StashWarnings.spec new file mode 100644 index 0000000..41462dc --- /dev/null +++ b/perl-Test-HTTP-Server-Simple-StashWarnings.spec @@ -0,0 +1,54 @@ +Name: perl-Test-HTTP-Server-Simple-StashWarnings +Version: 0.03 +Release: 1%{?dist} +Summary: Catch your forked server's warnings +License: GPL+ or Artistic +Group: Development/Libraries +URL: http://search.cpan.org/dist/Test-HTTP-Server-Simple-StashWarnings/ +Source0: http://www.cpan.org/authors/id/S/SA/SARTAK/Test-HTTP-Server-Simple-StashWarnings-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildArch: noarch +BuildRequires: perl >= 1:5.8.0 +BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(HTTP::Server::Simple) >= 0.34 +BuildRequires: perl(Test::HTTP::Server::Simple) +BuildRequires: perl(WWW::Mechanize) +Requires: perl(Test::HTTP::Server::Simple) +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) + +%description +Warnings are an important part of any application. Your web application +should warn the user when something is amiss. + +%prep +%setup -q -n Test-HTTP-Server-Simple-StashWarnings-%{version} + +%build +%{__perl} Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} + +%install +rm -rf $RPM_BUILD_ROOT + +make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT + +find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; + +%{_fixperms} $RPM_BUILD_ROOT/* + +%check +make test + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root,-) +%doc Changes +%{perl_vendorlib}/* +%{_mandir}/man3/* + +%changelog +* Tue Jan 13 2009 Ralf Corsépius 0.03-1 +- Specfile autogenerated by cpanspec 1.77. diff --git a/sources b/sources index e69de29..7a7cb5a 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +0a63b8f45217f05611717292b7ec02e5 Test-HTTP-Server-Simple-StashWarnings-0.03.tar.gz