commit perl-IO-Tty for openSUSE:Factory
Hello community, here is the log from the commit of package perl-IO-Tty for openSUSE:Factory checked in at Mon Sep 27 16:06:27 CEST 2010. -------- --- perl-IO-Tty/perl-IO-Tty.changes 2009-08-30 16:28:29.000000000 +0200 +++ /mounts/work_src_done/STABLE/perl-IO-Tty/perl-IO-Tty.changes 2010-09-17 17:39:15.000000000 +0200 @@ -1,0 +2,5 @@ +Fri Sep 17 15:37:54 UTC 2010 - chris@computersalat.de + +- recreated by cpanspec 1.78 + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-IO-Tty.spec ++++++ --- /var/tmp/diff_new_pack.YMC3L9/_old 2010-09-27 16:05:42.000000000 +0200 +++ /var/tmp/diff_new_pack.YMC3L9/_new 2010-09-27 16:05:42.000000000 +0200 @@ -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 @@ 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 @@ %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 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de