]> git.pld-linux.org Git - packages/perl-String-Format.git/blobdiff - perl-String-Format.spec
- should be ready for perl-5.8.0; release++
[packages/perl-String-Format.git] / perl-String-Format.spec
index 1d11fcd8e7d2f843876e24ddd8fcd7c9eff8ad44..afc0e44c63ac383f92d470d2b81a1fb138a3152a 100644 (file)
@@ -8,12 +8,12 @@ Summary:      String::Format - sprintf-like string formatting capabilities
 Summary(pl):   String::Format - mo¿liwo¶ci formatowania podobne do sprintf
 Name:          perl-String-Format
 Version:       1.13
-Release:       2
+Release:       3
 License:       GPL v2
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
 BuildRequires: perl >= 5.6
-BuildRequires: rpm-perlprov >= 3.0.3-26
+BuildRequires: rpm-perlprov >= 4.1-13
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -37,7 +37,8 @@ index_format z mutta i powi
 %setup -q -n %{pdir}-%{pnam}-%{version}
 
 %build
-%{__perl} Makefile.PL
+%{__perl} Makefile.PL \
+       INSTALLDIRS=vendor 
 %{__make}
 
 %{!?_without_tests:%{__make} test}
@@ -52,5 +53,5 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%{perl_sitelib}/%{pdir}/*.pm
+%{perl_vendorlib}/%{pdir}/*.pm
 %{_mandir}/man3/*
This page took 0.099435 seconds and 4 git commands to generate.