SHA256
1
0
forked from pool/weechat

Accepting request 50262 from home:gberh:branches:server:irc

reviewed OK

OBS-URL: https://build.opensuse.org/request/show/50262
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=28
This commit is contained in:
Pascal Bleser 2010-11-04 19:50:35 +00:00 committed by Git OBS Bridge
parent c529c3f5ad
commit 0093d25dbb
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 11 19:16:10 UTC 2010 - gber@opensuse.org
- fixed build for Python > 2.6
-------------------------------------------------------------------
Sun Aug 8 07:02:19 UTC 2010 - pascal.bleser@opensuse.org

View File

@ -108,7 +108,8 @@ Spell-checking support for %{name}, using the aspell library.
%build
%__mkdir build
pushd build
cmake -DCMAKE_INSTALL_PREFIX="%{_prefix}" -DLIBDIR="%{_libdir}" VERBOSE=1 ..
cmake -DCMAKE_INSTALL_PREFIX="%{_prefix}" -DLIBDIR="%{_libdir}" \
-DPYTHON_LIBRARY="%{_libdir}/libpython%{py_ver}.so" VERBOSE=1 ..
%__make %{?jobs:-j%{jobs}}
popd #build