disable hacks, build normally
This commit is contained in:
parent
f43f1feaef
commit
1b3a876f3e
@ -1,6 +1,6 @@
|
||||
Name: perl-XML-LibXML
|
||||
Version: 1.65
|
||||
Release: 1%{?dist}.1
|
||||
Release: 2%{?dist}
|
||||
Summary: Perl interface to the libxml2 library
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -14,8 +14,7 @@ Requires: %(perl -MConfig -le 'if (defined $Config{uselargefiles}) { print
|
||||
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::NamespaceSupport)
|
||||
# Break dependency loop
|
||||
# BuildRequires: perl(XML::SAX)
|
||||
BuildRequires: perl(XML::SAX)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker), perl(Test::More)
|
||||
BuildRequires: libxml2-devel
|
||||
|
||||
@ -47,7 +46,7 @@ for i in Changes; do
|
||||
done
|
||||
|
||||
%check
|
||||
# make test
|
||||
make test
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -73,6 +72,9 @@ fi
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Mon Jan 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.65-2
|
||||
- disable hacks, build normally
|
||||
|
||||
* Thu Jan 24 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.65-1.1
|
||||
- rebuild for new perl, first pass, temporarily disable BR: XML::Sax, tests
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user