]> git.pld-linux.org Git - packages/sc-im.git/blob - sc-im.spec
actual filenames differ from %{name}
[packages/sc-im.git] / sc-im.spec
1 Summary:        Sc is a free curses-based spreadsheet program that uses key bindings similar to vi and less
2 Summary(pl.UTF-8):      Sc jest darmowym, bazującym na curses arkuszem kalkulacyjnym, uzywającym skrótów klawiszowych podobnych do vi oraz less
3 Name:           sc-im
4 Version:        0.6.0
5 Release:        1
6 License:        BSD-like
7 Group:          Applications/Math
8 Source0:        https://github.com/andmarti1424/sc-im/archive/v%{version}.zip
9 # Source0-md5:  2c81f2a6e0cb24b88ff7a2daa7bc585e
10 URL:            https://github.com/andmarti1424/sc-im
11 BuildRequires:  lua51-devel
12 #BuildRequires: libxml-devel
13 #BuildRequires: libzip-devel
14 #BuildRequires: lxlsreader-devel
15 BuildRequires:  ncurses-devel >= 5.0
16 BuildRequires:  yacc
17 #BuildRequires: xlsxwriter-devel
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Sc is a spreadsheet calculator based on rectangular tables like a
22 financial spreadsheet. When invoked it presents you with a table
23 organized as rows and columns of cells. If invoked without a file
24 argument, by default the initial table is empty. Each cell can be
25 associated with a numeric value, a label string and/or an expression
26 which evaluates to a numeric value or label string, often based on
27 other cell values (formula).
28
29 %description -l pl.UTF-8
30 Sc jest jest arkuszem kalkulacyjnym bazującym na prostokątnych
31 tabelkach, takich jak finansowe arkusze. Po odpaleniu zaprezentuje
32 tabelke zorganizowaną z wierszy i kolumn komórek. Jeżeli zostanie
33 wywołany bez argumentu plikowego, domyślnie tabelka będzie pusta.
34 Każdej komórce można przypisać wartość numeryczną, tekstową etykietę
35 oraz/lub wyrażenie rozwijane do wartości numerycznej lub etykiety
36 tesktowej, często bazując na wartościach innych komórek (formuła).
37
38 %prep
39 %setup -q
40
41 %build
42 CFLAGS="%{rpmcflags}" \
43 %{__make} -C src \
44         prefix=%{_prefix}
45
46 %install
47 rm -rf $RPM_BUILD_ROOT
48
49 %{__make} -C src install \
50         DESTDIR=$RPM_BUILD_ROOT \
51         prefix=%{_prefix}
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files
57 %defattr(644,root,root,755)
58 %doc BUGS CHANGES HELP KNOWN_ISSUES LICENSE Readme.md USER_REQUESTS WIKI *.png
59 %attr(755,root,root) %{_bindir}/scim
60 %{_datadir}/scim
61 %{_mandir}/man1/scim.1*
This page took 0.02618 seconds and 3 git commands to generate.