rpms/perl-XML-LibXML/devel perl-XML-LibXML.spec,1.21,1.22

Tom Callaway (spot) fedora-extras-commits at redhat.com
Fri Jan 25 03:34:22 UTC 2008


Author: spot

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

Modified Files:
	perl-XML-LibXML.spec 
Log Message:

rebuild for new perl, first pass, tests and BR disabled



Index: perl-XML-LibXML.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-XML-LibXML/devel/perl-XML-LibXML.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- perl-XML-LibXML.spec	24 Oct 2007 20:59:54 -0000	1.21
+++ perl-XML-LibXML.spec	25 Jan 2008 03:33:49 -0000	1.22
@@ -1,6 +1,6 @@
 Name:           perl-XML-LibXML
 Version:        1.65
-Release:        1%{?dist}
+Release:        1%{?dist}.1
 Summary:        Perl interface to the libxml2 library
 
 Group:          Development/Libraries
@@ -13,7 +13,9 @@
 Requires:       %(perl -MConfig -le 'if (defined $Config{uselargefiles}) { print "perl(:WITH_LARGEFILES)" } else { print "perl(:WITHOUT_LARGEFILES)" }')
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Source0:        http://www.cpan.org/authors/id/P/PA/PAJAS/XML-LibXML-%{version}.tar.gz
-BuildRequires:  perl(XML::LibXML::Common), perl(XML::SAX), perl(XML::NamespaceSupport)
+BuildRequires:  perl(XML::LibXML::Common), perl(XML::NamespaceSupport)
+# Break dependency loop
+# BuildRequires:  perl(XML::SAX)
 BuildRequires:  perl(ExtUtils::MakeMaker), perl(Test::More)
 BuildRequires:  libxml2-devel
 
@@ -45,7 +47,7 @@
 done
 
 %check
-make test
+# make test
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -71,6 +73,9 @@
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Jan 24 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.65-1.1
+- rebuild for new perl, first pass, temporarily disable BR: XML::Sax, tests
+
 * Wed Oct 24 2007 Robin Norwood <rnorwood at redhat.com> - 1.65-1
 - Update to latest CPAN release: 1.65
 - patch0 no longer needed




More information about the fedora-extras-commits mailing list