]> git.pld-linux.org Git - packages/perl-ExtUtils-TBone.git/blob - perl-ExtUtils-TBone.spec
- removed README from %doc.
[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.116
6 Release:        1
7 License:        GPL
8 Group:          Development/Languages/Perl
9 Group(pl):      Programowanie/Jêzyki/Perl
10 Source:         ftp://ftp.perl.org/pub/CPAN/modules/by-module/ExtUtils/ExtUtils-TBone-%{version}.tar.gz
11 BuildRequires:  rpm-perlprov >= 3.0.3-16
12 BuildRequires:  perl >= 5.005_03-14
13 %requires_eq    perl
14 Requires:       %{perl_sitearch}
15 BuildRoot:      /tmp/%{name}-%{version}-root
16
17 %description
18 ExtUtils-TBone - a "skeleton" for writing "t/*.t" test files.
19
20 %description -l pl
21 ExtUtils-TBone - "szkielet" dla tworzenia plików testowych "t/*.t".
22
23 %prep
24 %setup -q -n ExtUtils-TBone-%{version}
25
26 %build
27 perl Makefile.PL
28 make
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 make install DESTDIR=$RPM_BUILD_ROOT
33
34 (
35   cd $RPM_BUILD_ROOT%{perl_sitearch}/auto/ExtUtils/TBone
36   sed -e "s#$RPM_BUILD_ROOT##" .packlist >.packlist.new
37   mv .packlist.new .packlist
38 )
39
40 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man3/*
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc README.gz
48
49 %{perl_sitelib}/ExtUtils/TBone.pm
50 %{perl_sitearch}/auto/ExtUtils/TBone
51
52 %{_mandir}/man3/*
This page took 0.033509 seconds and 4 git commands to generate.