X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=package%2Fncurses.spec;h=96f88eb00832543ae71834f7fa6299360cb9f338;hp=b1b8d1a02fd2c91f5e2339853702ef040190e4be;hb=fd52bfa49753d67673ba8d7aef9239f5b16c1ad0;hpb=91fa4688e82518794fcf0c32a36f3fcca5e4c2d5 diff --git a/package/ncurses.spec b/package/ncurses.spec index b1b8d1a0..96f88eb0 100644 --- a/package/ncurses.spec +++ b/package/ncurses.spec @@ -1,7 +1,7 @@ Summary: shared libraries for terminal handling Name: ncurses6 Release: 5.9 -Version: 20121026 +Version: 20130427 License: X11 Group: Development/Libraries Source: ncurses-%{release}-%{version}.tgz @@ -21,6 +21,7 @@ This package is used for testing ABI 6. %prep +%define debug_package %{nil} %setup -q -n ncurses-%{release}-%{version} %build @@ -54,6 +55,7 @@ RPATH_LIST=../lib:%{_prefix}/lib \ --with-termlib \ --with-ticlib \ --with-trace \ + --with-cxx-shared \ --with-xterm-kbs=DEL \ --without-ada \ --without-debug \ @@ -80,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Mar 09 2013 Thomas E. Dickey +- add --with-cxx-shared option to demonstrate c++ binding as shared library + * Sat Oct 26 2012 Thomas E. Dickey - add ncurses program as "ncurses6" to provide demonstration.