]> git.pld-linux.org Git - packages/perl-File-Cat.git/blob - perl-File-Cat.spec
51b99a98e9bf09371ab297a7f496619a3bf54a3b
[packages/perl-File-Cat.git] / perl-File-Cat.spec
1 %define pdir    File
2 %define pnam    Cat
3 %include        /usr/lib/rpm/macros.perl
4 Summary:        File-Cat perl module
5 Summary(pl):    Modu³ perla File-Cat
6 Name:           perl-File-Cat
7 Version:        1.2
8 Release:        7
9
10 License:        GPL
11 Group:          Development/Languages/Perl
12 Source0:        ftp://ftp.perl.org/pub/CPAN/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
13 BuildRequires:  rpm-perlprov >= 3.0.3-16
14 BuildRequires:  perl >= 5.6
15 BuildArch:      noarch
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.033922 seconds and 2 git commands to generate.