]> git.pld-linux.org Git - packages/electron.git/commitdiff
bootstrap and ncurses hack
authorElan Ruusamäe <glen@delfi.ee>
Sat, 19 Dec 2015 00:49:26 +0000 (02:49 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 19 Dec 2015 00:49:26 +0000 (02:49 +0200)
electron.spec

index edbacb5b2b5bd1391a73f542b60f9022bf968ac9..ff9a7a4eed4e2fb189cdd5b3ffb33fd5a1165051 100644 (file)
@@ -13,6 +13,7 @@ License:      MIT, BSD
 Group:         Applications
 URL:           https://github.com/atom/electron
 BuildRequires: git-core
+BuildRequires: ncurses
 BuildRequires: npm
 ExclusiveArch: %{ix86} %{x8664}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -29,6 +30,11 @@ and Chromium and is used in the Atom editor.
 %setup -qcT
 git clone https://github.com/atom/electron.git -b v%{version} --depth 1 .
 
+./script/bootstrap.py -v
+
+install -d lib
+ln -s %{_libdir}/libncurses.so.5 lib/libtinfo.so.5
+
 %install
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.111173 seconds and 4 git commands to generate.