]> git.pld-linux.org Git - packages/perl-File-Cat.git/blob - perl-File-Cat.spec
- summary/description/license fixes
[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 implementation of cat(1)
5 Summary(pl):    File::Cat - implementacja cat(1) w Perlu
6 Name:           perl-File-Cat
7 Version:        1.2
8 Release:        9
9 License:        unknown
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 module - Perl implementation of cat(1).
20
21 File::Cat is a module of adventure, danger, and low cunning. With it,
22 you will explore some of the most inane programs ever seen by mortals.
23 No computer should be without one!
24
25 %description -l pl
26 Modu³ File::Cat - implementacja cat(1) w Perlu.
27
28 File::Cat jest modu³em z przygodami, niebezpiecznym i ma³o pomys³owym.
29 Przy jego pomocy mo¿na stworzyæ kilka spo¶ród najg³upszych programów
30 jakie widzieli ¶miertelnicy. Na ka¿dym komputerze powinien byæ choæ
31 jeden taki!
32
33 %prep
34 %setup -q -n %{pdir}-%{pnam}-%{version}
35
36 %build
37 %{__perl} Makefile.PL \
38         INSTALLDIRS=vendor
39 %{__make}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 %{__make} install DESTDIR=$RPM_BUILD_ROOT
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc Changes
52 %{perl_vendorlib}/File/Cat.pm
53 %{_mandir}/man3/*
This page took 0.081675 seconds and 3 git commands to generate.