Browse Source

update module

master
parent
commit
d6d3c20520
  1. 14
      perl-term/perl-term.spec

14
perl-term/perl-term.spec

@ -36,7 +36,6 @@
%define V_term_statusbar 1.18
%define V_term_prompt 1.04
%define V_term_readpassword 0.11
%define V_term_menus 1.32
%define V_io_tty 1.10
%define V_io_stty 0.03
@ -51,7 +50,7 @@ Class: BASE
Group: Perl
License: GPL/Artistic
Version: %{V_perl}
Release: 20140511
Release: 20140702
# list of sources
Source0: http://www.cpan.org/authors/id/J/JS/JSTOWE/TermReadKey-%{V_term_readkey}.tar.gz
@ -68,8 +67,7 @@ Source10: http://www.cpan.org/authors/id/F/FL/FLUFFY/Term-ProgressBar-%{V_te
Source11: http://www.cpan.org/authors/id/S/SH/SHAYH/Term-StatusBar-%{V_term_statusbar}.tar.gz
Source12: http://www.cpan.org/authors/id/P/PE/PERSICOM/Term-Prompt-%{V_term_prompt}.tar.gz
Source13: http://www.cpan.org/authors/id/P/PH/PHOENIX/Term-ReadPassword-%{V_term_readpassword}.tar.gz
Source14: http://www.cpan.org/authors/id/R/RE/REEDFISH/Term-Menus-%{V_term_menus}.tar.gz
Source15: http://www.cpan.org/authors/id/R/RR/RRA/Term-ANSIColor-%{V_term_ansicolor}.tar.gz
Source14: http://www.cpan.org/authors/id/R/RR/RRA/Term-ANSIColor-%{V_term_ansicolor}.tar.gz
Patch0: perl-term.patch
# build information
@ -93,7 +91,6 @@ PreReq: readline, ncurses, perl-module
- 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})
@ -174,11 +171,6 @@ PreReq: readline, ncurses, perl-module
url = http://www.cpan.org/authors/id/P/PH/PHOENIX/
regex = Term-ReadPassword-(__VER__)\.tar\.gz
}
prog perl-term:Term-Menus = {
version = %{V_term_menus}
url = http://www.cpan.org/authors/id/R/RE/REEDFISH/
regex = Term-Menus-(__VER__)\.tar\.gz
}
%prep
%setup -q -c
@ -196,7 +188,6 @@ PreReq: readline, ncurses, perl-module
%setup -q -T -D -a 12
%setup -q -T -D -a 13
%setup -q -T -D -a 14
%setup -q -T -D -a 15
%patch -p0
%build
@ -218,7 +209,6 @@ PreReq: readline, ncurses, perl-module
%{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 -d %{SOURCE15} 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`

Loading…
Cancel
Save