Commit f506a82a13eeb7128f0882dd1ad5412237cbb912
1 parent
ca077dce
Exists in
master
and in
79 other branches
Adding sqlite dependencie
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
kalibro-configurations-deps/kalibro-configurations-deps.spec
1 | 1 | Name: kalibro-configurations-deps |
2 | 2 | Version: 1.0 |
3 | -Release: 1%{?dist} | |
3 | +Release: 2%{?dist} | |
4 | 4 | Summary: Ruby dependencies for kalibro-configurations |
5 | 5 | Group: Development/Tools |
6 | 6 | License: Various |
7 | 7 | URL: http://mezuro.org |
8 | 8 | Source0: %{name}-%{version}.tar.gz |
9 | 9 | |
10 | -BuildRequires: make, gcc, gcc-c++, ruby, ruby-devel, rubygem-bundler, postgresql-devel, libxml2-devel, libxslt-devel | |
10 | +BuildRequires: make, gcc, gcc-c++, ruby, ruby-devel, rubygem-bundler, postgresql-devel, libxml2-devel, libxslt-devel, sqlite-devel | |
11 | 11 | Requires: ruby, rubygem-bundler |
12 | 12 | |
13 | 13 | %description | ... | ... |