Пакет perl-XML-XPath: Specfile

%define module		XML-XPath
%define m_distro	XML-XPath
%define m_name		XML::XPath
%define m_author_id	MSERGEANT
Name: perl-%module
Version: 1.13
Release: alt4.1

Summary: A set of modules for parsing and evaluating XPath statements
Summary(ru_RU.CP1251): \xcd\xe0\xe1\xee\xf0 \xec\xee\xe4\xf3\xeb\xe5\xe9 \xe4\xeb\xff \xef\xe0\xf0\xf1\xe8\xed\xe3\xe0 \xe8 \xf0\xe0\xe7\xf0\xe5\xf8\xe5\xed\xe8\xff XPath-\xe2\xfb\xf0\xe0\xe6\xe5\xed\xe8\xe9
Group: Development/Perl
License: Artistic

Url: http://search.cpan.org/dist/%m_distro/
Source: %m_distro-%version.tar.bz2
Patch0: perl-%m_distro-1.13-alt-fixes.patch

BuildArch: noarch

Requires: perl-XML-Parser

BuildRequires: perl-XML-Parser perl-Test-Manifest perl-devel

%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 %m_distro-%version
%patch0 -p1

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%perl_vendor_privlib/XML
%perl_vendor_man3dir/*
%doc README TODO examples

%changelog
* Sat Feb 19 2005 ALT QA Team Robot <qa-robot@altlinux.org> 1.13-alt4.1
- Rebuilt with rpm-build-perl-0.5.1.

* Tue Nov 25 2003 Andrey Brindeew <abr@altlinux.ru> 1.13-alt4
- Summary tag was fixed.

* Tue Sep 30 2003 Andrey Brindeew <abr@altlinux.ru> 1.13-alt3
- Rebuild with new rpm scripts. Patched again.

* Thu Sep 04 2003 Andrey Brindeew <abr@altlinux.ru> 1.13-alt2
- Patched. Now 'perl -c' will be happy.
- URL was fixed.

* Wed Jul 30 2003 Andrey Brindeew <abr@altlinux.ru> 1.13-alt1
- First build for ALTLinux.