X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=package%2Fncurses.spec;h=281618d5ed08fd1f30264744f7e9f6eec1c90e2b;hp=322c7ccaf05cde0aa6a7636d54f79e4721c3ce17;hb=96a4663880a73a00b11700da8a404fdd56833925;hpb=a8dfaf0998c91b39c5c0a4913987cd67ca622bff diff --git a/package/ncurses.spec b/package/ncurses.spec index 322c7cca..281618d5 100644 --- a/package/ncurses.spec +++ b/package/ncurses.spec @@ -1,15 +1,12 @@ Summary: shared libraries for terminal handling Name: ncurses6 Version: 6.1 -Release: 20190720 +Release: 20200111 License: X11 Group: Development/Libraries Source: ncurses-%{version}-%{release}.tgz # URL: https://invisible-island.net/ncurses/ -%define CC_NORMAL -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wconversion -%define CC_STRICT %{CC_NORMAL} -W -Wbad-function-cast -Wcast-align -Wcast-qual -Wmissing-declarations -Wnested-externs -Wpointer-arith -Wwrite-strings -ansi -pedantic - %global MY_ABI 6 # save value before redefining @@ -33,8 +30,11 @@ This package is used for testing ABI %{MY_ABI}. %global is_redhat %(test -f /etc/redhat-release && echo 1 || echo 0) %global is_suse %(test -f /etc/SuSE-release && echo 1 || echo 0) -# nor are debug-symbols +%if %{is_redhat} +# generate debug/debug-source packages. +%else %define debug_package %{nil} +%endif %if %{is_mandriva} %define _disable_ld_as_needed 1 @@ -100,8 +100,6 @@ This package is used for testing ABI %{MY_ABI}. --without-debug \\\ --without-normal -CFLAGS="%{CC_NORMAL}" \ -RPATH_LIST=../lib:%{_libdir} \ %configure %{CFG_OPTS} make @@ -113,8 +111,18 @@ make install.libs install.progs rm -f test/ncurses ( cd test && make ncurses LOCAL_LIBDIR=%{_libdir} && mv ncurses $RPM_BUILD_ROOT/%{_bindir}/ncurses%{MY_ABI} ) +%if %{is_redhat} +%ldconfig_scriptlets libs +%ldconfig_scriptlets c++-libs +%endif + %clean -rm -rf $RPM_BUILD_ROOT +if rm -rf $RPM_BUILD_ROOT; then + echo OK +else + find $RPM_BUILD_ROOT -type f | grep -F -v /.nfs && exit 1 +fi +exit 0 %files %defattr(-,root,root,-) @@ -124,6 +132,14 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Dec 24 2019 Thomas Dickey +- drop custom CC_NORMAL warning flags because setting CFLAGS interferes with + matching Fedora's PIE/PIC configuration. Also, generate debug/debug-source + packages. + +* Sat Nov 16 2019 Thomas Dickey +- modify clean-rule to work around Fedora NFS bugs. + * Sat Aug 25 2018 Thomas E. Dickey - split spec-file into ncurses6 and ncursest6 to work around toolset breakage in Fedora 28