Commit 0537c0fa511b231406f8ab5eb8fa37887dde6540
1 parent
75e35386
Exists in
master
and in
79 other branches
Increases prezento-spb-deps version
Showing
1 changed file
with
4 additions
and
2 deletions
Show diff stats
prezento-spb-deps/prezento-spb-deps.spec
1 | 1 | Name: prezento-spb-deps |
2 | -Version: 0.8 | |
2 | +Version: 0.8.3.colab | |
3 | 3 | Release: 1%{?dist} |
4 | 4 | Summary: Ruby dependencies for prezento |
5 | 5 | Group: Development/Tools |
... | ... | @@ -7,7 +7,9 @@ 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, sqlite-devel, git | |
10 | +BuildRequires: make, gcc, gcc-c++, ruby, ruby-devel | |
11 | +BuildRequires: rubygem-bundler, postgresql-devel | |
12 | +BuildRequires: libxml2-devel, libxslt-devel, sqlite-devel | |
11 | 13 | Requires: ruby, rubygem-bundler |
12 | 14 | |
13 | 15 | %description | ... | ... |