]> git.pld-linux.org Git - packages/perl-File-Cat.git/blobdiff - perl-File-Cat.spec
- rel. 10
[packages/perl-File-Cat.git] / perl-File-Cat.spec
index 17a342080138d98a21237571e72ba0e7db861df9..1bcfcdd370acca1ce6e243100cc538c1ca3c2fb5 100644 (file)
@@ -1,44 +1,60 @@
+#
+# Conditional build:
+%bcond_without tests   # do not perform "make test"
+#
 %include       /usr/lib/rpm/macros.perl
-Summary:       File-Cat perl module
-Summary(pl):   Modu³ perla File-Cat
+%define        pdir    File
+%define        pnam    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:       6
-License:       GPL
+Release:       10
+License:       unknown
 Group:         Development/Languages/Perl
-Group(de):     Entwicklung/Sprachen/Perl
-Group(pl):     Programowanie/Jêzyki/Perl
-Source0:       ftp://ftp.perl.org/pub/CPAN/modules/by-module/File/File-Cat-%{version}.tar.gz
-BuildRequires: rpm-perlprov >= 3.0.3-16
-BuildRequires: perl >= 5.6
+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-devel >= 1:5.8.0
 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 File-Cat-%{version}
+%setup -q -n %{pdir}-%{pnam}-%{version}
 
 %build
-perl Makefile.PL
+%{__perl} Makefile.PL \
+       INSTALLDIRS=vendor
 %{__make}
 
+%{?with_tests:%{__make} test}
+
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
-
-gzip -9nf Changes
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
-%{perl_sitelib}/File/Cat.pm
+%doc Changes
+%{perl_vendorlib}/File/Cat.pm
 %{_mandir}/man3/*
This page took 0.092294 seconds and 4 git commands to generate.