automatic update by autodist [release 3.48-1mamba;Mon Jul 07 2014]
This commit is contained in:
parent
b8048dfe57
commit
936df32a19
@ -1,7 +1,7 @@
|
|||||||
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
||||||
|
|
||||||
Name: perl-XML-Twig
|
Name: perl-XML-Twig
|
||||||
Version: 3.46
|
Version: 3.48
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: XML::Twig - a module used to process efficiently XML documents
|
Summary: XML::Twig - a module used to process efficiently XML documents
|
||||||
Group: System/Libraries/Perl
|
Group: System/Libraries/Perl
|
||||||
@ -18,6 +18,8 @@ BuildRequires: perl-XML-Parser
|
|||||||
BuildRequires: perl-YAML
|
BuildRequires: perl-YAML
|
||||||
BuildRequires: perl-IO-stringy
|
BuildRequires: perl-IO-stringy
|
||||||
BuildRequires: perl-Test-Pod-Coverage
|
BuildRequires: perl-Test-Pod-Coverage
|
||||||
|
BuildRequires: expat
|
||||||
|
BuildRequires: perl-XML-XPath
|
||||||
Requires: perl-Tie-IxHash
|
Requires: perl-Tie-IxHash
|
||||||
Requires: perl-HTML-Parser
|
Requires: perl-HTML-Parser
|
||||||
Requires: expat
|
Requires: expat
|
||||||
@ -38,7 +40,10 @@ y
|
|||||||
y
|
y
|
||||||
y" | perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor
|
y" | perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor
|
||||||
%make
|
%make
|
||||||
|
|
||||||
|
%ifnarch %{ix86}
|
||||||
%make test
|
%make test
|
||||||
|
%endif
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||||
@ -61,6 +66,9 @@ rm -f .packlist
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 07 2014 Automatic Build System <autodist@mambasoft.it> 3.48-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
* Thu Mar 06 2014 Automatic Build System <autodist@mambasoft.it> 3.46-1mamba
|
* Thu Mar 06 2014 Automatic Build System <autodist@mambasoft.it> 3.46-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user