OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 23-Sep-2007 10:32:23
Branch: HEAD Handle: 2007092309322100
Modified files:
openpkg-src/perl-term perl-term.spec
Log:
modifying package: perl-term-5.8.8 20070826 -> 20070923
Summary:
Revision Changes Path
1.83 +13 -3 openpkg-src/perl-term/perl-term.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-term/perl-term.spec
============================================================================
$ cvs diff -u -r1.82 -r1.83 perl-term.spec
--- openpkg-src/perl-term/perl-term.spec 26 Aug 2007 08:44:38 -0000
1.82
+++ openpkg-src/perl-term/perl-term.spec 23 Sep 2007 08:32:21 -0000
1.83
@@ -36,6 +36,7 @@
%define V_term_statusbar 1.18
%define V_term_prompt 1.04
%define V_term_readpassword 0.07
+%define V_term_menus 1.28
%define V_io_tty 1.07
%define V_io_stty .02
@@ -50,7 +51,7 @@
Group: Perl
License: GPL/Artistic
Version: %{V_perl}
-Release: 20070826
+Release: 20070923
# list of sources
Source0:
http://www.cpan.org/modules/by-module/Term/TermReadKey-%{V_term_readkey}.tar.gz
@@ -67,6 +68,7 @@
Source11:
http://www.cpan.org/modules/by-module/Term/Term-StatusBar-%{V_term_statusbar}.tar.gz
Source12:
http://www.cpan.org/modules/by-module/Term/Term-Prompt-%{V_term_prompt}.tar.gz
Source13:
http://www.cpan.org/modules/by-module/Term/Term-ReadPassword-%{V_term_readpassword}.tar.gz
+Source14:
http://www.cpan.org/modules/by-module/Term/Term-Menus-%{V_term_menus}.tar.gz
Patch0: perl-term.patch
# build information
@@ -74,8 +76,8 @@
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20040130, perl >= %{V_perl}, perl-openpkg
>= %{V_perl}-20040126
PreReq: OpenPKG, openpkg >= 20040130, perl >= %{V_perl}
-BuildPreReq: readline, ncurses
-PreReq: readline, ncurses
+BuildPreReq: readline, ncurses, perl-module
+PreReq: readline, ncurses, perl-module
AutoReq: no
AutoReqProv: no
@@ -93,6 +95,7 @@
- Term::StatusBar (%{V_term_statusbar})
- Term::Prompt (%{V_term_prompt})
- Term::ReadPassword (%{V_term_readpassword})
+ - Term::Menus (%{V_term_menus})
- IO::Tty (%{V_io_tty})
- IO::Pty
- IO::Stty (%{V_io_stty})
@@ -168,6 +171,11 @@
url = http://www.cpan.org/modules/by-module/Term/
regex = Term-ReadPassword-(__VER__)\.tar\.gz
}
+ prog perl-term:Term-Menus = {
+ version = %{V_term_menus}
+ url = http://www.cpan.org/modules/by-module/Term/
+ regex = Term-Menus-(__VER__)\.tar\.gz
+ }
%prep
%setup -q -c
@@ -184,6 +192,7 @@
%setup -q -T -D -a 11
%setup -q -T -D -a 12
%setup -q -T -D -a 13
+ %setup -q -T -D -a 14
%patch -p0
%build
@@ -205,6 +214,7 @@
%{l_prefix}/bin/perl-openpkg -d %{SOURCE11} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE12} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE13} configure build install
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE14} configure build install
%{l_prefix}/bin/perl-openpkg -F perl-openpkg-files fixate cleanup
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} `cat
perl-openpkg-files`
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]