commit cee11622b982aea85e7d1d38401ecc87b0ea558c Author: Marcela Mašláňová <mmaslano@xxxxxxxxxx> Date: Tue Aug 16 10:48:32 2011 +0200 change path on vendor, so our debuginfo are not conflicting with perl core debuginfos perl-Compress-Raw-Zlib.spec | 12 ++++++++---- 1 files 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á <mmaslano@xxxxxxxxxx> - 2.037-4 +- change path on vendor, so our debuginfo are not conflicting with + perl core debuginfos + * Thu Jul 28 2011 Karsten Hopp <karsten@xxxxxxxxxx> 2.037-3 - bump and rebuild as it got compiled with the old perl on ppc -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel