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.
This commit is contained in:
parent
a3fbb80b99
commit
a8d262c807
@ -4776,6 +4776,8 @@ popd
|
|||||||
%exclude %{_bindir}/perlivp
|
%exclude %{_bindir}/perlivp
|
||||||
%exclude %{_mandir}/man1/perlivp*
|
%exclude %{_mandir}/man1/perlivp*
|
||||||
%exclude %{archlib}/CORE/*.h
|
%exclude %{archlib}/CORE/*.h
|
||||||
|
%exclude %dir %{privlib}/ExtUtils
|
||||||
|
%exclude %{privlib}/ExtUtils/typemap
|
||||||
%exclude %{_libdir}/libperl.so
|
%exclude %{_libdir}/libperl.so
|
||||||
%if %{with perl_enables_systemtap}
|
%if %{with perl_enables_systemtap}
|
||||||
%exclude %dir %{_datadir}/systemtap
|
%exclude %dir %{_datadir}/systemtap
|
||||||
@ -6068,6 +6070,8 @@ popd
|
|||||||
%{_bindir}/perlivp
|
%{_bindir}/perlivp
|
||||||
%{_mandir}/man1/perlivp*
|
%{_mandir}/man1/perlivp*
|
||||||
%{archlib}/CORE/*.h
|
%{archlib}/CORE/*.h
|
||||||
|
%dir %{privlib}/ExtUtils
|
||||||
|
%{privlib}/ExtUtils/typemap
|
||||||
%{_libdir}/libperl.so
|
%{_libdir}/libperl.so
|
||||||
%if %{with perl_enables_systemtap}
|
%if %{with perl_enables_systemtap}
|
||||||
%dir %{_datadir}/systemtap
|
%dir %{_datadir}/systemtap
|
||||||
@ -7608,6 +7612,7 @@ popd
|
|||||||
- Move feature to perl-libs
|
- Move feature to perl-libs
|
||||||
- Move debugger files into perl-debugger
|
- Move debugger files into perl-debugger
|
||||||
- Move perlxs* POD to perl-ExtUtils-ParseXS
|
- Move perlxs* POD to perl-ExtUtils-ParseXS
|
||||||
|
- Move ExtUtils/typemap to perl-devel
|
||||||
|
|
||||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4:5.30.1-450
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4:5.30.1-450
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user