]> git.pld-linux.org Git - packages/perl-Test-HTTP-Server-Simple-StashWarnings.git/blame - perl-Test-HTTP-Server-Simple-StashWarnings.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/perl-Test-HTTP-Server-Simple-StashWarnings.git] / perl-Test-HTTP-Server-Simple-StashWarnings.spec
CommitLineData
0846d895
AM
1#
2# Conditional build:
3%bcond_without tests # do not perform "make test"
4#
0846d895
AM
5%define pdir Test
6%define pnam HTTP-Server-Simple-StashWarnings
7Summary: Test::HTTP-Server-Simple-StashWarnings Perl module - catch your forked server's warnings
8Name: perl-Test-HTTP-Server-Simple-StashWarnings
9Version: 0.03
24604059 10Release: 2
381f6d95 11Source0: http://search.cpan.org/CPAN/authors/id/S/SA/SARTAK/%{pdir}-%{pnam}-%{version}.tar.gz
24604059 12# Source0-md5: 0a63b8f45217f05611717292b7ec02e5
381f6d95 13# same as perl
0846d895
AM
14License: GPL v1+ or Artistic
15Group: Development/Languages/Perl
16URL: http://search.cpan.org/dist/Test-HTTP-Server-Simple-StashWarnings/
24604059
SP
17BuildRequires: perl-HTTP-Server-Simple
18BuildRequires: perl-Test-HTTP-Server-Simple
19BuildRequires: perl-WWW-Mechanize
0846d895 20BuildRequires: perl-devel >= 1:5.8.7
0846d895
AM
21%if %{with tests}
22%endif
23BuildRequires: rpm-perlprov >= 4.1-13
24BuildArch: noarch
25BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27%description
28Test::HTTP-Server-Simple-StashWarnings - catch your forked server's
29warnings.
30
31%prep
32%setup -q -n %{pdir}-%{pnam}-%{version}
33
34%build
35%{__perl} Makefile.PL \
36 INSTALLDIRS=vendor
37%{__make}
38
39%{?with_tests:%{__make} test}
40
41%install
42rm -rf $RPM_BUILD_ROOT
43
44%{__make} install \
45 DESTDIR=$RPM_BUILD_ROOT
46
47%clean
48rm -rf $RPM_BUILD_ROOT
49
50%files
51%defattr(644,root,root,755)
52%doc Changes
53# %{perl_vendorlib}/Test/HTTP/Server/Simple/StashWarnings.pm
54%{perl_vendorlib}/Test/HTTP
55%{_mandir}/man3/*
This page took 0.064878 seconds and 4 git commands to generate.