X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=package%2Fncurses.spec;h=8a285ac07ea9f86626be788f2ce569e54e0195f8;hp=df23a15e498c9b59c0fca249106164448d00e67d;hb=e6f4ffe150c7d919792f29a70b4f031cfab5ef06;hpb=cc0205ede8ab81605ec83e7f1ac9ec33e9328a40 diff --git a/package/ncurses.spec b/package/ncurses.spec index df23a15e..8a285ac0 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: 20120630 +Version: 20130608 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 \ @@ -65,6 +67,8 @@ make rm -rf $RPM_BUILD_ROOT make install.libs install.progs +rm -f test/ncurses +( cd test && make ncurses LOCAL_LIBDIR=%{_libdir} && mv ncurses $RPM_BUILD_ROOT/%{_bindir}/ncurses6 ) %clean rm -rf $RPM_BUILD_ROOT @@ -78,5 +82,11 @@ 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. + * Fri Jun 08 2012 Thomas E. Dickey - initial version.