rpms/perl/devel perl.spec,1.158,1.159

Marcela Mašláňová (mmaslano) fedora-extras-commits at redhat.com
Wed Mar 12 15:11:04 UTC 2008


Author: mmaslano

Update of /cvs/pkgs/rpms/perl/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15586

Modified Files:
	perl.spec 
Log Message:
- xsubpp now lives in perl-devel instead of perl.




Index: perl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl/devel/perl.spec,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -r1.158 -r1.159
--- perl.spec	9 Mar 2008 01:42:40 -0000	1.158
+++ perl.spec	12 Mar 2008 15:10:25 -0000	1.159
@@ -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 @@
 %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 @@
 %{_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 @@
 
 # Old changelog entries are preserved in CVS.
 %changelog
+* Wed Mar 12 2008 Marcela Maslanova <mmaslano at redhat.com> 4:5.10.0-15
+- xsubpp now lives in perl-devel instead of perl.
+
 * Sat Mar  8 2008 Tom "spot" Callaway <tcallawa at redhat.com> 4:5.10.0-14
 - back out Archive::Extract patch, causing odd test failure
 




More information about the fedora-extras-commits mailing list