X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=package%2Fncurses.spec;h=2ab0143e1222cf70a0907240619ab09cb67b96ee;hp=27dc3e40d8bc378665b8b1b98357abed81162e61;hb=0dc2639645b2cc67271247405709161df24a771f;hpb=52584567033cacc32b66dc5f9c4f4ff216ac4cd9 diff --git a/package/ncurses.spec b/package/ncurses.spec index 27dc3e40..2ab0143e 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: 20131019 +Version: 5.9 +Release: 20140719 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