X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=package%2Fncurses.spec;h=37c152b63e5d3ae0e0f9a3a51e8e42ef46af5656;hb=6315e1a380ecdb706d4f6518d2e8c7eb0db8fbe2;hp=e7d194518ab7ac57e36ebc7964324a1c622e23f3;hpb=a816c8dae437106bbf1661304240ff568ae3efef;p=ncurses.git diff --git a/package/ncurses.spec b/package/ncurses.spec index e7d19451..37c152b6 100644 --- a/package/ncurses.spec +++ b/package/ncurses.spec @@ -1,11 +1,11 @@ Summary: shared libraries for terminal handling Name: ncurses6 -Version: 6.3 -Release: 20211021 +Version: 6.4 +Release: 20230225 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 @@ -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,9 @@ 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.