From 459e377a474a3458874522219ebe28a1b41bc509 Mon Sep 17 00:00:00 2001 From: Marcela Mašláňová Date: Aug 16 2011 14:15:01 +0000 Subject: change path on vendor, so our debuginfo are not conflicting with perl core debuginfos --- diff --git a/perl-threads.spec b/perl-threads.spec index 45296e3..0aef87e 100644 --- a/perl-threads.spec +++ b/perl-threads.spec @@ -1,6 +1,6 @@ Name: perl-threads Version: 1.83 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Perl interpreter-based threads License: GPL+ or Artistic Group: Development/Libraries @@ -32,7 +32,7 @@ This threading model has been deprecated, and was removed as of Perl 5.10.0.) %setup -q -n threads-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=perl OPTIMIZE="$RPM_OPT_FLAGS" +%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" make %{?_smp_mflags} %install @@ -50,11 +50,15 @@ make test %files %defattr(-,root,root,-) %doc Changes README -%{perl_archlib}/auto/* -%{perl_archlib}/threads* +%{perl_vendorarch}/auto/* +%{perl_vendorarch}/threads* %{_mandir}/man3/* %changelog +* Tue Aug 16 2011 Marcela Mašláňová - 1.83-4 +- change path on vendor, so our debuginfo are not conflicting with + perl core debuginfos + * Fri Jun 17 2011 Marcela Mašláňová - 1.83-3 - Perl mass rebuild