SPECS (AC-branch): perl.spec - vendorlib and vendorarch dirs moved to perl-...

glen glen at pld-linux.org
Wed Nov 26 21:42:29 CET 2008


Author: glen                         Date: Wed Nov 26 20:42:29 2008 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- vendorlib and vendorarch dirs moved to perl-dirs to avoid dep loops; rel 13

---- Files affected:
SPECS:
   perl.spec (1.342.2.6 -> 1.342.2.7) 

---- Diffs:

================================================================
Index: SPECS/perl.spec
diff -u SPECS/perl.spec:1.342.2.6 SPECS/perl.spec:1.342.2.7
--- SPECS/perl.spec:1.342.2.6	Tue Aug 12 22:14:58 2008
+++ SPECS/perl.spec	Wed Nov 26 21:42:23 2008
@@ -30,7 +30,7 @@
 %define		perl_vendorarch	%{_libdir}/perl5/vendor_perl/%{abi}/%{_target_platform}%{perlthread}
 
 %define		ver	5.8.8
-%define		rel 12
+%define		rel 13
 Summary:	Practical Extraction and Report Language (Perl)
 Summary(cs.UTF-8):	Programovací jazyk Perl
 Summary(da.UTF-8):	Programmeringssproget Perl
@@ -285,8 +285,9 @@
 Summary:	Base Perl components for a minimal installation
 Summary(pl.UTF-8):	Podstawowe składniki potrzebne do minimalnej instalacji Perla
 Group:		Development/Languages/Perl
-Requires:	perl-dirs(%{_target_cpu})
 Requires:	%{name}-libs = %{epoch}:%{ver}-%{release}
+Requires:	%{perl_vendorarch}
+Requires:	%{perl_vendorlib}
 Provides:	perl(largefiles)
 Provides:	perl-File-Compare = 1.1003
 Provides:	perl-File-Spec = 3.12
@@ -821,8 +822,6 @@
 # source for *.pl
 rm -f $RPM_BUILD_ROOT%{perl_privlib}/unicore/{*.txt,mktables}
 
-## dir tree for other perl modules
-install -d $RPM_BUILD_ROOT{%{perl_vendorlib},%{perl_vendorarch},%{perl_vendorarch}/auto}
 owd="`pwd`"
 
 ## non-english man pages
@@ -874,11 +873,6 @@
 %dir %{perl_privlib}
 %dir %{perl_archlib}/auto
 
-%dir %{_libdir}/perl5/vendor_perl
-%dir %{_libdir}/perl5/vendor_perl/%{abi}
-%{perl_vendorarch}
-%{perl_vendorlib}
-
 ## pragmas
 %{perl_privlib}/base.pm
 %{_mandir}/man3/base.*
@@ -1422,6 +1416,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.342.2.7  2008/11/26 20:42:23  glen
+- vendorlib and vendorarch dirs moved to perl-dirs to avoid dep loops; rel 13
+
 Revision 1.342.2.6  2008/08/12 20:14:58  glen
 - plain %{perl_archlib}/asm on sparc (dunno why); rel 12
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/perl.spec?r1=1.342.2.6&r2=1.342.2.7&f=u



More information about the pld-cvs-commit mailing list