]> git.pld-linux.org Git - packages/perl-File-Cat.git/blob - perl-File-Cat.spec
8253eb1a24b9a1a19c25bda22edc0b348e6ac4bd
[packages/perl-File-Cat.git] / perl-File-Cat.spec
1 %include        /usr/lib/rpm/macros.perl
2 %define pdir    File
3 %define pnam    Cat
4 Summary:        File::Cat perl module
5 Summary(pl):    Modu³ perla File::Cat
6 Name:           perl-File-Cat
7 Version:        1.2
8 Release:        9
9 License:        GPL
10 Group:          Development/Languages/Perl
11 Source0:        http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
12 # Source0-md5:  300600b3786cec4360e88947f775f4fb
13 BuildRequires:  rpm-perlprov >= 4.1-13
14 BuildRequires:  perl-devel >= 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 %{pdir}-%{pnam}-%{version}
26
27 %build
28 %{__perl} Makefile.PL \
29         INSTALLDIRS=vendor
30 %{__make}
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34
35 %{__make} install DESTDIR=$RPM_BUILD_ROOT
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc Changes
43 %{perl_vendorlib}/File/Cat.pm
44 %{_mandir}/man3/*
This page took 0.022975 seconds and 2 git commands to generate.