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

This commit is contained in:
Automatic Build System 2024-01-06 09:20:30 +01:00
parent 2babe6608f
commit b12bc0ec8d

View File

@ -1,8 +1,8 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-Module-Install
Version: 1.06
Release: 2mamba
Version: 1.08
Release: 1mamba
Summary: Module::Install - A standalone, extensible installer for Perl modules
Group: System/Libraries/Perl
Vendor: openmamba
@ -11,12 +11,16 @@ Packager: Aleph0 <aleph0@openmamba.org>
URL: http://www.cpan.org
Source: http://www.cpan.org/modules/by-module/Module/Module-Install-%{version}.tar.gz
License: Artistic
Requires: perl >= %perl_major_ver
## AUTOBUILDREQ-BEGIN
BuildRequires: libperl
BuildRequires: perl-File-Remove
BuildRequires: perl-YAML-Tiny
BuildRequires: perl-devel
## AUTOBUILDREQ-END
BuildRequires: perl-Module-ScanDeps
BuildRequires: perl-File-Remove
BuildRequires: perl-PAR-Dist
BuildRequires: perl-devel >= %perl_major_ver
BuildRequires: perl-YAML-Tiny
Requires: perl >= %perl_major_ver
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
@ -30,9 +34,7 @@ It is designed to be a drop-in replacement for ExtUtils::MakeMaker, and is a des
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor
%make
%ifnarch arm x86_64
%make test
%endif
#% make test
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -55,6 +57,9 @@ rm -f .packlist
%defattr(-,root,root)
%changelog
* Sat May 24 2014 Automatic Build System <autodist@mambasoft.it> 1.08-1mamba
- automatic update by autodist
* Mon Nov 12 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 1.06-2mamba
- perl 5.16 mass rebuild