forked from pool/ncurses
.
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=476
This commit is contained in:
parent
b7afb7b015
commit
c86f56c24f
@ -31,7 +31,7 @@
|
||||
%global soname_tinfo tinfow
|
||||
%endif
|
||||
|
||||
%define patchlvl 20200321
|
||||
%define patchlvl 20200404
|
||||
%define basevers 6.2
|
||||
|
||||
Name: ncurses
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
version=$(sed -rn '/^Version:[[:space:]]+/{s/^Version:[[:space:]]+([0-9]+\.[0-9]+)(\.[0-9+])?/\1/p}' ncurses.spec) || exit 1
|
||||
version=$(sed -rn '/^Version:[[:space:]]+/{s/^Version:[[:space:]]+([0-9]+\.[0-9]+)(\.[^\.]+)?/\1/p}' ncurses.spec) || exit 1
|
||||
test -e ncurses-${version}-patches.tar.bz2 || exit 1
|
||||
OFS="$IFS"
|
||||
IFS=-
|
||||
|
Loading…
Reference in New Issue
Block a user