]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - package/mingw-ncurses.spec
ncurses 6.4 - patch 20231125
[ncurses.git] / package / mingw-ncurses.spec
index 19b31d4ecaee47118dad22eab55934f1710cc937..0cb72faecad56c09181bdf59d3e9a6f9cf5dad68 100644 (file)
@@ -2,12 +2,12 @@
 
 Summary: shared libraries for terminal handling
 Name: mingw32-ncurses6
-Version: 6.1
-Release: 20181124
+Version: 6.4
+Release: 20231125
 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
 
 BuildRequires:  mingw32-filesystem >= 95
 BuildRequires:  mingw32-gcc
@@ -68,6 +68,8 @@ This package is used for testing ABI %{MY_ABI} with cross-compiles to MinGW.
        --with-cxx-shared \\\
        --with-develop \\\
        --with-fallbacks=unknown,xterm \\\
+       --with-tic-path=/usr/bin/tic%{MY_ABI} \\\
+       --with-infocmp-path=/usr/bin/infocmp%{MY_ABI} \\\
        --with-install-prefix=$RPM_BUILD_ROOT \\\
        --with-pc-suffix=%{MY_ABI} \\\
        --with-pcre2 \\\
@@ -126,9 +128,6 @@ for name in $RPM_BUILD_ROOT%{mingw64_bindir}/*-config; \
        done
 popd
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files -n mingw32-ncurses6
 %defattr(-,root,root,-)
 %{_bindir}/%{mingw32_target}-*
@@ -145,6 +144,12 @@ rm -rf $RPM_BUILD_ROOT
 
 %changelog
 
+* Sat Feb 25 2023 Thomas Dickey
+- amend URLs per rpmlint
+
+* Sun Jun 30 2019 Thomas E. Dickey
+- use tic-path and infocmp-path options for fallbacks
+
 * Sat Feb 10 2018 Thomas E. Dickey
 - add several development features