X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=package%2Fncurses.spec;h=b5d749852d81f1e79383706c7a4beda5376291d2;hp=dac62bd3f92bdbe369889f7fa675f13900476a26;hb=2e5d72d6396bb38a8d1d1b3534f62e28aebaa600;hpb=a0bb9c404174926bf131a5989a0524a6eecd09eb diff --git a/package/ncurses.spec b/package/ncurses.spec index dac62bd3..b5d74985 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: 20131005 +Version: 5.9 +Release: 20131221 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}" \ @@ -85,7 +85,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