X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=package%2Fncurses.spec;h=fc90af3334642b7654b29d5d4895925039eaa16a;hb=eb51b1ea1f75a0ec17c9c5937cb28df1e8eeec56;hp=9c5b712d4a105a823c90da75f85a6ce61e706c4c;hpb=a50b059f71e787a32e396c0e5b40cee4230c997e;p=ncurses.git diff --git a/package/ncurses.spec b/package/ncurses.spec index 9c5b712d..fc90af33 100644 --- a/package/ncurses.spec +++ b/package/ncurses.spec @@ -1,11 +1,11 @@ Summary: shared libraries for terminal handling Name: ncurses6 -Version: 6.2 -Release: 20210612 +Version: 6.4 +Release: 20230408 License: X11 Group: Development/Libraries -Source: ncurses-%{version}-%{release}.tgz -# URL: https://invisible-island.net/ncurses/ +URL: https://invisible-island.net/ncurses/ +Source: https://invisible-island.net/archives/ncurses/ncurses-%{version}-%{release}.tgz %global MY_ABI 6 @@ -77,7 +77,7 @@ This package is used for testing ABI %{MY_ABI}. --enable-opaque-menu \\\ --enable-opaque-panel \\\ --enable-pc-files \\\ - --enable-rpath \\\ + --disable-rpath \\\ --enable-stdnoreturn \\\ --enable-warnings \\\ --enable-wgetch-events \\\ @@ -124,14 +124,6 @@ rm -f test/ncurses %endif %endif -%clean -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,-) %{_bindir}/* @@ -140,6 +132,12 @@ exit 0 %changelog +* Sat Feb 25 2023 Thomas Dickey +- amend URLs per rpmlint + +* Sat Oct 16 2021 Thomas Dickey +- disable rpath to address QA_RPATHS=1 warning. + * 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