Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 5f47e1fe0fb0622a86795048ea1d917c > files > 3

perl-XML-XPath-1.130.0-3.mga3.src.rpm

%define upstream_name 	 XML-XPath
%define upstream_version 1.13

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    %mkrel 3

Summary:	XML::XPath - a set of modules for parsing and evaluating XPath statements
License: 	GPL+ or Artistic
Group:		Development/Perl
Url:		http://sergeant.org
Source0:	http://search.cpan.org/CPAN/authors/id/M/MS/MSERGEANT/%{upstream_name}-%{upstream_version}.tar.bz2
# (oe) http://rt.cpan.org/NoAuth/Bug.html?id=6363
Patch0:		XML-XPath-1.13-bug6363.diff

BuildRequires:	perl(XML::Parser)

BuildArch:	noarch



%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 %{upstream_name}-%{upstream_version}
%patch0 -p1

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%clean 
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README TODO examples META.yml
%{_bindir}/*
%{_mandir}/*/*
%{perl_vendorlib}/XML/*

%changelog

* Sun Jan 13 2013 umeabot <umeabot> 1.130.0-3.mga3
+ Revision: 375215
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Wed Jan 19 2011 jquelin <jquelin> 1.130.0-2.mga1
+ Revision: 24475
- fix specs
- imported package perl-XML-XPath