49 lines
735 B
RPMSpec
49 lines
735 B
RPMSpec
Name: ncurses
|
|
Version: 6.5
|
|
Release: 1%{?dist}
|
|
Summary: console display library
|
|
|
|
License: MIT
|
|
URL: https://invisible-island.net/ncurses/
|
|
Source0: https://mirror.tochlab.net/pub/gnu/ncurses/ncurses-%{version}.tar.gz
|
|
|
|
BuildRequires: gcc
|
|
Requires: bash
|
|
|
|
%description
|
|
|
|
|
|
%prep
|
|
%autosetup
|
|
|
|
|
|
%build
|
|
%configure \
|
|
--without-debug \
|
|
--with-termlib \
|
|
--with-shared \
|
|
--without-normal \
|
|
--disable-widec
|
|
|
|
%make_build
|
|
|
|
|
|
%install
|
|
%make_install
|
|
|
|
|
|
%files
|
|
%{_bindir}/*
|
|
%{_libdir}/*
|
|
%{_includedir}/*
|
|
%{_mandir}/*
|
|
%{_datadir}/terminfo/*
|
|
%{_datadir}/tabset/*
|
|
#%license add-license-file-here
|
|
#%doc add-docs-here
|
|
|
|
|
|
|
|
%changelog
|
|
* Wed Aug 13 2025 Dmitrii Tochanskii <tochansky@tochlab.ru>
|
|
-
|