diff --git a/perl-CPAN-Meta-YAML.spec b/perl-CPAN-Meta-YAML.spec index 91a1c2d..2a3adcb 100644 --- a/perl-CPAN-Meta-YAML.spec +++ b/perl-CPAN-Meta-YAML.spec @@ -3,7 +3,7 @@ Name: perl-CPAN-Meta-YAML Version: 0.003 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Read and write a subset of YAML for CPAN Meta files License: GPL+ or Artistic Group: Development/Libraries @@ -34,7 +34,7 @@ used for any other general YAML parsing or generation task. %endif %build -perl Makefile.PL INSTALLDIRS=perl +perl Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install @@ -53,10 +53,14 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes LICENSE README -%{perl_privlib}/CPAN/ +%{perl_vendorlib}/CPAN/ %{_mandir}/man3/CPAN::Meta::YAML.3pm* %changelog +* Tue Aug 16 2011 Marcela Mašláňová - 0.003-7 +- change path on vendor, so our debuginfo are not conflicting with + perl core debuginfos + * Wed Jun 29 2011 Marcela Mašláňová - 0.003-6 - Perl mass rebuild