perl-IO-Tty/perl-IO-Tty.spec
OBS User autobuild 1fe7f0fb8f Accepting request 19226 from devel:languages:perl
Copy from devel:languages:perl/perl-IO-Tty based on submit request 19226 from user lrupp

OBS-URL: https://build.opensuse.org/request/show/19226
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-IO-Tty?expand=0&rev=5
2009-08-31 19:41:48 +00:00

65 lines
1.6 KiB
RPMSpec

#
# spec file for package perl-IO-Tty (Version 1.08)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# 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.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: perl-IO-Tty
Summary: Provides an Interface to Pseudo Tty's
Version: 1.08
Release: 2
Url: http://search.cpan.org/search?module=IO::Tty
License: GPL v2 or later
Group: Development/Libraries/Perl
Requires: perl = %{perl_version}
Source: IO-Tty-%{version}.tar.bz2
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
make %{?jobs:-j%jobs}
%check
make test
%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
%clean
rm -rf $RPM_BUILD_ROOT
%files -f %name.files
%defattr(-,root,root)
%doc ChangeLog MANIFEST README
%changelog