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