Hmm. Sanity check here: are we sure just excluding these is the way we
want to go? I ask mainly as when we went to 5.10.0 we subsumed the
newly-cored (dual-lifed, really) modules into the main perl package,
and obsoleted the standalone packages.  We also have a (more-or-less)
policy of updating core modules via the main perl package as well.

I could go either way on this; but I think we should pick an approach
and stick with it, unless there's compelling reasons otherwise...  And
the current approach seems to be working well.

Also...  Even if we exclude these modules w/o providing them as
sub-packages, we ought to ensure that they're still pulled in by
perl-core (and perl itself, when we make the
perl-core/perl/perl-minimal switch).

                                                       -Chris

---------- Forwarded message ----------
From: "corsepiu" <corse...@fedoraproject.org>
Date: Dec 18, 2009 3:57 AM
Subject: rpms/perl/devel perl.spec,1.246,1.247
To: <cvsext...@fedoraproject.org>, <perl-ow...@fedoraproject.org>

Author: corsepiu

Update of /cvs/pkgs/rpms/perl/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7239

Modified Files:
       perl.spec
Log Message:
* Fri Dec 19 2009 Ralf Corsépius <corse...@fedoraproject.org> - 4:5.10.1-106
- exclude "parent".



Index: perl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl/devel/perl.spec,v
retrieving revision 1.246
retrieving revision 1.247
diff -u -p -r1.246 -r1.247
--- perl.spec   18 Dec 2009 11:25:38 -0000      1.246
+++ perl.spec   18 Dec 2009 11:57:43 -0000      1.247
@@ -7,7 +7,7 @@

 Name:           perl
 Version:        %{perl_version}
-Release:        105%{?dist}
+Release:        106%{?dist}
 Epoch:          %{perl_epoch}
 Summary:        Practical Extraction and Report Language
 Group:          Development/Languages
@@ -1433,6 +1433,10 @@ make test
 %exclude %{privlib}/Params/
 %exclude %{_mandir}/man3/Params::Check*

+# parent
+%exclude %{privlib}/parent.pm
+%exclude %{_mandir}/man3/parent.3*
+
 # Pod-Escapes
 %exclude %{privlib}/Pod/Escapes.pm
 %exclude %{_mandir}/man3/Pod::Escapes.*
@@ -1800,6 +1804,9 @@ make test

 # Old changelog entries are preserved in CVS.
 %changelog
+* Fri Dec 19 2009 Ralf Corsépius <corse...@fedoraproject.org> - 4:5.10.1-106
+- exclude "parent".
+
 * Fri Dec 19 2009 Ralf Corsépius <corse...@fedoraproject.org> - 4:5.10.1-105
 - exclude Parse-CPAN-Meta.

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list

Reply via email to