From cee11622b982aea85e7d1d38401ecc87b0ea558c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?= Date: Tue, 16 Aug 2011 10:48:32 +0200 Subject: [PATCH] change path on vendor, so our debuginfo are not conflicting with perl core debuginfos --- perl-Compress-Raw-Zlib.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/perl-Compress-Raw-Zlib.spec b/perl-Compress-Raw-Zlib.spec index 2638989..d871c90 100644 --- a/perl-Compress-Raw-Zlib.spec +++ b/perl-Compress-Raw-Zlib.spec @@ -1,6 +1,6 @@ Name: perl-Compress-Raw-Zlib Version: 2.037 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Low-Level Interface to zlib compression library License: GPL+ or Artistic Group: Development/Libraries @@ -36,7 +36,7 @@ ZLIB_LIB=%{_libdir} ZLIB_INCLUDE=%{_includedir} export BUILD_ZLIB OLD_ZLIB ZLIB_LIB ZLIB_INCLUDE -%{__perl} Makefile.PL INSTALLDIRS=perl OPTIMIZE="%{optflags}" +%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" make %{?_smp_mflags} %install @@ -51,11 +51,15 @@ make test %files %doc Changes README -%{perl_archlib}/auto/Compress/ -%{perl_archlib}/Compress/ +%{perl_vendorarch}/auto/Compress/ +%{perl_vendorarch}/Compress/ %{_mandir}/man3/Compress::Raw::Zlib.3pm* %changelog +* Tue Aug 16 2011 Marcela Mašláňová - 2.037-4 +- change path on vendor, so our debuginfo are not conflicting with + perl core debuginfos + * Thu Jul 28 2011 Karsten Hopp 2.037-3 - bump and rebuild as it got compiled with the old perl on ppc