[perl-Perl-OSType] change path on vendor, so our debuginfo are not conflicting with perl core debuginfos

Marcela Mašláňová mmaslano at fedoraproject.org
Tue Aug 16 13:29:16 UTC 2011


commit 24e37a0d0baf97629ae5f8f8881ad15f853d587b
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Tue Aug 16 15:28:57 2011 +0200

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

 perl-Perl-OSType.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/perl-Perl-OSType.spec b/perl-Perl-OSType.spec
index 0083c06..2ce70b5 100644
--- a/perl-Perl-OSType.spec
+++ b/perl-Perl-OSType.spec
@@ -6,7 +6,7 @@
 
 Name:		perl-Perl-OSType
 Version:	1.002
-Release:	6%{?dist}
+Release:	7%{?dist}
 Summary:	Map Perl operating system names to generic types
 License:	GPL+ or Artistic
 Group:		Development/Libraries
@@ -55,7 +55,7 @@ systems are given the type 'Windows' rather than 'Win32').
 %endif
 
 %build
-perl Makefile.PL INSTALLDIRS=perl
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
@@ -74,10 +74,14 @@ rm -rf %{buildroot}
 %files
 %defattr(-,root,root,-)
 %doc Changes LICENSE README
-%{perl_privlib}/Perl/
+%{perl_vendorlib}/Perl/
 %{_mandir}/man3/Perl::OSType.3pm*
 
 %changelog
+* Tue Aug 16 2011 Marcela Maslanova <mmaslano at redhat.com> - 1.002-7
+- change path on vendor, so our debuginfo are not conflicting with
+ perl core debuginfos
+
 * Thu Jul 21 2011 Petr Sabata <contyk at redhat.com> - 1.002-6
 - Perl mass rebuild
 



More information about the perl-devel mailing list