%perl_module XML-XPath 1.13 6 Summary: A set of modules for parsing and evaluating XPath statements. License: Artistic Group: System Environment/Libraries URL: http://search.cpan.org/~msergeant/%{pkgname}-%{version}/ Source0: http://search.cpan.org/CPAN/authors/id/M/MS/MSERGEANT/%{pkgname}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(XML::Parser) >= 2.23 #BuildRequires: perl(Test::Manifest) %description This module aims to comply exactly to the XPath specification at http://www.w3.org/TR/xpath and yet allow extensions to be added in the form of functions. Modules such as XSLT and XPointer may need to do this as they support functionality beyond XPath. %prep %setup -q -n %{pkgname}-%{version} %build %perl_configure make %perl_makecheck %install rm -rf %{buildroot} %perl_makeinstall %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README %{perl_vendorlib}/XML/XPath.pm %{perl_vendorlib}/XML/XPath %{perl_man3dir}/XML::XPath.3pm* %{perl_man3dir}/XML::XPath::*.3pm* %{perl_bin}/xpath %changelog * Sat Jan 3 2004 Axel Thimm - Initial build.