Skip to content

Commit

Permalink
Add dependency on sparsehash to packaging scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
poletti-marco committed Aug 23, 2014
1 parent fdd9502 commit 8b9fac0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion extras/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pkgdesc="Fruit is a dependency injection framework for C++."
url="https://github.com/google/fruit"
arch=('x86_64' 'i686')
license=('Apache')
depends=('cmake' 'gcc>=4.8.1')
depends=('cmake' 'gcc>=4.8.1' 'sparsehash')
optdepends=()
makedepends=()
conflicts=()
Expand Down
4 changes: 2 additions & 2 deletions extras/debian.control
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Source: libfruit
Section: devel
Priority: optional
Maintainer: Marco Poletti <poletti.marco@gmail.com>
Build-Depends: debhelper (>= 4.1.16), cmake, gcc-4.8 (>= 4.8.1)
Build-Depends: debhelper (>= 4.1.16), cmake, gcc-4.8 (>= 4.8.1), libsparsehash-dev

Package: libfruit
Architecture: any
Expand All @@ -15,7 +15,7 @@ Description: Dependency Injection Framework For C++

Package: fruit-dev
Architecture: any
Depends: ${shlibs:Depends}, libfruit
Depends: ${shlibs:Depends}, libfruit, libsparsehash-dev
Description: Dependency Injection Framework For C++ - Development files
Fruit is a dependency injection framework for C++, loosely inspired by the
Guice framework for Java.
Expand Down
2 changes: 1 addition & 1 deletion extras/libfruit.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Version: @FRUIT_VERSION@-0
Binary: libfruit
Maintainer: Marco Poletti <poletti.marco@gmail.com>
Architecture: any
Build-Depends: debhelper (>= 4.1.16), cmake, gcc-4.8 (>= 4.8.1)
Build-Depends: debhelper (>= 4.1.16), cmake, gcc-4.8 (>= 4.8.1), libsparsehash-dev
Files:
d57283ebb8157ae919762c58419353c8 133282 libfruit_@FRUIT_VERSION@.orig.tar.gz
2fecf324a32123b08cefc0f047bca5ee 63176 libfruit_@FRUIT_VERSION@-0.diff.tar.gz
4 changes: 2 additions & 2 deletions extras/libfruit.spec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Group: Development/Libraries/C and C++
Url: https://github.com/google/fruit
Source0: fruit-%{version}.tar.gz

BuildRequires: cmake
BuildRequires: cmake sparsehash-devel

%if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version}
BuildRequires: gcc-c++ >= 4.8.1
Expand All @@ -33,7 +33,7 @@ Summary: Dependency Injection Framework For C++ - Development Files
License: Apache-2.0
Group: Development/Libraries/C and C++
Url: https://github.com/google/fruit
Requires: libfruit = %{version}
Requires: libfruit = %{version} sparsehash

%description devel
Fruit is a dependency injection framework for C++, loosely inspired by the
Expand Down

0 comments on commit 8b9fac0

Please sign in to comment.