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

perl core debuginfos
This commit is contained in:
Marcela Mašláňová 2011-08-16 15:46:45 +02:00
parent 730b1da929
commit f6a32262f1

View File

@ -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@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@redhat.com> - 0.98-2
- Perl mass rebuild