]> git.pld-linux.org Git - packages/perl-File-Cat.git/blob - perl-File-Cat.spec
- use the __perl macro
[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:        8
9 License:        GPL
10 Group:          Development/Languages/Perl
11 Source0:        http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
12 BuildRequires:  rpm-perlprov >= 3.0.3-16
13 BuildRequires:  perl >= 5.6
14 BuildArch:      noarch
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 File::Cat perl module - Perl implementation of cat(1).
19
20 %description -l pl
21 Modu³ perla File::Cat - cat(1) dla perla.
22
23 %prep
24 %setup -q -n %{pdir}-%{pnam}-%{version}
25
26 %build
27 %{__perl} Makefile.PL
28 %{__make}
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32
33 %{__make} install DESTDIR=$RPM_BUILD_ROOT
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 %doc Changes
41 %{perl_sitelib}/File/Cat.pm
42 %{_mandir}/man3/*
This page took 0.271884 seconds and 4 git commands to generate.