Search
j0ke.net Open Build Service
>
Projects
>
devel
:
erlang
>
CouchDB
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 11
[-]
[+]
Changed
CouchDB.spec
@@ -17,15 +17,15 @@ %setup -n CouchProjects %build -mkdir -p build mkdir -p %{buildroot}%{_prefix}/share/couchdb cd Libraries/c %{__make} -cd ../../ -%{__make} ERLANG_INCLUDE_DIR=%{_libdir}/erlang%{_includedir} COUCHDB_INSTALL_DIR=%{buildroot}%{_prefix}/share/couchdb %install -%{__make} ERLANG_INCLUDE_DIR=%{_libdir}/erlang%{_includedir} COUCHDB_INSTALL_DIR=%{buildroot}%{_prefix}/share/couchdb install +export ERLANG_BIN_DIR=%{_bindir} +export ERLANG_INCLUDE_DIR=%{_libdir}/erlang%{_includedir} +export COUCHDB_INSTALL_DIR=%{buildroot}%{_prefix}/share/couchdb +./build.sh --install=%{buildroot}%{_prefix}/share/couchdb --with-fabric-tests %files