2007-01-16 00:30:56 +01:00
|
|
|
#
|
2009-07-27 23:09:14 +02:00
|
|
|
# spec file for package perl-IO-Tty (Version 1.08)
|
2007-01-16 00:30:56 +01:00
|
|
|
#
|
2009-07-27 23:09:14 +02:00
|
|
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-16 00:30:56 +01:00
|
|
|
#
|
2008-10-23 04:43:11 +02: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-16 00:30:56 +01:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
2008-10-23 04:43:11 +02:00
|
|
|
|
2007-01-16 00:30:56 +01:00
|
|
|
Name: perl-IO-Tty
|
2009-08-31 21:41:48 +02:00
|
|
|
Summary: Provides an Interface to Pseudo Tty's
|
|
|
|
Version: 1.08
|
|
|
|
Release: 2
|
2008-10-23 04:43:11 +02:00
|
|
|
Url: http://search.cpan.org/search?module=IO::Tty
|
|
|
|
License: GPL v2 or later
|
2007-01-16 00:30:56 +01:00
|
|
|
Group: Development/Libraries/Perl
|
|
|
|
Requires: perl = %{perl_version}
|
2009-08-31 21:41:48 +02:00
|
|
|
Source: IO-Tty-%{version}.tar.bz2
|
2007-01-16 00:30:56 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%description
|
|
|
|
IO::Tty is a Perl module that provides an interface to pseudo tty's.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Graham Barr <gbarr@ti.com>
|
|
|
|
Nick Ing-Simmons <nik@tiuk.ti.com>
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -n IO-Tty-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
perl Makefile.PL
|
2009-08-31 21:41:48 +02:00
|
|
|
make %{?jobs:-j%jobs}
|
|
|
|
|
|
|
|
%check
|
2007-01-16 00:30:56 +01:00
|
|
|
make test
|
|
|
|
|
|
|
|
%install
|
2009-08-31 21:41:48 +02:00
|
|
|
%perl_make_install
|
2007-01-16 00:30:56 +01:00
|
|
|
%perl_process_packlist
|
2009-08-31 21:41:48 +02:00
|
|
|
%perl_gen_filelist
|
2007-01-16 00:30:56 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
2009-08-31 21:41:48 +02:00
|
|
|
%files -f %name.files
|
2007-01-16 00:30:56 +01:00
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc ChangeLog MANIFEST README
|
|
|
|
|
2008-10-23 04:43:11 +02:00
|
|
|
%changelog
|