]> git.pld-linux.org Git - packages/perl-File-Cat.git/blobdiff - perl-File-Cat.spec
- summary/description/license fixes
[packages/perl-File-Cat.git] / perl-File-Cat.spec
index 0f5c26398660ad4d5b4d9a37b1b2f03d0151852e..0d145c086748d415379b926f28f62c01b021fb30 100644 (file)
@@ -1,31 +1,41 @@
 %include       /usr/lib/rpm/macros.perl
 %define        pdir    File
 %define        pnam    Cat
-Summary:       File::Cat perl module
-Summary(pl):   Modu³ perla File::Cat
+Summary:       File::Cat - Perl implementation of cat(1)
+Summary(pl):   File::Cat - implementacja cat(1) w Perlu
 Name:          perl-File-Cat
 Version:       1.2
 Release:       9
-License:       GPL
+License:       unknown
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: 300600b3786cec4360e88947f775f4fb
 BuildRequires: rpm-perlprov >= 4.1-13
-BuildRequires: perl >= 5.6
+BuildRequires: perl-devel >= 5.6
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-File::Cat perl module - Perl implementation of cat(1).
+File::Cat module - Perl implementation of cat(1).
+
+File::Cat is a module of adventure, danger, and low cunning. With it,
+you will explore some of the most inane programs ever seen by mortals.
+No computer should be without one!
 
 %description -l pl
-Modu³ perla File::Cat - cat(1) dla perla.
+Modu³ File::Cat - implementacja cat(1) w Perlu.
+
+File::Cat jest modu³em z przygodami, niebezpiecznym i ma³o pomys³owym.
+Przy jego pomocy mo¿na stworzyæ kilka spo¶ród najg³upszych programów
+jakie widzieli ¶miertelnicy. Na ka¿dym komputerze powinien byæ choæ
+jeden taki!
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
 
 %build
 %{__perl} Makefile.PL \
-       INSTALLDIRS=vendor 
+       INSTALLDIRS=vendor
 %{__make}
 
 %install
This page took 0.09777 seconds and 4 git commands to generate.