[perl-Test-Simple] 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 13:47:08 UTC 2011


commit f6a32262f1975f3f2ade4433f14492f255abdc7a
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Tue Aug 16 15:46:45 2011 +0200

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

 perl-Test-Simple.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/perl-Test-Simple.spec b/perl-Test-Simple.spec
index 8b848fa..f30c53c 100644
--- a/perl-Test-Simple.spec
+++ b/perl-Test-Simple.spec
@@ -1,7 +1,7 @@
 Name:           perl-Test-Simple
 Summary:        Basic utilities for writing tests
 Version:        0.98
-Release:        2%{?dist}
+Release:        3%{?dist}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 Source0:        http://search.cpan.org/CPAN/authors/id/M/MS/MSCHWERN/Test-Simple-%{version}.tar.gz 
@@ -33,7 +33,7 @@ This package is the CPAN component of the dual-lifed core package Test-Simple.
 %setup -q -n Test-Simple-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=perl
+%{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
@@ -52,10 +52,14 @@ make test
 %files
 %defattr(-,root,root,-)
 %doc Changes README examples/
-%{perl_privlib}/*
+%{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
 %changelog
+* Tue Aug 16 2011 Marcela Mašláňová <mmaslano at redhat.com> - 0.98-3
+- change path on vendor, so our debuginfo are not conflicting with
+  perl core debuginfos
+
 * Fri Jun 17 2011 Marcela Mašláňová <mmaslano at redhat.com> - 0.98-2
 - Perl mass rebuild
 


More information about the scm-commits mailing list