Updating link to change in openSUSE:Factory/perl-IO-Tty revision 10.0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Tty?expand=0&rev=02257592e018f2f406629fa1a7aa44c7
This commit is contained in:
OBS User buildservice-autocommit 2010-09-27 14:06:36 +00:00 committed by Git OBS Bridge
parent 99e0b390cc
commit 7e1da08e6c
2 changed files with 29 additions and 18 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
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

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-IO-Tty (Version 1.08)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 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
@ -19,20 +19,26 @@
Name: perl-IO-Tty
Summary: Provides an Interface to Pseudo Tty's
%define cpan_name IO-Tty
Summary: Low-level allocate a pseudo-Tty, import constants
Version: 1.08
Release: 2
Url: http://search.cpan.org/search?module=IO::Tty
License: GPL v2 or later
Release: 9
License: GPL+ or Artistic
Group: Development/Libraries/Perl
Requires: perl = %{perl_version}
Source: IO-Tty-%{version}.tar.bz2
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}
%description
IO::Tty is a Perl module that provides an interface to pseudo tty's.
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 IO::Tty::Constant.
Authors:
--------
@ -40,14 +46,14 @@ Authors:
Nick Ing-Simmons <nik@tiuk.ti.com>
%prep
%setup -n IO-Tty-%{version}
%setup -q -n %{cpan_name}-%{version}
%build
perl Makefile.PL
make %{?jobs:-j%jobs}
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
%{__make} %{?_smp_mflags}
%check
make test
%{__make} test
%install
%perl_make_install
@ -55,10 +61,10 @@ make test
%perl_gen_filelist
%clean
rm -rf $RPM_BUILD_ROOT
%{__rm} -rf $RPM_BUILD_ROOT
%files -f %name.files
%defattr(-,root,root)
%doc ChangeLog MANIFEST README
%files -f %{name}.files
%defattr(-,root,root,-)
%doc ChangeLog README try
%changelog