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