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