Author: steve Update of /cvs/pkgs/rpms/perl-Sys-Virt/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13042 Modified Files: perl-Sys-Virt.spec Log Message: No longer need to BR pkgconfig or xen-devel. Disable 100-connect test. Index: perl-Sys-Virt.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Sys-Virt/devel/perl-Sys-Virt.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-Sys-Virt.spec 6 Mar 2008 16:11:54 -0000 1.9 +++ perl-Sys-Virt.spec 6 Mar 2008 21:20:52 -0000 1.10 @@ -12,16 +12,6 @@ BuildRequires: perl(Test::Pod::Coverage) BuildRequires: perl(XML::XPath) BuildRequires: libvirt-devel >= 0.1.1 -# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=202320 -BuildRequires: /usr/bin/pkg-config -#%if %{!?fedora:0}%{?fedora} >= 6 -#BuildRequires: xen-devel -## libvirt/xen are only available on these: -#ExclusiveArch: i386 x86_64 ia64 -#%else -## libvirt/xen are only available on these: -#ExclusiveArch: i386 x86_64 -#%endif Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -36,6 +26,10 @@ sed -i -e '/\.spec\.PL$/d' MANIFEST rm -f *.spec.PL +# Disable 100-connect test. +sed -i -e '/^t\/100-connect\.t$/d' MANIFEST +rm -f t/100-connect.t + %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" make %{?_smp_mflags} @@ -69,6 +63,8 @@ - Update to 0.1.2. - Drop Sys-Virt-Domain-doc.patch. - BR XML::XPath. +- No longer need to BR pkgconfig or xen-devel. +- Disable 100-connect test. * Tue Feb 19 2008 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxx> - 0.1.1-10 - Autorebuild for GCC 4.3 -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl Fedora-perl-devel-list mailing list Fedora-perl-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list