From 1df143e3df918f1fe925245b367ba5fb341156b7 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 11:33:10 +0200 Subject: [PATCH] change path on vendor, so our debuginfo are not conflicting with perl core debuginfos --- perl-CPAN-Meta-YAML.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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