automatic update by autodist [release 3.48-1mamba;Mon Jul 07 2014]

This commit is contained in:
Automatic Build System 2024-01-06 09:55:36 +01:00
parent b8048dfe57
commit 936df32a19

View File

@ -1,7 +1,7 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-XML-Twig
Version: 3.46
Version: 3.48
Release: 1mamba
Summary: XML::Twig - a module used to process efficiently XML documents
Group: System/Libraries/Perl
@ -18,6 +18,8 @@ BuildRequires: perl-XML-Parser
BuildRequires: perl-YAML
BuildRequires: perl-IO-stringy
BuildRequires: perl-Test-Pod-Coverage
BuildRequires: expat
BuildRequires: perl-XML-XPath
Requires: perl-Tie-IxHash
Requires: perl-HTML-Parser
Requires: expat
@ -38,7 +40,10 @@ y
y
y" | perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor
%make
%ifnarch %{ix86}
%make test
%endif
%install
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
@ -61,6 +66,9 @@ rm -f .packlist
%defattr(-,root,root)
%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
- automatic update by autodist