X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=package%2Fncurses.spec;h=cbc0cb6bde0f0b41213338ee96c553a1e438ff55;hb=59a39f19a7f7feeff4af587a289a2ad7966947fe;hp=5cf729fa78601a8708e42af8cb52354666b90d0c;hpb=60cbc89987842cf6036aabced6618988b5117810;p=ncurses.git diff --git a/package/ncurses.spec b/package/ncurses.spec index 5cf729fa..cbc0cb6b 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: 20210905 +Version: 6.4 +Release: 20230401 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