Skip to content

Commit

Permalink
rpm spec: pesky proxy dependency on libev (and straight one on msgpack)
Browse files Browse the repository at this point in the history
  • Loading branch information
ijon committed Jul 18, 2014
1 parent f4f0c91 commit 801bcd2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 3 additions & 1 deletion debian/control
Expand Up @@ -3,8 +3,8 @@ Section: net
Priority: optional
Maintainer: Ivan Chelyubeev <ijon@yandex-team.ru>
Build-Depends: debhelper (>= 7),
cmake,
cdbs,
cmake,
elliptics-dev (>= 2.25),
elliptics-client (>= 2.25),
cocaine-framework-native-dev (>= 0.11), cocaine-framework-native-dev (<< 0.12),
Expand All @@ -13,6 +13,8 @@ Build-Depends: debhelper (>= 7),
libboost-system-dev,
libboost-program-options-dev,
libgtest-dev,
libmsgpack-dev,
libev4-dev,
Standards-Version: 3.8.0
Homepage: https://github.com/reverbrain/grape
Vcs-Git: git://github.com/reverbrain/grape.git
Expand Down
5 changes: 5 additions & 0 deletions grape-bf.spec
Expand Up @@ -21,6 +21,11 @@ BuildRequires: cocaine-framework-native-devel >= 0.11, cocaine-framework-native-
BuildRequires: libcocaine-core2-devel >= 0.11, libcocaine-core2-devel < 0.12
BuildRequires: boost%{boost_ver}-devel
BuildRequires: gtest-devel
BuildRequires: msgpack-devel

#FIXME: This is proxy dependency for cocaine-framework-native,
# we only need to be able to link apps with binary libev4
BuildRequires: libev-devel

Obsoletes: srw

Expand Down

0 comments on commit 801bcd2

Please sign in to comment.