commit 99acef11c0766f5924b1c298ff5782b716d3301c
Author: Elan Ruusamäe <[email protected]>
Date:   Sat Apr 16 01:45:14 2016 +0300

    update BR
    
    - cmake -- ERROR: CMake is required to build Rugged.
    - libstdc++-devel -- make: x86_64-pld-linux-g++: Command not found
    - mysql-devel -- libmysqlclient is missing. You may need to 'apt-get 
install libmysqlclient-dev' or 'yum install mysql-devel', and try again.
    - postgresql-devel -- Can't find the 'libpq-fe.h header

 gitlab-ce.spec | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)
---
diff --git a/gitlab-ce.spec b/gitlab-ce.spec
index ecbec4b..4d9c5fd 100644
--- a/gitlab-ce.spec
+++ b/gitlab-ce.spec
@@ -29,9 +29,17 @@ Source3:     gitlab-unicorn.service
 Source4:       gitlab.logrotate
 Source5:       gitlab.tmpfiles.d
 Source6:       gitlab-apache-conf
+BuildRequires: cmake
 BuildRequires: gmp-devel
+BuildRequires: libicu-devel
+BuildRequires: libstdc++-devel
+BuildRequires: libxml2-devel
+BuildRequires: libxslt-devel
+BuildRequires: mysql-devel
+BuildRequires: postgresql-devel
 BuildRequires: ruby-bundler
 BuildRequires: ruby-devel >= 1:2.1.0
+BuildRequires: zlib-devel
 Obsoletes:     gitlab <= 8.1.4
 Requires(pre): gitlab-shell
 Requires:      apache-base
@@ -75,7 +83,7 @@ rm .flayignore
 rm .gitignore
 rm .csscomb.json
 find -name .gitkeep | xargs rm
-               
+
 %build
 bundle install %{_smp_mflags} \
        --verbose \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gitlab-ce.git/commitdiff/99acef11c0766f5924b1c298ff5782b716d3301c

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to