Name: perl-XML-XPathEngine
Summary: Reusable XPath engine for DOM-like trees
Version: 0.12
Release: 1
License: Artistic/GPL
Group: Applications/CPAN
URL: http://search.cpan.org/dist/XML-XPathEngine/
Description: This module is used to add XPath support to XML modules.
The build could not start because the following file is missing: XML-XPathEngine-0.12.tar.gz
The build could not start because the following file is missing: XML-XPathEngine-0.12.tar.gz
The spec file used by the build system currently has the following contents:
# $Id$ # Authority: dries # Upstream: Michel Rodriguez <mirod$cpan,org> ### EL6 ships with perl-XML-XPathEngine-0.12-3.el6 %{?el6:# Tag: rfx} %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib) %define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch) %define real_name XML-XPathEngine Summary: Reusable XPath engine for DOM-like trees Name: perl-XML-XPathEngine Version: 0.12 Release: 1%{?dist} License: Artistic/GPL Group: Applications/CPAN URL: http://search.cpan.org/dist/XML-XPathEngine/ Source: http://www.cpan.org/modules/by-module/XML/XML-XPathEngine-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch BuildRequires: perl BuildRequires: perl(ExtUtils::MakeMaker) %description This module is used to add XPath support to XML modules. %prep %setup -n %{real_name}-%{version} %build %{__perl} Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}" %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %{__make} pure_install ### Clean up buildroot find %{buildroot} -name .packlist -exec %{__rm} {} \; %clean %{__rm} -rf %{buildroot} %files %defattr(-, root, root, 0755) %doc Changes MANIFEST META.yml README %doc %{_mandir}/man3/XML::XPathEngine.3pm* %doc %{_mandir}/man3/XML::XPathEngine::*.3pm* %dir %{perl_vendorlib}/XML/ %{perl_vendorlib}/XML/XPathEngine/ %{perl_vendorlib}/XML/XPathEngine.pm %changelog * Fri May 29 2009 Christoph Maser <cmr@financial.com> - 0.12-1 - Updated to version 0.12. * Wed May 14 2008 Dag Wieers <dag@wieers.com> - 0.11-1 - Updated to release 0.11. * Sun Apr 29 2007 Dries Verachtert <dries@ulyssis.org> - 0.08-1 - Updated to release 0.08. * Tue Nov 14 2006 Dries Verachtert <dries@ulyssis.org> - 0.05-1 - Updated to release 0.05. * Tue Sep 19 2006 Dries Verachtert <dries@ulyssis.org> - 0.04-1 - Initial package.