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

perl-FCGI.spec

index 4d28c993076192acc38b9d154013b92f7f3c851c..91f52b1a685d79648d2dc4909fcec09937c73b13 100644 (file)
@@ -3,7 +3,7 @@ Summary:        FCGI perl module
 Summary(pl):   Modu³ perla FCGI
 Name:          perl-FCGI
 Version:       0.67
-Release:       1
+Release:       2
 License:       BSD-like
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/FCGI/FCGI-%{version}.tar.gz
@@ -12,7 +12,7 @@ URL:          http://www.fastcgi.com/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: perl >= 5.6.1
-BuildRequires: rpm-perlprov >= 3.0.3-16
+BuildRequires: rpm-perlprov >= 4.1-13
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -32,7 +32,8 @@ cp -f %{SOURCE1} acinclude.m4
 %{__aclocal}
 %{__autoconf}
 %configure
-%{__perl} Makefile.PL
+%{__perl} Makefile.PL \
+       INSTALLDIRS=vendor 
 %{__make} OPTIMIZE="%{rpmcflags}"
 
 %install
@@ -46,8 +47,8 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc Change* LICENSE.TERMS README echo.fpl
-%{perl_sitearch}/FCGI.pm
-%dir %{perl_sitearch}/auto/FCGI
-%{perl_sitearch}/auto/FCGI/FCGI.bs
-%attr(755,root,root) %{perl_sitearch}/auto/FCGI/FCGI.so
+%{perl_vendorarch}/FCGI.pm
+%dir %{perl_vendorarch}/auto/FCGI
+%{perl_vendorarch}/auto/FCGI/FCGI.bs
+%attr(755,root,root) %{perl_vendorarch}/auto/FCGI/FCGI.so
 %{_mandir}/man3/*
This page took 0.143234 seconds and 4 git commands to generate.