]> git.pld-linux.org Git - packages/perl-ExtUtils-TBone.git/blob - perl-ExtUtils-TBone.spec
- rel. 7
[packages/perl-ExtUtils-TBone.git] / perl-ExtUtils-TBone.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    ExtUtils
7 %define pnam    TBone
8 Summary:        ExtUtils::TBone - a "skeleton" for writing test files
9 Summary(pl):    ExtUtils::TBone - szkielet do tworzenia testów
10 Name:           perl-ExtUtils-TBone
11 Version:        1.124
12 Release:        7
13 # same as perl
14 License:        GPL v1+ or Artistic
15 Group:          Development/Languages/Perl
16 Source0:        http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
17 # Source0-md5:  81914cadf266f6cd2083bd321c1557cd
18 BuildRequires:  rpm-perlprov >= 4.1-13
19 BuildRequires:  perl-devel >= 1:5.8.0
20 BuildArch:      noarch
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 ExtUtils::TBone Perl module is intended for folks who release CPAN
25 modules with "t/*.t" tests. It makes it easy for you to output
26 syntactically correct test-output while at the same time logging all
27 test activity to a log file. Hopefully, bug reports which include the
28 contents of this file will be easier for you to investigate.
29
30 %description -l pl
31 Modu³ Perla ExtUtils::TBone jest przeznaczony dla autorów modu³ów CPAN
32 zawieraj±cych testy "t/*.t". Upraszcza on tworzenie poprawnego
33 sk³adniowo wyj¶cia testów, przy jednoczesnym logowaniu wszelkiej
34 aktywno¶ci danego testu. Raporty o b³êdach zawieraj±ce ten log powinny
35 byæ ³atwiejsze do zbadania.
36
37 %prep
38 %setup -q -n %{pdir}-%{pnam}-%{version}
39
40 %build
41 %{__perl} Makefile.PL \
42         INSTALLDIRS=vendor
43 %{__make}
44
45 %{?with_tests:%{__make} test}
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49
50 %{__make} install \
51         DESTDIR=$RPM_BUILD_ROOT
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files
57 %defattr(644,root,root,755)
58 %doc README docs/*
59 %{perl_vendorlib}/ExtUtils/TBone.pm
60 %{_mandir}/man3/*
This page took 0.052623 seconds and 4 git commands to generate.