From 7d9e37014faae901cccb4311b09e823d71387408 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?= Date: Wed, 12 Mar 2008 15:10:25 +0000 Subject: [PATCH] - xsubpp now lives in perl-devel instead of perl. --- perl.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/perl.spec b/perl.spec index 1574dbf..efb641f 100644 --- a/perl.spec +++ b/perl.spec @@ -16,7 +16,7 @@ Name: perl Version: %{perl_version} -Release: 14%{?dist} +Release: 15%{?dist} Epoch: %{perl_epoch} Summary: The Perl programming language Group: Development/Languages @@ -1022,6 +1022,8 @@ make test %exclude %{_bindir}/perlivp %exclude %{_mandir}/man1/perlivp* %exclude %{_libdir}/perl5/%{perl_version}/%{perl_archname}/CORE/*.h +%exclude %{_bindir}/xsubpp +%exclude %{_mandir}/man1/xsubpp* # suidperl %exclude %{_bindir}/suidperl @@ -1290,6 +1292,8 @@ make test %{_bindir}/perlivp %{_mandir}/man1/perlivp* %{_libdir}/perl5/%{perl_version}/%{perl_archname}/CORE/*.h +%{_bindir}/xsubpp +%{_mandir}/man1/xsubpp* %files suidperl %defattr(-,root,root,-) @@ -1586,6 +1590,9 @@ make test # Old changelog entries are preserved in CVS. %changelog +* Wed Mar 12 2008 Marcela Maslanova 4:5.10.0-15 +- xsubpp now lives in perl-devel instead of perl. + * Sat Mar 8 2008 Tom "spot" Callaway 4:5.10.0-14 - back out Archive::Extract patch, causing odd test failure