Update description. Update dependency filter.
This commit is contained in:
parent
0e0316bfcd
commit
b5e1c499f6
@ -1,6 +1,6 @@
|
||||
Name: perl-XML-DOM
|
||||
Version: 1.44
|
||||
Release: 16%{?dist}
|
||||
Release: 17%{?dist}
|
||||
Summary: DOM extension to XML::Parser
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -21,24 +21,19 @@ Requires: perl(XML::Parser) >= 2.30
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
Obsoletes: perl-libxml-enno <= 1.02
|
||||
|
||||
%global __provides_exclude %{?__provides_exclude:%__provides_exclude|}perl\\(XML::XQL::Node\\)
|
||||
|
||||
%description
|
||||
This is a Perl extension to XML::Parser. It adds a new 'Style' to
|
||||
XML::Parser, called 'Dom', that allows XML::Parser to build an Object
|
||||
Oriented datastructure with a DOM Level 1 compliant interface. For a
|
||||
XML::Parser, called 'DOM', that allows XML::Parser to build an Object
|
||||
Oriented data structure with a DOM Level 1 compliant interface. For a
|
||||
description of the DOM (Document Object Model), see
|
||||
http://www.w3.org/DOM/
|
||||
<http://www.w3.org/DOM/>.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n XML-DOM-%{version}
|
||||
|
||||
cat <<EOF > %{name}-prov
|
||||
#!/bin/sh
|
||||
%{__perl_provides} \$* | grep -v 'perl(XML::XQL::Node)'
|
||||
EOF
|
||||
%define __perl_provides %{_builddir}/XML-DOM-%{version}/%{name}-prov
|
||||
chmod +x %{__perl_provides}
|
||||
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
@ -69,6 +64,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Nov 22 2012 Jitka Plesnikova <jplesnik@redhat.com> - 1.44-17
|
||||
- Update description
|
||||
- Update dependency filter
|
||||
|
||||
* Thu Aug 16 2012 Jitka Plesnikova <jplesnik@redhat.com> - 1.44-16
|
||||
- Specify all dependencies
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user