automatic update by autodist [release 1.08-1mamba;Sat May 24 2014]
This commit is contained in:
parent
2babe6608f
commit
b12bc0ec8d
@ -1,8 +1,8 @@
|
|||||||
%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-Module-Install
|
Name: perl-Module-Install
|
||||||
Version: 1.06
|
Version: 1.08
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: Module::Install - A standalone, extensible installer for Perl modules
|
Summary: Module::Install - A standalone, extensible installer for Perl modules
|
||||||
Group: System/Libraries/Perl
|
Group: System/Libraries/Perl
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -11,12 +11,16 @@ Packager: Aleph0 <aleph0@openmamba.org>
|
|||||||
URL: http://www.cpan.org
|
URL: http://www.cpan.org
|
||||||
Source: http://www.cpan.org/modules/by-module/Module/Module-Install-%{version}.tar.gz
|
Source: http://www.cpan.org/modules/by-module/Module/Module-Install-%{version}.tar.gz
|
||||||
License: Artistic
|
License: Artistic
|
||||||
Requires: perl >= %perl_major_ver
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: perl-Module-ScanDeps
|
BuildRequires: libperl
|
||||||
BuildRequires: perl-File-Remove
|
BuildRequires: perl-File-Remove
|
||||||
|
BuildRequires: perl-YAML-Tiny
|
||||||
|
BuildRequires: perl-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: perl-Module-ScanDeps
|
||||||
BuildRequires: perl-PAR-Dist
|
BuildRequires: perl-PAR-Dist
|
||||||
BuildRequires: perl-devel >= %perl_major_ver
|
BuildRequires: perl-devel >= %perl_major_ver
|
||||||
BuildRequires: perl-YAML-Tiny
|
Requires: perl >= %perl_major_ver
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%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
|
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%ifnarch arm x86_64
|
#% make test
|
||||||
%make test
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -55,6 +57,9 @@ rm -f .packlist
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Nov 12 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 1.06-2mamba
|
||||||
- perl 5.16 mass rebuild
|
- perl 5.16 mass rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user