X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=package%2Fncurses.spec;h=48b7177de40f02d16d10c48531dc65c1537ed6a0;hp=cc65680e44b8753d0e09a0ff8c2153cfea54072c;hb=1379ab3f6cc5b92256708ecc4129b57928d62cf4;hpb=97cb42f22c43eb31a4bf11475bd73ab0e0b10923 diff --git a/package/ncurses.spec b/package/ncurses.spec index cc65680e..48b7177d 100644 --- a/package/ncurses.spec +++ b/package/ncurses.spec @@ -1,7 +1,7 @@ Summary: shared libraries for terminal handling Name: ncurses6 Version: 6.1 -Release: 20190727 +Release: 20191123 License: X11 Group: Development/Libraries Source: ncurses-%{version}-%{release}.tgz @@ -114,7 +114,12 @@ rm -f test/ncurses ( cd test && make ncurses LOCAL_LIBDIR=%{_libdir} && mv ncurses $RPM_BUILD_ROOT/%{_bindir}/ncurses%{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,-) @@ -124,6 +129,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