From a8d262c8072eb7a34161e40584ff6987dc9d73f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Tue, 14 Jan 2020 18:00:11 +0100 Subject: [PATCH] Move ExtUtils/typemap to perl-devel The only consumer is xsubpp (ExtUtils::ParseXS) since typemaps are technically an XS code and ExtUtils::ParseXS only understands them. But we cannot place ExtUtils/typemap into perl-ExtUtils-ParseXS because perl-ExtUtils-ParseXS is dual-lived and CPAN code does produce the typemap file. --- perl.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/perl.spec b/perl.spec index 293442f..a235f35 100644 --- a/perl.spec +++ b/perl.spec @@ -4776,6 +4776,8 @@ popd %exclude %{_bindir}/perlivp %exclude %{_mandir}/man1/perlivp* %exclude %{archlib}/CORE/*.h +%exclude %dir %{privlib}/ExtUtils +%exclude %{privlib}/ExtUtils/typemap %exclude %{_libdir}/libperl.so %if %{with perl_enables_systemtap} %exclude %dir %{_datadir}/systemtap @@ -6068,6 +6070,8 @@ popd %{_bindir}/perlivp %{_mandir}/man1/perlivp* %{archlib}/CORE/*.h +%dir %{privlib}/ExtUtils +%{privlib}/ExtUtils/typemap %{_libdir}/libperl.so %if %{with perl_enables_systemtap} %dir %{_datadir}/systemtap @@ -7608,6 +7612,7 @@ popd - Move feature to perl-libs - Move debugger files into perl-debugger - Move perlxs* POD to perl-ExtUtils-ParseXS +- Move ExtUtils/typemap to perl-devel * Wed Jan 29 2020 Fedora Release Engineering - 4:5.30.1-450 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild