From f6a32262f1975f3f2ade4433f14492f255abdc7a 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 15:46:45 +0200 Subject: [PATCH] change path on vendor, so our debuginfo are not conflicting with perl core debuginfos --- perl-Test-Simple.spec | 10 +++++++--- 1 file 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á - 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á - 0.98-2 - Perl mass rebuild