forked from pool/perl-Term-ReadLine-Gnu
- Remove perl-Term-ReadLine-Gnu-gcc15.patch, fixed upstream: https://github.com/hirooih/perl-trg/pull/32 - updated to 1.470.0 (1.47) see /usr/share/doc/packages/perl-Term-ReadLine-Gnu/Changes 1.47 2025-07-06 - readline-8.3 support new functions rl_reparse_colors rl_print_keybinding new variables rl_full_quoting_desired rl_macro_display_hook rl_completion_rewrite_hook new state values for rl_readline_state RL_STATE_READSTR - sample code updates - import almost all examples from the GNU Readline Library - use "/usr/bin/env" for sh-bang - add eg/README.md - the check for being in emacs to be more like bash (#28) - add a wrap function on every function which has Keymap as an argument - add some constant functions - add macro functions for rl_readline_state - RL_SETSTATE(), RL_UNSETSTATE(), RL_ISSTATE() - export READERR - Fix for compilation in C23 mode (#32) - POD updates - fix description of add_defun() in BUGS section (#23) - fix formatting - GitHub actions: update os and perl-version matrix OBS-URL: https://build.opensuse.org/request/show/1292095 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Term-ReadLine-Gnu?expand=0&rev=29
38 lines
1.1 KiB
YAML
38 lines
1.1 KiB
YAML
---
|
|
#description_paragraphs: 3
|
|
description: |-
|
|
This is an implementation of Term::ReadLine using the GNU Readline/History
|
|
Library.
|
|
|
|
For basic functions object oriented interface is provided. These are
|
|
described in the section "Standard Methods" and "Term::ReadLine::Gnu
|
|
Functions".
|
|
|
|
This package also has the interface with the almost all functions and
|
|
variables which are documented in the GNU Readline/History Library Manual.
|
|
#summary: override summary from CPAN
|
|
#no_testing: broken upstream
|
|
#sources:
|
|
# - source1
|
|
# - source2
|
|
#patches:
|
|
preamble: |-
|
|
BuildRequires: ncurses-devel
|
|
BuildRequires: readline-devel
|
|
Obsoletes: perl-TermReadLine-Gnu < 1.36
|
|
Provides: perl-TermReadLine-Gnu = %{version}
|
|
#post_prep: |-
|
|
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
|
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
|
#post_build: |-
|
|
# rm unused.files
|
|
#post_install: |-
|
|
# sed on %{name}.files
|
|
#license: SUSE-NonFree
|
|
#skip_noarch: 1
|
|
#custom_build: |-
|
|
#./Build build flags=%{?_smp_mflags} --myflag
|
|
#custom_test: |-
|
|
#startserver && make test
|
|
#ignore_requires: Bizarre::Module
|