]> git.pld-linux.org Git - packages/perl.git/commitdiff
- release 0.36: perl R: perl-doc-reference, updated TODO
authorradek <radek@pld-linux.org>
Wed, 21 May 2003 21:41:02 +0000 (21:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl.spec -> 1.206

perl.spec

index feef5ea5199bfc6fb803ba256baa27a132620427..a5e67e824030f23367a76d1d6ee42fdf8df114c8 100644 (file)
--- a/perl.spec
+++ b/perl.spec
@@ -6,16 +6,24 @@
 # _without_gdbm       - build without the GDBM_File module
 #
 # TODO:
-# - Think about unicore.  If uf8*.pm, encode.pm, charnamess.pm (and
+# - Think about unicore.  If uf8*.pm, encode.pm, charnames.pm (and
 #   probably others) are in the perl-base package, unicore should also
 #   be there.  But it's 5MB...
-# - Think about the package separation.  Split between perl, perl-base
-#   and perl-modules is far from obvius.
+# - profile the perl-base vs. perl-modules separation
 # - fix "FIXME"s, review "XXX"s
 # - fix perl.prov's handling in rpm -- it should use the __perl macro
-# - fix some duplicate files
+# - fix some duplicate files (are there any left?)
 # - add the {O,N}DBM_File modules
-# - *TESTING*
+# - review the perldiag.pod issue
+# - consider disabling ithreads by default
+# - move the perl_vendorarch directories to perl-base (?)
+#
+# TODO for perl-dependent packages:
+# - change all "R/BR: perl" to one of perl-{base,modules,devel}
+# - use the requires_eq(perl-base) for all packages strictly depending
+#   on the perl version used for building (files in perl_vendorarch
+#   directories; dependency on libperl.so.* often doesn't exist)
+#   (should this be done on Ra-branch, too?)
 #
 
 %if 0%(if [ %{__perl_requires} ]; then echo 1; fi)
@@ -57,7 +65,7 @@ Summary(tr):  Kabuk yorumlama dili
 Summary(zh_CN):        Perl ±à³ÌÓïÑÔ¡£
 Name:          perl
 Version:       5.8.0
-Release:       0.35%{?_without_threads:_nothr}%{?_without_largefiles:_nolfs}
+Release:       0.36%{?_without_threads:_nothr}%{?_without_largefiles:_nolfs}
 Epoch:         1
 License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
@@ -78,6 +86,7 @@ URL:          http://www.perl.com/
 Requires:      %{name}-base = %{version}
 Requires:      %{name}-modules = %{version}
 Requires:      perldoc
+Requires:      perl-doc-reference
 %{?!_without_gdbm:BuildRequires:       gdbm-devel}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
This page took 0.065086 seconds and 4 git commands to generate.