]> git.pld-linux.org Git - packages/perl-Test-Output.git/blob - perl-Test-Output.spec
8687e9c3845a9db2df492c6d63704eb15f4f2693
[packages/perl-Test-Output.git] / perl-Test-Output.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    Output
8 Summary:        Test::Output - Utilities to test STDOUT and STDERR messages
9 Summary(pl.UTF-8):      Test::Output - narzędzia do terowania komunikatów STDOUT i STDERR
10 Name:           perl-Test-Output
11 Version:        1.01
12 Release:        1
13 # same as perl
14 License:        GPL v1+ or Artistic
15 Group:          Development/Languages/Perl
16 Source0:        http://www.cpan.org/modules/by-module/Test/%{pdir}-%{pnam}-%{version}.tar.gz
17 # Source0-md5:  bea1fe88e8725a5b3f7b66e69fc83dd2
18 URL:            http://search.cpan.org/dist/Test-Output/
19 BuildRequires:  perl-devel >= 1:5.8.0
20 BuildRequires:  rpm-perlprov >= 4.1-13
21 %if %{with tests}
22 BuildRequires:  perl-File-Temp >= 0.21
23 BuildRequires:  perl-Sub-Exporter
24 BuildRequires:  perl-Test-Tester >= 0.107
25 %endif
26 BuildArch:      noarch
27 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
28
29 %description
30 Test::Output provides a simple interface for testing output sent to
31 STDOUT or STDERR. A number of different utilies are included to try
32 and be as flexible as possible to the tester.
33
34 %description -l pl.UTF-8
35 Test::Output udostępnia prosty interfejs do testowania komunikatów
36 wysyłanych na STDOUT lub STDERR. Załączonych jest wiele różnych
37 narzędzi do wypróbowania, mających być jak najbardziej elastycznymi
38 dla testera.
39
40 %prep
41 %setup -q -n %{pdir}-%{pnam}-%{version}
42
43 %build
44 %{__perl} Makefile.PL \
45         INSTALLDIRS=vendor
46 %{__make}
47
48 %{?with_tests:%{__make} test}
49
50 %install
51 rm -rf $RPM_BUILD_ROOT
52
53 %{__make} install \
54         DESTDIR=$RPM_BUILD_ROOT
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %files
60 %defattr(644,root,root,755)
61 %doc Changes README
62 %{perl_vendorlib}/Test/Output.pm
63 %dir %{perl_vendorlib}/Test/Output
64 %{perl_vendorlib}/Test/Output/Tie.pm
65 %{_mandir}/man3/Test::Output*.3pm*
This page took 0.033374 seconds and 2 git commands to generate.