install widec after narrowc to have widec ncurses.h header file [release 6.3-3mamba;Tue Sep 27 2022]

This commit is contained in:
Silvan Calarco 2024-01-06 07:33:59 +01:00
parent 7109c50eb9
commit d1e1c6ed04

View File

@ -1,7 +1,7 @@
%define majver %(echo %version | cut -d. -f 1)
Name: ncurses
Version: 6.3
Release: 2mamba
Release: 3mamba
Summary: A CRT screen handling and optimization package
Group: System/Libraries
Vendor: openmamba
@ -52,7 +52,7 @@ The curses library routines are a terminal-independent method of updating charac
%package -n libncurses-devel
Summary: The development files for applications which use ncurses
Group: Demore cvelopment/Libraries
Group: Development/Libraries
Requires: libncurses = %{version}-%{release}
%description -n libncurses-devel
@ -120,13 +120,13 @@ cd ..
%install
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
cd widec
cd narrowc
make install \
%if "%{_host}" != "%{_build}"
TIC_PATH=tic
%endif
cd ../narrowc
cd ../widec
make install \
%if "%{_host}" != "%{_build}"
TIC_PATH=tic
@ -272,6 +272,9 @@ fi
%{_datadir}/terminfo/*
%changelog
* Tue Sep 27 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 6.3-3mamba
- install widec after narrowc to have widec ncurses.h header file
* Sat Feb 12 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 6.3-2mamba
- rebuilt with --with-versioned-syms and .so files modified so that widec library is always linked