[packages/gitaly] update cleanbuild deps

glen glen at pld-linux.org
Mon Dec 18 19:18:09 CET 2017


commit 7499f6b5260a079edc4d113cafb09f1788765f51
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Mon Dec 18 20:16:43 2017 +0200

    update cleanbuild deps
    
    - cmake -- ERROR: CMake is required to build Rugged.
    - libicu-devel -- /usr/bin/ld: cannot find -licui18n
    - libstdc++-devel -- make[1]: x86_64-pld-linux-g++: Command not found
    - ruby-devel -- /usr/share/ruby/2.3/rubygems/core_ext/kernel_require.rb:55:in `require': cannot load such file -- mkmf (LoadError)
    - zlib-devel -- /usr/bin/ld: cannot find -lz

 gitaly.spec | 5 +++++
 1 file changed, 5 insertions(+)
---
diff --git a/gitaly.spec b/gitaly.spec
index 1a4c7bd..6bc65ab 100644
--- a/gitaly.spec
+++ b/gitaly.spec
@@ -7,10 +7,15 @@ Group:		Networking/Daemons/HTTP
 Source0:	https://gitlab.com/gitlab-org/gitaly/repository/archive.tar.bz2?ref=v%{version}&/%{name}-%{version}.tar.bz2
 # Source0-md5:	4969571c7accfd57b460f08b6fe34a75
 URL:		https://gitlab.com/gitlab-org/gitaly
+BuildRequires:	cmake
 BuildRequires:	golang >= 1.8
+BuildRequires:	libicu-devel
+BuildRequires:	libstdc++-devel
 BuildRequires:	rpmbuild(macros) >= 1.647
 BuildRequires:	ruby > 1:2.3
 BuildRequires:	ruby-bundler
+BuildRequires:	ruby-devel
+BuildRequires:	zlib-devel
 Requires:	git-core >= 2.13.6
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gitaly.git/commitdiff/7499f6b5260a079edc4d113cafb09f1788765f51



More information about the pld-cvs-commit mailing list