]> git.pld-linux.org Git - packages/perl-File-Cat.git/commitdiff
- should be ready for perl-5.8.0; release++
authorradek <radek@pld-linux.org>
Sat, 1 Mar 2003 19:08:41 +0000 (19:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-File-Cat.spec -> 1.22

perl-File-Cat.spec

index 9ce647ad97c6c5a5871afad6a6a3c66698825656..0f5c26398660ad4d5b4d9a37b1b2f03d0151852e 100644 (file)
@@ -5,11 +5,11 @@ Summary:      File::Cat perl module
 Summary(pl):   Modu³ perla File::Cat
 Name:          perl-File-Cat
 Version:       1.2
-Release:       8
+Release:       9
 License:       GPL
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-BuildRequires: rpm-perlprov >= 3.0.3-16
+BuildRequires: rpm-perlprov >= 4.1-13
 BuildRequires: perl >= 5.6
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -24,7 +24,8 @@ Modu
 %setup -q -n %{pdir}-%{pnam}-%{version}
 
 %build
-%{__perl} Makefile.PL
+%{__perl} Makefile.PL \
+       INSTALLDIRS=vendor 
 %{__make}
 
 %install
@@ -38,5 +39,5 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc Changes
-%{perl_sitelib}/File/Cat.pm
+%{perl_vendorlib}/File/Cat.pm
 %{_mandir}/man3/*
This page took 0.098145 seconds and 4 git commands to generate.