Initial commit
This commit is contained in:
commit
9d6867c864
1 changed files with 45 additions and 0 deletions
45
ncurses.spec
Normal file
45
ncurses.spec
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
Name: ncurses
|
||||
Version: 6.5
|
||||
Release: 1%{?dist}
|
||||
Summary: console display library
|
||||
|
||||
License: MIT
|
||||
URL: https://invisible-island.net/ncurses/
|
||||
Source0: https://ftpmirror.gnu.org/gnu/ncurses/ncurses-%{version}.tar.gz
|
||||
|
||||
BuildRequires: gcc
|
||||
Requires: bash
|
||||
|
||||
%description
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--without-debug
|
||||
|
||||
%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>
|
||||
-
|
||||
Loading…
Add table
Add a link
Reference in a new issue