summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorradek2003-03-01 19:37:17 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commite5ba575f42684133e7ce3702b84cf43064a3b6a9 (patch)
tree9723e872d8f987a9e995e64598e9a928e8f7f3b1
parent2a7b55b3e38284d02e2f747ac8a5436793ec4dc7 (diff)
downloadperl-IO-Zlib-e5ba575f42684133e7ce3702b84cf43064a3b6a9.zip
perl-IO-Zlib-e5ba575f42684133e7ce3702b84cf43064a3b6a9.tar.gz
- should be ready for perl-5.8.0; release++
Changed files: perl-IO-Zlib.spec -> 1.26
-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/*