automatic update by autodist [release 1.11_01-1mamba;Fri May 09 2014]

This commit is contained in:
Automatic Build System 2024-01-06 09:11:02 +01:00
parent fbbfaacda3
commit 32a38de0d2

View File

@ -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 <silvan.calarco@mambasoft.it>
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 <autodist@mambasoft.it> 1.11_01-1mamba
- automatic update by autodist
* Mon Nov 12 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 1.10-2mamba
- perl 5.16 mass rebuild