[packages/perl/PERL_5_12] move Scalar::Util to perl-base
glen
glen at pld-linux.org
Sun May 19 19:50:51 CEST 2013
commit 651044d0c1f9ff62cce8d7a66181c2f4d061bc60
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Sun May 19 20:49:53 2013 +0300
move Scalar::Util to perl-base
overload.pm:95 loads Scalar::Util
perl.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/perl.spec b/perl.spec
index 24c4522..e8a0d66 100644
--- a/perl.spec
+++ b/perl.spec
@@ -44,7 +44,7 @@
%define perl_modversion() %([ -f %{SOURCE3} ] && awk -vp=%1 '$1 == p{m=$1; gsub(/::/, "-", m); printf("perl-%s = %s\\n", m, $3)}END{if (!m) printf("# Error looking up [%s]\\n", p)}' %{SOURCE3} || echo ERROR)
%define ver 5.12.5
-%define rel 4
+%define rel 5
Summary: Practical Extraction and Report Language (Perl)
Summary(cs.UTF-8): Programovací jazyk Perl
Summary(da.UTF-8): Programmeringssproget Perl
@@ -895,6 +895,8 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/SelectSaver.*
%{perl_privlib}/Symbol.pm
%{_mandir}/man3/Symbol.*
+%{perl_archlib}/Scalar
+%{_mandir}/man3/Scalar::*
%{perl_privlib}/Tie
%{_mandir}/man3/Tie::*
%{perl_privlib}/XSLoader*
@@ -1318,8 +1320,6 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/Pod::*
%{perl_privlib}/Safe*
%{_mandir}/man3/Safe*
-%{perl_archlib}/Scalar
-%{_mandir}/man3/Scalar::*
%{perl_privlib}/Search
%{_mandir}/man3/Search::*
%{perl_privlib}/SelfLoader.*
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/perl.git/commitdiff/651044d0c1f9ff62cce8d7a66181c2f4d061bc60
More information about the pld-cvs-commit
mailing list