]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - package/ncurses.spec
ncurses 6.4 - patch 20230408
[ncurses.git] / package / ncurses.spec
index 98d052ede5170cbbf0ccdc5f1a6d370976b88846..fc90af3334642b7654b29d5d4895925039eaa16a 100644 (file)
@@ -1,11 +1,11 @@
 Summary: shared libraries for terminal handling
 Name: ncurses6
-Version: 6.2
-Release: 20210911
+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