3.39 bump
This commit is contained in:
parent
da9f8417d5
commit
337abbb66f
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ XML-Twig-3.34.tar.gz
|
||||
/XML-Twig-3.35.tar.gz
|
||||
/XML-Twig-3.37.tar.gz
|
||||
/XML-Twig-3.38.tar.gz
|
||||
/XML-Twig-3.39.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: perl-XML-Twig
|
||||
Version: 3.38
|
||||
Release: 4%{?dist}
|
||||
Version: 3.39
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl module for processing huge XML documents in tree mode
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -69,7 +69,6 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $versi
|
||||
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}perl\\(XML::XPath\\)
|
||||
%global __requires_exclude %__requires_exclude|perl\\(xml_split::state\\)
|
||||
|
||||
|
||||
%description
|
||||
This module provides a way to process XML documents. It is build on
|
||||
top of XML::Parser. XML::Twig offers a tree interface to the
|
||||
@ -79,24 +78,19 @@ usage by building the tree only for the parts of the documents that
|
||||
need actual processing, through the use of the twig_roots and
|
||||
twig_print_outside_roots options.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n XML-Twig-%{version}
|
||||
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL -y INSTALLDIRS=perl
|
||||
make %{?_smp_mflags}
|
||||
|
||||
cp Changes Changes.orig
|
||||
iconv -f iso88591 -t utf8 < Changes.orig > Changes
|
||||
|
||||
%install
|
||||
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
|
||||
|
||||
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
|
||||
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
|
||||
|
||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||
|
||||
%check
|
||||
@ -111,6 +105,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Thu Sep 22 2011 Petr Sabata <contyk@redhat.com> - 3.39-1
|
||||
- 3.39 bump
|
||||
|
||||
* Sun Jul 24 2011 Iain Arnell <iarnell@gmail.com> 3.38-4
|
||||
- update filtering for rpm 4.9
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user