From 32a38de0d2df64f02d8ed6764b29fd62b0660b37 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 09:11:02 +0100 Subject: [PATCH] automatic update by autodist [release 1.11_01-1mamba;Fri May 09 2014] --- perl-IO-Tty.spec | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/perl-IO-Tty.spec b/perl-IO-Tty.spec index 0949cc1..7988476 100644 --- a/perl-IO-Tty.spec +++ b/perl-IO-Tty.spec @@ -1,7 +1,7 @@ %define PERL_VERSION %(eval `perl -V:version`; echo $version) Name: perl-IO-Tty -Version: 1.10 -Release: 2mamba +Version: 1.11_01 +Release: 1mamba Summary: IO::Tty and IO::Pty provide an interface to pseudo tty's Group: Development/Libraries/Perl Vendor: openmamba @@ -10,6 +10,11 @@ Packager: Silvan Calarco Source: http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/IO-Tty-%{version}.tar.gz URL: http://www.cpan.org License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libperl +BuildRequires: perl-devel +## AUTOBUILDREQ-END BuildRequires: perl-devel >= %PERL_VERSION Requires: perl >= %PERL_VERSION BuildRoot: %{_tmppath}/perl-root @@ -23,7 +28,9 @@ IO::Tty and IO::Pty provide an interface to pseudo tty's. %build perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor %make +%ifnarch x86_64 arm make test +%endif %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -46,6 +53,9 @@ done %defattr(-,root,root) %changelog +* Fri May 09 2014 Automatic Build System 1.11_01-1mamba +- automatic update by autodist + * Mon Nov 12 2012 Silvan Calarco 1.10-2mamba - perl 5.16 mass rebuild