2007-01-15 23:30:56 +00:00
|
|
|
#
|
2015-04-14 06:02:54 +00:00
|
|
|
# spec file for package perl-IO-Tty
|
2007-01-15 23:30:56 +00:00
|
|
|
#
|
2015-04-14 06:02:54 +00:00
|
|
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
2007-01-15 23:30:56 +00:00
|
|
|
#
|
2008-10-23 02:43:11 +00:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2007-01-15 23:30:56 +00:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
2015-04-14 06:02:54 +00:00
|
|
|
|
2007-01-15 23:30:56 +00:00
|
|
|
Name: perl-IO-Tty
|
2015-04-14 06:02:54 +00:00
|
|
|
Version: 1.12
|
|
|
|
Release: 0
|
2011-03-31 18:17:56 +00:00
|
|
|
%define cpan_name IO-Tty
|
|
|
|
Summary: Low-level allocate a pseudo-Tty, import constants.
|
2015-04-14 06:02:54 +00:00
|
|
|
License: Artistic-1.0 or GPL-1.0+
|
2011-03-31 18:17:56 +00:00
|
|
|
Group: Development/Libraries/Perl
|
2015-04-14 06:02:54 +00:00
|
|
|
Url: http://search.cpan.org/dist/IO-Tty/
|
|
|
|
Source: http://www.cpan.org/authors/id/T/TO/TODDR/%{cpan_name}-%{version}.tar.gz
|
2010-09-27 14:06:34 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2010-09-27 14:06:36 +00:00
|
|
|
BuildRequires: perl
|
|
|
|
BuildRequires: perl-macros
|
2011-03-31 18:17:56 +00:00
|
|
|
%{perl_requires}
|
2007-01-15 23:30:56 +00:00
|
|
|
|
|
|
|
%description
|
2011-03-31 18:17:56 +00:00
|
|
|
'IO::Tty' is used internally by 'IO::Pty' to create a pseudo-tty. You
|
|
|
|
wouldn't want to use it directly except to import constants, use 'IO::Pty'.
|
|
|
|
For a list of importable constants, see the IO::Tty::Constant manpage.
|
|
|
|
|
|
|
|
Windows is now supported, but ONLY under the Cygwin environment, see the
|
|
|
|
http://sources.redhat.com/cygwin/ manpage.
|
|
|
|
|
|
|
|
Please note that pty creation is very system-dependend. From my experience,
|
|
|
|
any modern POSIX system should be fine. Find below a list of systems that
|
|
|
|
'IO::Tty' should work on. A more detailed table (which is slowly getting
|
|
|
|
out-of-date) is available from the project pages document manager at
|
|
|
|
SourceForge the http://sourceforge.net/projects/expectperl/ manpage.
|
|
|
|
|
|
|
|
If you have problems on your system and your system is listed in the
|
|
|
|
"verified" list, you probably have some non-standard setup, e.g. you
|
|
|
|
compiled your Linux-kernel yourself and disabled ptys (bummer!). Please ask
|
|
|
|
your friendly sysadmin for help.
|
|
|
|
|
|
|
|
If your system is not listed, unpack the latest version of 'IO::Tty', do a
|
|
|
|
''perl Makefile.PL; make; make test; uname -a'' and send me
|
|
|
|
(_RGiersig@cpan.org_) the results and I'll see what I can deduce from that.
|
|
|
|
There are chances that it will work right out-of-the-box...
|
2007-01-15 23:30:56 +00:00
|
|
|
|
2011-03-31 18:17:56 +00:00
|
|
|
If it's working on your system, please send me a short note with details
|
|
|
|
(version number, distribution, etc. 'uname -a' and 'perl -V' is a good
|
|
|
|
start; also, the output from "perl Makefile.PL" contains a lot of
|
|
|
|
interesting info, so please include that as well) so I can get an overview.
|
|
|
|
Thanks!
|
2007-01-15 23:30:56 +00:00
|
|
|
|
|
|
|
%prep
|
2010-09-27 14:06:36 +00:00
|
|
|
%setup -q -n %{cpan_name}-%{version}
|
2007-01-15 23:30:56 +00:00
|
|
|
|
|
|
|
%build
|
2011-03-31 18:17:56 +00:00
|
|
|
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
2010-09-27 14:06:36 +00:00
|
|
|
%{__make} %{?_smp_mflags}
|
2009-08-31 19:41:48 +00:00
|
|
|
|
|
|
|
%check
|
2010-09-27 14:06:36 +00:00
|
|
|
%{__make} test
|
2007-01-15 23:30:56 +00:00
|
|
|
|
|
|
|
%install
|
2009-08-31 19:41:48 +00:00
|
|
|
%perl_make_install
|
2007-01-15 23:30:56 +00:00
|
|
|
%perl_process_packlist
|
2009-08-31 19:41:48 +00:00
|
|
|
%perl_gen_filelist
|
2007-01-15 23:30:56 +00:00
|
|
|
|
2010-09-27 14:06:36 +00:00
|
|
|
%files -f %{name}.files
|
2015-04-14 06:02:54 +00:00
|
|
|
%defattr(-,root,root,755)
|
2010-09-27 14:06:36 +00:00
|
|
|
%doc ChangeLog README try
|
2007-01-15 23:30:56 +00:00
|
|
|
|
2008-10-23 02:43:11 +00:00
|
|
|
%changelog
|