]> git.pld-linux.org Git - packages/perl-Test-HTTP-Server-Simple-StashWarnings.git/blob - perl-Test-HTTP-Server-Simple-StashWarnings.spec
- initial
[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 %include        /usr/lib/rpm/macros.perl
6 %define         pdir    Test
7 %define         pnam    HTTP-Server-Simple-StashWarnings
8 Summary:        Test::HTTP-Server-Simple-StashWarnings Perl module - catch your forked server's warnings
9 Name:           perl-Test-HTTP-Server-Simple-StashWarnings
10 Version:        0.03
11 Release:        1
12 # same as perl
13 # Source0-md5:  0a63b8f45217f05611717292b7ec02e5
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-devel >= 1:5.8.7
18 Source0:        http://search.cpan.org/CPAN/authors/id/S/SA/SARTAK/%{pdir}-%{pnam}-%{version}.tar.gz
19 %if %{with tests}
20 %endif
21 BuildRequires:  rpm-perlprov >= 4.1-13
22 BuildArch:      noarch
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 Test::HTTP-Server-Simple-StashWarnings - catch your forked server's
27 warnings.
28
29 %prep
30 %setup -q -n %{pdir}-%{pnam}-%{version}
31
32 %build
33 %{__perl} Makefile.PL \
34         INSTALLDIRS=vendor
35 %{__make}
36
37 %{?with_tests:%{__make} test}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41
42 %{__make} install \
43         DESTDIR=$RPM_BUILD_ROOT
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc Changes
51 # %{perl_vendorlib}/Test/HTTP/Server/Simple/StashWarnings.pm
52 %{perl_vendorlib}/Test/HTTP
53 %{_mandir}/man3/*
This page took 0.046002 seconds and 4 git commands to generate.