]> git.pld-linux.org Git - packages/sc-im.git/commitdiff
initial PLD release
authorTomasz Pala <gotar@pld-linux.org>
Sun, 30 Apr 2017 11:59:54 +0000 (13:59 +0200)
committerTomasz Pala <gotar@pld-linux.org>
Sun, 30 Apr 2017 11:59:54 +0000 (13:59 +0200)
sc-im.spec [new file with mode: 0644]

diff --git a/sc-im.spec b/sc-im.spec
new file mode 100644 (file)
index 0000000..9214172
--- /dev/null
@@ -0,0 +1,58 @@
+Summary:       Sc is a free curses-based spreadsheet program that uses key bindings similar to vi and less
+Summary(pl.UTF-8):     Sc jest darmowym, bazującym na curses arkuszem kalkulacyjnym, uzywającym skrótów klawiszowych podobnych do vi oraz less
+Name:          sc-im
+Version:       0.6.0
+Release:       1
+License:       BSD-like
+Group:         Applications/Math
+Source0:       https://github.com/andmarti1424/sc-im/archive/v%{version}.zip
+# Source0-md5: 2c81f2a6e0cb24b88ff7a2daa7bc585e
+URL:           https://github.com/andmarti1424/sc-im
+BuildRequires: lua51-devel
+#BuildRequires:        libxml-devel
+#BuildRequires:        libzip-devel
+#BuildRequires:        lxlsreader-devel
+BuildRequires: ncurses-devel >= 5.0
+BuildRequires: yacc
+#BuildRequires:        xlsxwriter-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Sc is a spreadsheet calculator based on rectangular tables like a
+financial spreadsheet. When invoked it presents you with a table
+organized as rows and columns of cells. If invoked without a file
+argument, by default the initial table is empty. Each cell can be
+associated with a numeric value, a label string and/or an expression
+which evaluates to a numeric value or label string, often based on
+other cell values (formula).
+
+%description -l pl.UTF-8
+Sc jest jest arkuszem kalkulacyjnym bazującym na prostokątnych
+tabelkach, takich jak finansowe arkusze. Po odpaleniu zaprezentuje
+tabelke zorganizowaną z wierszy i kolumn komórek. Jeżeli zostanie
+wywołany bez argumentu plikowego, domyślnie tabelka będzie pusta.
+Każdej komórce można przypisać wartość numeryczną, tekstową etykietę
+oraz/lub wyrażenie rozwijane do wartości numerycznej lub etykiety
+tesktowej, często bazując na wartościach innych komórek (formuła).
+
+%prep
+%setup -q
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc BUGS CHANGES HELP KNOWN_ISSUES LICENSE Readme.md USER_REQUESTS WIKI *.png
+%attr(755,root,root) %{_bindir}/%{name}
+%{_datadir}/%{name}
+%{_mandir}/man1/%{name}.1*
This page took 0.040104 seconds and 4 git commands to generate.