OBS User unknown 2008-10-23 02:43:11 +00:00 committed by Git OBS Bridge
parent fef4b08b5f
commit 32483d84cb

View File

@ -1,24 +1,32 @@
# #
# spec file for package perl-IO-Tty (Version 1.07) # spec file for package perl-IO-Tty (Version 1.07)
# #
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
# #
# 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/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
# norootforbuild # norootforbuild
Name: perl-IO-Tty Name: perl-IO-Tty
URL: http://search.cpan.org/search?module=IO::Tty Url: http://search.cpan.org/search?module=IO::Tty
License: GPL License: GPL v2 or later
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Requires: perl = %{perl_version} Requires: perl = %{perl_version}
Autoreqprov: on AutoReqProv: on
Summary: Provides an Interface to Pseudo Tty's Summary: Provides an Interface to Pseudo Tty's
Version: 1.07 Version: 1.07
Release: 1 Release: 118
Source: IO-Tty-%{version}.tar.gz Source: IO-Tty-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -41,7 +49,6 @@ make
make test make test
%install %install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install_vendor make DESTDIR=$RPM_BUILD_ROOT install_vendor
%perl_process_packlist %perl_process_packlist
@ -61,35 +68,35 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/* %{_mandir}/man3/*
/var/adm/perl-modules/perl-IO-Tty /var/adm/perl-modules/perl-IO-Tty
%changelog -n perl-IO-Tty %changelog
* Tue Sep 19 2006 - mc@suse.de * Tue Sep 19 2006 mc@suse.de
- Version 1.07 - Version 1.07
* Tty.pm: pre-allocate buffer for ioctl * Tty.pm: pre-allocate buffer for ioctl
* Tty.xs: added some more letter to BSD allocation * Tty.xs: added some more letter to BSD allocation
* Fri Jul 14 2006 - mc@suse.de * Fri Jul 14 2006 mc@suse.de
- Version 1.05 - Version 1.05
- changed newCONSTSUB to use newSV(0) instead of PL_sv_undef, - changed newCONSTSUB to use newSV(0) instead of PL_sv_undef,
now undef'd constants work now undef'd constants work
- added handling for z/OS (uses /dev/ptyp0000) - added handling for z/OS (uses /dev/ptyp0000)
- some bugfixes - some bugfixes
* Wed Jan 25 2006 - mls@suse.de * Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires - converted neededforbuild to BuildRequires
* Sat Jan 10 2004 - adrian@suse.de * Sun Jan 11 2004 adrian@suse.de
- build as user - build as user
* Fri Aug 22 2003 - mjancar@suse.cz * Fri Aug 22 2003 mjancar@suse.cz
- require the perl version we build with - require the perl version we build with
* Fri Jul 18 2003 - mc@suse.de * Fri Jul 18 2003 mc@suse.de
- add make test - add make test
- add vendorarch changes - add vendorarch changes
* Sun Jun 22 2003 - coolo@suse.de * Mon Jun 23 2003 coolo@suse.de
- package directories - package directories
* Mon May 19 2003 - mc@suse.de * Mon May 19 2003 mc@suse.de
- removed unpackaged Files from RPM_BUILD_ROOT - removed unpackaged Files from RPM_BUILD_ROOT
* Tue Sep 17 2002 - ro@suse.de * Tue Sep 17 2002 ro@suse.de
- removed bogus self-provides - removed bogus self-provides
* Tue Jul 02 2002 - mls@suse.de * Tue Jul 02 2002 mls@suse.de
- remove race in .packlist generation - remove race in .packlist generation
* Fri Apr 05 2002 - mc@suse.de * Fri Apr 05 2002 mc@suse.de
- switch to version 1.02 - switch to version 1.02
- removed alpha compile fix - not longer needed - removed alpha compile fix - not longer needed
- redesign of Tty.xs - redesign of Tty.xs
@ -104,9 +111,9 @@ rm -rf $RPM_BUILD_ROOT
- Makefile.PL: fixed checks; test problematic constants with a compile. - Makefile.PL: fixed checks; test problematic constants with a compile.
- Makefile.PL: auto-create IO::Tty::Constant - Makefile.PL: auto-create IO::Tty::Constant
- updated docs - updated docs
* Mon Jan 28 2002 - garloff@suse.de * Tue Jan 29 2002 garloff@suse.de
- Compile fix for alpha. - Compile fix for alpha.
* Wed Nov 07 2001 - mc@suse.de * Wed Nov 07 2001 mc@suse.de
- switch to verion 0.05 - switch to verion 0.05
- slave now is set to be a controlling tty if possible; - slave now is set to be a controlling tty if possible;
it also remembers it's name now. it also remembers it's name now.
@ -119,9 +126,9 @@ rm -rf $RPM_BUILD_ROOT
- Cygwin can use /dev/ptmx even though that file doesn't exist. - Cygwin can use /dev/ptmx even though that file doesn't exist.
- moved docu over from Pty.pm to lessen confusion Pty <-> Tty - moved docu over from Pty.pm to lessen confusion Pty <-> Tty
- added verified systems list - added verified systems list
* Thu Jun 21 2001 - mc@suse.de * Thu Jun 21 2001 mc@suse.de
- fixed the specfile. Used more RPM macros. - fixed the specfile. Used more RPM macros.
* Tue Feb 13 2001 - mc@suse.de * Tue Feb 13 2001 mc@suse.de
- fixed the specfile - fixed the specfile
* Thu Feb 08 2001 - mc@suse.de * Thu Feb 08 2001 mc@suse.de
- first package, v0.04 - first package, v0.04