commit 5193865d127f0f23b55ad013ca766b74d92686ba Author: Marcela Mašláňová <mmaslano@xxxxxxxxxx> Date: Wed Aug 17 12:57:38 2011 +0200 change path on vendor, so our debuginfo are not conflicting with perl core debuginfos perl-parent.spec | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) --- diff --git a/perl-parent.spec b/perl-parent.spec index 2e49ff5..70d1a60 100644 --- a/perl-parent.spec +++ b/perl-parent.spec @@ -1,7 +1,7 @@ Name: perl-parent Epoch: 1 Version: 0.225 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Establish an ISA relationship with base classes at compile time License: GPL+ or Artistic Group: Development/Libraries @@ -36,7 +36,7 @@ find . -type f -exec chmod -c -x {} + # sed -e '/perl([DFR].*)/d' %build -%{__perl} Makefile.PL INSTALLDIRS=perl +%{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install @@ -52,10 +52,14 @@ make test %files %doc Changes t/ -%{perl_privlib}/* +%{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Wed Aug 17 2011 Marcela Mašláňová <mmaslano@xxxxxxxxxx> - 1:0.225-4 +- change path on vendor, so our debuginfo are not conflicting with + perl core debuginfos + * Mon Jun 20 2011 Marcela Mašláňová <mmaslano@xxxxxxxxxx> - 1:0.225-3 - Perl mass rebuild -- 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