summaryrefslogtreecommitdiff
path: root/perl-IO-Zlib.spec
diff options
context:
space:
mode:
Diffstat (limited to 'perl-IO-Zlib.spec')
-rw-r--r--perl-IO-Zlib.spec9
1 files changed, 5 insertions, 4 deletions
diff --git a/perl-IO-Zlib.spec b/perl-IO-Zlib.spec
index 8373e9c..855e3ab 100644
--- a/perl-IO-Zlib.spec
+++ b/perl-IO-Zlib.spec
@@ -5,13 +5,13 @@ Summary: IO::Zlib Perl module - IO:: style interface to Compress::Zlib
Summary(pl): Moduł Perla IO::Zlib - interfejs w stylu IO:: do modułu Compress::Zlib
Name: perl-IO-Zlib
Version: 1.01
-Release: 7
+Release: 8
License: GPL
Group: Development/Languages/Perl
Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
BuildRequires: perl >= 5.6
BuildRequires: perl-Compress-Zlib
-BuildRequires: rpm-perlprov >= 3.0.3-16
+BuildRequires: rpm-perlprov >= 4.1-13
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -30,7 +30,8 @@ IO::Handle.
%setup -q -n %{pdir}-%{pnam}-%{version}
%build
-%{__perl} Makefile.PL
+%{__perl} Makefile.PL \
+ INSTALLDIRS=vendor
%{__make}
%install
@@ -44,5 +45,5 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
%doc ChangeLog README
-%{perl_sitelib}/IO/Zlib.pm
+%{perl_vendorlib}/IO/Zlib.pm
%{_mandir}/man3/*