forked from pool/ncurses
Updating link to change in openSUSE:Factory/ncurses revision 204.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=ad19aa9580c9eec9ad0bbe87686ee379
This commit is contained in:
committed by
Git OBS Bridge
parent
92b572918f
commit
f4ae3ed1c7
10
ncurses.spec
10
ncurses.spec
@@ -24,6 +24,7 @@
|
||||
%endif
|
||||
%bcond_with memleakck
|
||||
%bcond_without onlytinfo
|
||||
%bcond_with ada
|
||||
%bcond_with libbsd
|
||||
%bcond_with usepcre2
|
||||
|
||||
@@ -42,6 +43,11 @@ Name: ncurses
|
||||
BuildRequires: db-devel
|
||||
%endif
|
||||
BuildRequires: expect
|
||||
%if %{with ada}
|
||||
# Currently we're missing gprbuild and gprconfig
|
||||
BuildRequires: gcc-ada
|
||||
BuildRequires: m4
|
||||
%endif
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: pkg-config
|
||||
%if %{with libbsd}
|
||||
@@ -499,7 +505,11 @@ mv tack-* tack
|
||||
> $SCREENLOG
|
||||
tail -q -s 0.5 -f $SCREENLOG & pid=$!
|
||||
%configure \
|
||||
%if %{with ada}
|
||||
--with-ada \
|
||||
%else
|
||||
--without-ada \
|
||||
%endif
|
||||
--without-debug \
|
||||
--without-profile \
|
||||
--without-manpage-tbl \
|
||||
|
Reference in New Issue
Block a user