automatic update by autodist [release 0.006-1mamba;Sat May 24 2014]

This commit is contained in:
Automatic Build System 2024-01-06 09:18:47 +01:00
parent 5a2fa80f2f
commit c180738747

View File

@ -1,16 +1,18 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-Makefile-DOM
Version: 0.005
Version: 0.006
Release: 1mamba
Summary: Makefile::DOM - Simple DOM parser for Makefiles
Group: System/Libraries/Perl
Vendor: openmamba
Distribution: openmamba
Packager: gil <puntogil@libero.it>
Packager: Automatic Build System <autodist@mambasoft.it>
URL: http://www.cpan.org
Source: http://search.cpan.org/CPAN/authors/id/A/AG/AGENT/Makefile-DOM-%{version}.tar.gz
License: GPL, Artistic
## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END
BuildRequires: perl(Clone)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(List::MoreUtils)
@ -45,7 +47,7 @@ HTML source.
%build
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor
%make
%make test
#% make test
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -65,6 +67,9 @@ chmod -R u+w %{buildroot}/*
%doc Changes README TODO
%changelog
* Sat May 24 2014 Automatic Build System <autodist@mambasoft.it> 0.006-1mamba
- automatic update by autodist
* Thu Aug 18 2011 Automatic Build System <autodist@mambasoft.it> 0.005-1mamba
- automatic version update by autodist