X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=package%2Fncurses.spec;h=44cbd97bf8ee7668597e56164b47bea893d8d775;hb=16e3e58a50e1a7546238d85cbee2117feb175a75;hp=03627f268f91c7ef0ec5fe92a626874ba8071a05;hpb=1d743ae945e51bb1bc773ec7bd3e0d51dbf9afab;p=ncurses.git diff --git a/package/ncurses.spec b/package/ncurses.spec index 03627f26..44cbd97b 100644 --- a/package/ncurses.spec +++ b/package/ncurses.spec @@ -1,10 +1,10 @@ Summary: shared libraries for terminal handling Name: ncurses6 -Release: 5.9 -Version: 20130805 +Version: 5.9 +Release: 20141025 License: X11 Group: Development/Libraries -Source: ncurses-%{release}-%{version}.tgz +Source: ncurses-%{version}-%{release}.tgz # URL: http://invisible-island.net/ncurses/ %define CC_NORMAL -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wconversion @@ -22,7 +22,7 @@ This package is used for testing ABI 6. %prep %define debug_package %{nil} -%setup -q -n ncurses-%{release}-%{version} +%setup -q -n ncurses-%{version}-%{release} %build CFLAGS="%{CC_NORMAL}" \ @@ -50,6 +50,8 @@ RPATH_LIST=../lib:%{_prefix}/lib \ --enable-warnings \ --enable-widec \ --verbose \ + --with-chtype=uint32_t \ + --with-mmask_t=uint32_t \ --with-develop \ --with-shared \ --with-termlib \ @@ -85,7 +87,7 @@ rm -rf $RPM_BUILD_ROOT * 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 +* Sat Oct 27 2012 Thomas E. Dickey - add ncurses program as "ncurses6" to provide demonstration. * Fri Jun 08 2012 Thomas E. Dickey