[weasel-commit] Source: readline=6.1-1
- From: rbuilder@xxxxxxxxx
- To: weasel-commit@xxxxxxxxxxxxx
- Date: Thu, 05 Aug 2010 08:13:36 -0400
================================
readline:source=6.1-1 (previous: 6.0_p4-1)
cvc rdiff readline -1 /weasel.rpath.org@wgl:3-devel/6.1-1
================================
6.1-1 Filip Brcic (brcha@xxxxxxxxxxxx) Thu Aug 5 08:12:43 2010
version bump
readline-6.1.tar.gz: new
readline.recipe: changed
Index: readline.recipe
====================================================================
contents(size sha1)
inode(mtime)
--- readline.recipe /weasel.rpath.org@wgl:3-devel/6.0_p4-1
+++ readline.recipe /weasel.rpath.org@wgl:3-devel/6.1-1
@@ -5,18 +5,21 @@
class Readline(AutoPackageRecipe):
name = 'readline'
- version = '6.0_p4'
+ version = '6.1'
buildRequires = [
'ncurses:devel', 'install-info:runtime',
- 'util-linux-ng:runtime', 'autoconf-wrapper:runtime',
- 'autoconf25:runtime',
+ 'perl-XML-Parser:perl', 'util-linux-ng:runtime',
+ 'autoconf-wrapper:runtime', 'autoconf25:runtime',
]
shortDesc = 'Command-line editing library'
- longDesc = 'The Readline package is a set of libraries that offers
command-line editing and history capabilities.'
+ longDesc = """
+The Readline package is a set of libraries that offers command-line
+editing and history capabilities.
+"""
url = 'http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html'
- licenses = [ 'GPL-2' ]
+ licenses = [ 'GPL-3' ]
categories = [ 'System' ]
def unpack(r):
@@ -40,13 +43,12 @@
r.macros.patch_level = '0'
r.addPatch('readline-5.0-no_rpath.patch')
- r.addPatch('readline-6.0-rlfe-build.patch')
r.addPatch('readline-5.2-no-ignore-shlib-errors.patch')
+ # Force ncurses linking
r.Replace('^SHLIB_LIBS=', 'SHLIB_LIBS=-lncurses', 'support/shobj-conf')
r.Run('ln -s ../.. examples/rlfe/readline')
- r.Run('autoconf', dir='examples/rlfe')
r.macros.cflags += ' -D_GNU_SOURCE -fPIC'
r.macros.ldflags += ' -Lreadline'
readline-6.0.tar.gz: removed
readline60-001: removed
readline-6.0-rlfe-build.patch: removed
readline60-004: removed
readline60-003: removed
readline60-002: removed
Committed by: brcha
Other related posts:
- » [weasel-commit] Source: readline=6.1-1 - rbuilder