]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - package/ncurses.spec
ncurses 5.9 - patch 20130824
[ncurses.git] / package / ncurses.spec
index 50f411bd1f9388c9b78c0821fb6ad7fcdab42855..dfff897490ddf488404852b67617e61a61717be1 100644 (file)
@@ -1,7 +1,7 @@
 Summary: shared libraries for terminal handling
 Name: ncurses6
 Release: 5.9
 Summary: shared libraries for terminal handling
 Name: ncurses6
 Release: 5.9
-Version: 20121208
+Version: 20130824
 License: X11
 Group: Development/Libraries
 Source: ncurses-%{release}-%{version}.tgz
 License: X11
 Group: Development/Libraries
 Source: ncurses-%{release}-%{version}.tgz
@@ -55,6 +55,7 @@ RPATH_LIST=../lib:%{_prefix}/lib \
        --with-termlib \
        --with-ticlib \
        --with-trace \
        --with-termlib \
        --with-ticlib \
        --with-trace \
+       --with-cxx-shared \
        --with-xterm-kbs=DEL \
        --without-ada \
        --without-debug \
        --with-xterm-kbs=DEL \
        --without-ada \
        --without-debug \
@@ -81,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT
 
 %changelog
 
 
 %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.
 
 * Sat Oct 26 2012 Thomas E. Dickey
 - add ncurses program as "ncurses6" to provide demonstration.