]> git.pld-linux.org Git - packages/perl.git/commitdiff
- removed base.pm, fields.pm and manpages from perl, and added perl-5_6_1-46
authorradek <radek@pld-linux.org>
Tue, 23 Jul 2002 15:00:30 +0000 (15:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  requirement for perl-Class-Fields (which has newer versions).

Changed files:
    perl.spec -> 1.153

perl.spec

index 69c859a070aa8f0d7c116d920a5fc5b06e0a3d58..94630ed8a3d9e22ffdaf320f96c1a196dd88f903 100644 (file)
--- a/perl.spec
+++ b/perl.spec
@@ -25,7 +25,7 @@ Summary(tr):  Kabuk yorumlama dili
 Summary(zh_CN):        Perl ±à³ÌÓïÑÔ¡£
 Name:          perl
 Version:       5.6.1
-Release:       45
+Release:       46
 Epoch:         1
 License:       GPL or Artistic
 Group:         Applications/Text
@@ -47,6 +47,7 @@ Patch12:      %{name}-db3.patch
 URL:           http://www.perl.org/
 BuildRequires: db3-devel
 BuildRequires: gdbm-devel
+Requires:      perl-Class-Fields
 Provides:      perl(DynaLoader)
 Provides:      perl-File-Spec = 0.82
 Provides:      perl-IO = 1.20
@@ -675,9 +676,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/perl5/%{version}/Time/Local.pm
 %{_libdir}/perl5/%{version}/attributes.pm
 %{_libdir}/perl5/%{version}/autouse.pm
-%{_libdir}/perl5/%{version}/base.pm
+# newer versions are in perl-Class-Fields
+#%{_libdir}/perl5/%{version}/base.pm
+#%{_libdir}/perl5/%{version}/fields.pm
 %{_libdir}/perl5/%{version}/constant.pm
-%{_libdir}/perl5/%{version}/fields.pm
 %{_libdir}/perl5/%{version}/integer.pm
 %{_libdir}/perl5/%{version}/lib.pm
 %{_libdir}/perl5/%{version}/locale.pm
@@ -745,9 +747,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/[Xivw]*
 %{_mandir}/man3/attri*
 %{_mandir}/man3/au*
-%{_mandir}/man3/bas*
+# newer versions are in perl-Class-Fields
+#%{_mandir}/man3/base.*
+#%{_mandir}/man3/fields.*
 %{_mandir}/man3/co*
-%{_mandir}/man3/fie*
 %{_mandir}/man3/l[io]*
 %{_mandir}/man3/ov*
 %{_mandir}/man3/st*
This page took 0.251639 seconds and 4 git commands to generate.