]> git.pld-linux.org Git - packages/perl-Test-HTTP-Server-Simple-StashWarnings.git/blob - 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
1 #
2 # Conditional build:
3 %bcond_without  tests # do not perform "make test"
4 #
5 %define         pdir    Test
6 %define         pnam    HTTP-Server-Simple-StashWarnings
7 Summary:        Test::HTTP-Server-Simple-StashWarnings Perl module - catch your forked server's warnings
8 Name:           perl-Test-HTTP-Server-Simple-StashWarnings
9 Version:        0.03
10 Release:        2
11 Source0:        http://search.cpan.org/CPAN/authors/id/S/SA/SARTAK/%{pdir}-%{pnam}-%{version}.tar.gz
12 # Source0-md5:  0a63b8f45217f05611717292b7ec02e5
13 # same as perl
14 License:        GPL v1+ or Artistic
15 Group:          Development/Languages/Perl
16 URL:            http://search.cpan.org/dist/Test-HTTP-Server-Simple-StashWarnings/
17 BuildRequires:  perl-HTTP-Server-Simple
18 BuildRequires:  perl-Test-HTTP-Server-Simple
19 BuildRequires:  perl-WWW-Mechanize
20 BuildRequires:  perl-devel >= 1:5.8.7
21 %if %{with tests}
22 %endif
23 BuildRequires:  rpm-perlprov >= 4.1-13
24 BuildArch:      noarch
25 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27 %description
28 Test::HTTP-Server-Simple-StashWarnings - catch your forked server's
29 warnings.
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
42 rm -rf $RPM_BUILD_ROOT
43
44 %{__make} install \
45         DESTDIR=$RPM_BUILD_ROOT
46
47 %clean
48 rm -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.116109 seconds and 4 git commands to generate.