]> git.pld-linux.org Git - packages/perl-Test-WWW-Mechanize.git/blob - perl-Test-WWW-Mechanize.spec
- BR: perl-Test-LongString
[packages/perl-Test-WWW-Mechanize.git] / perl-Test-WWW-Mechanize.spec
1 #
2 #Conditional build:
3 %bcond_without  tests   # perform "make test"
4 #
5 %include        /usr/lib/rpm/macros.perl
6 %define         pdir    Test
7 %define         pnam    WWW-Mechanize
8 Summary:        Test::WWW-Mechanize - Testing-specific WWW::Mechanize subclass
9 Name:           perl-Test-WWW-Mechanize
10 Version:        1.22
11 Release:        1
12 # same as perl
13 License:        GPL v1+ or Artistic
14 Group:          Development/Languages/Perl
15 Source0:        http://www.cpan.org/modules/by-module/Test/%{pdir}-%{pnam}-%{version}.tar.gz
16 # Source0-md5:  8a2b2078b8cd226c82101158a50630f9
17 URL:            http://search.cpan.org/dist/Test-WWW-Mechanize/
18 BuildRequires:  perl-devel >= 1:5.8.0
19 BuildRequires:  rpm-perlprov >= 4.1-13
20 %if %{with tests}
21 BuildRequires:  perl-Carp-Assert-More
22 BuildRequires:  perl-Test-LongString
23 %endif
24 BuildArch:      noarch
25 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27 %description
28 Test::WWW::Mechanize is a subclass of WWW::Mechanize that incorporates features for web application testing.
29
30 %prep
31 %setup -q -n %{pdir}-%{pnam}-%{version}
32
33 %build
34 %{__perl} Makefile.PL \
35         INSTALLDIRS=vendor
36 %{__make}
37
38 %{?with_tests:%{__make} test}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc Changes
52 %{perl_vendorlib}/Test/WWW/Mechanize.pm
53 %{_mandir}/man3/*
This page took 0.17897 seconds and 3 git commands to generate.