[perl-CPAN-Meta-YAML/f16] change path on vendor, so our debuginfo are not conflicting with perl core debuginfos

Marcela Mašláňová mmaslano at fedoraproject.org
Tue Aug 16 09:33:33 UTC 2011


commit 1df143e3df918f1fe925245b367ba5fb341156b7
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Tue Aug 16 11:33:10 2011 +0200

    change path on vendor, so our debuginfo are not conflicting with
    perl core debuginfos

 perl-CPAN-Meta-YAML.spec |   10 +++++++---
 1 files 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á <mmaslano at redhat.com> - 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á <mmaslano at redhat.com> - 0.003-6
 - Perl mass rebuild
 



More information about the perl-devel mailing list