]> git.pld-linux.org Git - packages/perl-ExtUtils-TBone.git/blob - perl-ExtUtils-TBone.spec
- removed explicit requirements for perl = %%{version} and %%{perl_sitearch}
[packages/perl-ExtUtils-TBone.git] / perl-ExtUtils-TBone.spec
1 %include        /usr/lib/rpm/macros.perl
2 Summary:        ExtUtils-TBone perl module
3 Summary(pl):    Modu³ perla ExtUtils-TBone
4 Name:           perl-ExtUtils-TBone
5 Version:        1.117
6 Release:        2
7 License:        GPL
8 Group:          Development/Languages/Perl
9 Group(de):      Entwicklung/Sprachen/Perl
10 Group(pl):      Programowanie/Jêzyki/Perl
11 Source0:        ftp://ftp.perl.org/pub/CPAN/modules/by-module/ExtUtils/ExtUtils-TBone-%{version}.tar.gz
12 BuildRequires:  rpm-perlprov >= 3.0.3-16
13 BuildRequires:  perl >= 5.6
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 ExtUtils-TBone - a "skeleton" for writing "t/*.t" test files.
18
19 %description -l pl
20 ExtUtils-TBone - "szkielet" dla tworzenia plików testowych "t/*.t".
21
22 %prep
23 %setup -q -n ExtUtils-TBone-%{version}
24
25 %build
26 perl Makefile.PL
27 %{__make}
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31
32 %{__make} install DESTDIR=$RPM_BUILD_ROOT
33
34 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37 %files
38 %defattr(644,root,root,755)
39 %doc *.gz
40 %{perl_sitelib}/ExtUtils/TBone.pm
41 %{_mandir}/man3/*
This page took 0.025574 seconds and 4 git commands to generate.