]> git.pld-linux.org Git - packages/perl-File-Cat.git/blob - perl-File-Cat.spec
- release 4: rebuild agaunst perl 5.6 and use rpm automation.
[packages/perl-File-Cat.git] / perl-File-Cat.spec
1 %include        /usr/lib/rpm/macros.perl
2 Summary:        File-Cat perl module
3 Summary(pl):    Modu³ perla File-Cat
4 Name:           perl-File-Cat
5 Version:        1.2
6 Release:        4
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/File/File-Cat-%{version}.tar.gz
12 BuildRequires:  rpm-perlprov >= 3.0.3-16
13 BuildRequires:  perl >= 5.6
14 %requires_eq    perl
15 Requires:       %{perl_sitearch}
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 File-Cat perl module - Perl implementation of cat(1).
20
21 %description -l pl
22 Modu³ perla File-Cat - cat(1) dla perla.
23
24 %prep
25 %setup -q -n File-Cat-%{version}
26
27 %build
28 perl Makefile.PL
29 %{__make}
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33
34 %{__make} install DESTDIR=$RPM_BUILD_ROOT
35
36 gzip -9nf Changes
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %doc *.gz
44 %{perl_sitelib}/File/Cat.pm
45 %{_mandir}/man3/*
This page took 0.406999 seconds and 4 git commands to generate.