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-17 11:09:10 +02:00
parent 88aa32bf3f
commit 2352722e51
1 changed files with 8 additions and 4 deletions

View File

@ -1,6 +1,6 @@
Name: perl-threads-shared
Version: 1.37
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Perl extension for sharing data structures between threads
License: GPL+ or Artistic
Group: Development/Libraries
@ -32,7 +32,7 @@ Win32). It is used together with the threads module.
%setup -q -n threads-shared-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=perl OPTIMIZE="$RPM_OPT_FLAGS"
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
make %{?_smp_mflags}
%install
@ -50,11 +50,15 @@ make test
%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_archlib}/auto/*
%{perl_archlib}/threads*
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/threads*
%{_mandir}/man3/*
%changelog
* Wed Aug 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.37-3
- change path on vendor, so our debuginfo are not conflicting with
perl core debuginfos
* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.37-2
- Perl mass rebuild