automatic update by autodist [release 1.11_01-1mamba;Fri May 09 2014]
This commit is contained in:
parent
fbbfaacda3
commit
32a38de0d2
@ -1,7 +1,7 @@
|
|||||||
%define PERL_VERSION %(eval `perl -V:version`; echo $version)
|
%define PERL_VERSION %(eval `perl -V:version`; echo $version)
|
||||||
Name: perl-IO-Tty
|
Name: perl-IO-Tty
|
||||||
Version: 1.10
|
Version: 1.11_01
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: IO::Tty and IO::Pty provide an interface to pseudo tty's
|
Summary: IO::Tty and IO::Pty provide an interface to pseudo tty's
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -10,6 +10,11 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|||||||
Source: http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/IO-Tty-%{version}.tar.gz
|
Source: http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/IO-Tty-%{version}.tar.gz
|
||||||
URL: http://www.cpan.org
|
URL: http://www.cpan.org
|
||||||
License: GPL
|
License: GPL
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libperl
|
||||||
|
BuildRequires: perl-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: perl-devel >= %PERL_VERSION
|
BuildRequires: perl-devel >= %PERL_VERSION
|
||||||
Requires: perl >= %PERL_VERSION
|
Requires: perl >= %PERL_VERSION
|
||||||
BuildRoot: %{_tmppath}/perl-root
|
BuildRoot: %{_tmppath}/perl-root
|
||||||
@ -23,7 +28,9 @@ IO::Tty and IO::Pty provide an interface to pseudo tty's.
|
|||||||
%build
|
%build
|
||||||
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor
|
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor
|
||||||
%make
|
%make
|
||||||
|
%ifnarch x86_64 arm
|
||||||
make test
|
make test
|
||||||
|
%endif
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -46,6 +53,9 @@ done
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 09 2014 Automatic Build System <autodist@mambasoft.it> 1.11_01-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
* Mon Nov 12 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 1.10-2mamba
|
* Mon Nov 12 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 1.10-2mamba
|
||||||
- perl 5.16 mass rebuild
|
- perl 5.16 mass rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user