]> git.pld-linux.org Git - packages/perl-File-Cat.git/blame - perl-File-Cat.spec
use generic url
[packages/perl-File-Cat.git] / perl-File-Cat.spec
CommitLineData
b3c2f460 1#
2# Conditional build:
3%bcond_without tests # do not perform "make test"
ce76d9be 4
86c4f1cc 5%define pdir File
6%define pnam Cat
ce76d9be 7%include /usr/lib/rpm/macros.perl
b0d64c74 8Summary: File::Cat - Perl implementation of cat(1)
1fc0308d 9Summary(pl.UTF-8): File::Cat - implementacja cat(1) w Perlu
1e09df57 10Name: perl-File-Cat
11Version: 1.2
a93f050a 12Release: 11
b0d64c74 13License: unknown
1e09df57 14Group: Development/Languages/Perl
60ea3915 15Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
e9f7cf1a 16# Source0-md5: 300600b3786cec4360e88947f775f4fb
ce76d9be 17URL: http://search.cpan.org/dist/File-Cat/
16d7bbf7 18BuildRequires: perl-devel >= 1:5.8.0
ce76d9be 19BuildRequires: rpm-perlprov >= 4.1-13
eea35eb3 20BuildArch: noarch
f129c8e4 21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
1e09df57 22
23%description
b0d64c74 24File::Cat module - Perl implementation of cat(1).
25
26File::Cat is a module of adventure, danger, and low cunning. With it,
27you will explore some of the most inane programs ever seen by mortals.
28No computer should be without one!
1e09df57 29
57c981e2
JR
30%description -l pl.UTF-8
31Moduł File::Cat - implementacja cat(1) w Perlu.
b0d64c74 32
57c981e2
JR
33File::Cat jest modułem z przygodami, niebezpiecznym i mało pomysłowym.
34Przy jego pomocy można stworzyć kilka spośród najgłupszych programów
35jakie widzieli śmiertelnicy. Na każdym komputerze powinien być choć
b0d64c74 36jeden taki!
1e09df57 37
38%prep
8ffea63a 39%setup -q -n %{pdir}-%{pnam}-%{version}
1e09df57 40
41%build
e28b387f 42%{__perl} Makefile.PL \
837fc299 43 INSTALLDIRS=vendor
e369c4d7 44%{__make}
1e09df57 45
b3c2f460 46%{?with_tests:%{__make} test}
47
1e09df57 48%install
49rm -rf $RPM_BUILD_ROOT
1e09df57 50
b3c2f460 51%{__make} install \
52 DESTDIR=$RPM_BUILD_ROOT
1e09df57 53
1e09df57 54%clean
55rm -rf $RPM_BUILD_ROOT
56
57%files
58%defattr(644,root,root,755)
136eb23a 59%doc Changes
e28b387f 60%{perl_vendorlib}/File/Cat.pm
1e09df57 61%{_mandir}/man3/*
This page took 0.471092 seconds and 4 git commands to generate.