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

perl-Text-PDF.spec

index 18fc4e9e3b6d54309c49aa5c5f73d8da443a40e3..1cd5e2e17cf11b09e359a74d7811596157cc3236 100644 (file)
@@ -9,7 +9,7 @@ Summary:        Text::PDF perl module
 Summary(pl):   Modu³ perla Text::PDF
 Name:          perl-Text-PDF
 Version:       0.23
-Release:       2
+Release:       3
 License:       GPL
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
@@ -17,7 +17,7 @@ Patch0:               %{name}-fix.patch
 BuildRequires: perl >= 5.6.1
 BuildRequires: perl-Compress-Zlib
 BuildRequires: perl-Font-TTF
-BuildRequires: rpm-perlprov >= 3.0.3-16
+BuildRequires: rpm-perlprov >= 4.1-13
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -32,7 +32,8 @@ Text::PDF umo
 %patch0 -p1
 
 %build
-%{__perl} Makefile.PL
+%{__perl} Makefile.PL \
+       INSTALLDIRS=vendor 
 %{__make}
 %{!?_without_tests:%{__make} test}
 
@@ -48,6 +49,6 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc *txt lib/Text/PDF/changes
 %attr(755,root,root) %{_bindir}/*
-%dir %{perl_sitelib}/Text/PDF
-%{perl_sitelib}/Text/PDF/*.pm
+%dir %{perl_vendorlib}/Text/PDF
+%{perl_vendorlib}/Text/PDF/*.pm
 %{_mandir}/man3/*
This page took 0.064598 seconds and 4 git commands to generate.