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 11:33:10 +02:00
parent c277bbe7f0
commit 1df143e3df
1 changed files with 7 additions and 3 deletions

View File

@ -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@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@redhat.com> - 0.003-6
- Perl mass rebuild