SHA256
1
0
forked from pool/perl-IO-Tty

Accepting request 49165 from devel:languages:perl

checked in (request 49165)

OBS-URL: https://build.opensuse.org/request/show/49165
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Tty?expand=0&rev=9
This commit is contained in:
OBS User autobuild 2010-09-27 14:06:34 +00:00 committed by Git OBS Bridge
parent c1f19f688b
commit 99e0b390cc
2 changed files with 19 additions and 29 deletions

View File

@ -1,8 +1,3 @@
-------------------------------------------------------------------
Fri Sep 17 15:37:54 UTC 2010 - chris@computersalat.de
- recreated by cpanspec 1.78
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Aug 30 16:28:12 CEST 2009 - lars@linux-schulserver.de Sun Aug 30 16:28:12 CEST 2009 - lars@linux-schulserver.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package perl-IO-Tty (Version 1.08) # spec file for package perl-IO-Tty (Version 1.08)
# #
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,27 +17,22 @@
# norootforbuild # norootforbuild
Name: perl-IO-Tty Name: perl-IO-Tty
%define cpan_name IO-Tty Summary: Provides an Interface to Pseudo Tty's
Summary: Low-level allocate a pseudo-Tty, import constants
Version: 1.08 Version: 1.08
Release: 1 Release: 2
License: GPL+ or Artistic Url: http://search.cpan.org/search?module=IO::Tty
License: GPL v2 or later
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/IO-Tty/
#Source: http://www.cpan.org/authors/id/R/RG/RGIERSIG/IO-Tty-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
%if 0%{?suse_version} < 1120
BuildRequires: perl-macros
%endif
Requires: perl = %{perl_version} Requires: perl = %{perl_version}
Source: IO-Tty-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
IO::Tty is used internally by IO::Pty to create a pseudo-tty. You wouldn't IO::Tty is a Perl module that provides an interface to pseudo tty's.
want to use it directly except to import constants, use IO::Pty. For a
list of importable constants, see IO::Tty::Constant.
Authors: Authors:
-------- --------
@ -45,14 +40,14 @@ Authors:
Nick Ing-Simmons <nik@tiuk.ti.com> Nick Ing-Simmons <nik@tiuk.ti.com>
%prep %prep
%setup -q -n %{cpan_name}-%{version} %setup -n IO-Tty-%{version}
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" perl Makefile.PL
%{__make} %{?_smp_mflags} make %{?jobs:-j%jobs}
%check %check
%{__make} test make test
%install %install
%perl_make_install %perl_make_install
@ -60,10 +55,10 @@ Authors:
%perl_gen_filelist %perl_gen_filelist
%clean %clean
%{__rm} -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
%files -f %{name}.files %files -f %name.files
%defattr(-,root,root,-) %defattr(-,root,root)
%doc ChangeLog README try %doc ChangeLog MANIFEST README
%changelog %changelog