X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=package%2Fncursest.spec;h=1b1ed408245b2855df3d9c98a91b5bdcd496ba6b;hp=5431ab93eb10e89f535757791e4cd6d0097716d3;hb=1379ab3f6cc5b92256708ecc4129b57928d62cf4;hpb=22a4b929f47f85588dc07fddf98b09776cec658f diff --git a/package/ncursest.spec b/package/ncursest.spec index 5431ab93..1b1ed408 100644 --- a/package/ncursest.spec +++ b/package/ncursest.spec @@ -1,7 +1,7 @@ Summary: Curses library with POSIX thread support. Name: ncursest6 Version: 6.1 -Release: 20181027 +Release: 20191123 License: X11 Group: Development/Libraries Source: ncurses-%{version}-%{release}.tgz @@ -118,7 +118,12 @@ rm -f test/ncurses ( cd test && make ncurses LOCAL_LIBDIR=%{_libdir} && mv ncurses $RPM_BUILD_ROOT/%{_bindir}/ncursest%{MY_ABI} ) %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,-) @@ -128,6 +133,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* 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