[perl/f19] Do not distribute File::Spec::VMS

Petr Pisar ppisar at fedoraproject.org
Tue Jun 18 09:11:16 UTC 2013


commit 16fe23a87f79cc839c032168b270dd2b678c6f3c
Author: Petr Písař <ppisar at redhat.com>
Date:   Fri Jun 14 11:15:16 2013 +0200

    Do not distribute File::Spec::VMS

 perl.spec |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/perl.spec b/perl.spec
index 3e8febb..96e6ee4 100644
--- a/perl.spec
+++ b/perl.spec
@@ -1855,6 +1855,11 @@ ln -s ../../../bin/xsubpp %{build_privlib}/ExtUtils/
 # Don't need the .packlist
 rm %{build_archlib}/.packlist
 
+# Do not distribute File::Spec::VMS as it works on VMS only (bug #973713)
+# We cannot remove it in %%prep because dist/Cwd/t/Spec.t test needs it.
+rm %{build_archlib}/File/Spec/VMS.pm
+rm $RPM_BUILD_ROOT%{_mandir}/man3/File::Spec::VMS.3*
+
 # Fix some manpages to be UTF-8
 mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1/
 pushd $RPM_BUILD_ROOT%{_mandir}/man1/
@@ -3227,6 +3232,7 @@ sed \
 - Move CPANPLUS-Dist-Build files from perl-CPANPLUS
 - Move CPAN-Meta-Requirements files from CPAN-Meta
 - Add perl-Scalar-List-Utils to perl-core dependencies
+- Do not distribute File::Spec::VMS (bug #973713)
 
 * Mon May 13 2013 Petr Pisar <ppisar at redhat.com> - 4:5.16.3-264
 - Use lib64 directories on aarch64 architecture (bug #961900)



More information about the perl-devel mailing list