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