From db730ae2595ac114b842c0c08a36fb574ca5c878 Mon Sep 17 00:00:00 2001 From: tuibuilder_pel7x64builder0 Date: Mon, 14 Sep 2020 20:16:37 +0200 Subject: [PATCH] sc-im package update Signed-off-by: tuibuilder_pel7x64builder0 --- SPECS/sc-im.spec | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 SPECS/sc-im.spec diff --git a/SPECS/sc-im.spec b/SPECS/sc-im.spec new file mode 100644 index 0000000..0786fcc --- /dev/null +++ b/SPECS/sc-im.spec @@ -0,0 +1,47 @@ +Name: sc-im +Version: 0.7.0 +Release: 1%{?dist} +Summary: An ncurses spreadsheet program for terminal +License: MIT +URL: https://github.com/andmarti1424/sc-im +Source0: https://github.com/andmarti1424/sc-im/archive/v%{version}.tar.gz +#BuildRequires: gnuplot + +%description +SC-IM is a spreadsheet program that is based on SC. + * UNDO / REDO + * 1048576 rows and 702 columns supported + * CSV / TAB delimited / XLSX file import and export + * Scripting support with LUA. Also with triggers and c dynamic linked modules + * Clipboard support + * GNUPlot interaction + * Key-mappings + * Sort of rows + * Filter of rows + * Subtotals + * Cell shifting + * 256 color support + * Colorize cells or give them format such as bold or underline + * Wide character support + * Autobackup + * Implement external functions in the language you prefer and use them in SC-IM + * Use SC-IM as a non-interactive calculator, reading its input from a external script + * More movements commands implemented + * Input and Output was completely rewritten + +%prep +%setup -q -n %{name}-%{version} + + +%build +make %{?_smp_mflags} -C src + + +%install +make DESTDIR=%{buildroot} prefix=/usr -C src install + + +%files +%{_bindir}/scim +%{_datadir}/scim/ +%{_mandir}/man1/scim.1.gz