Commit 75e35386e02783e82f639d684036b1f6e57f6524
1 parent
a12d8da2
Exists in
master
and in
1 other branch
Increases kalibro-processor-deps version
Showing
3 changed files
with
33 additions
and
3 deletions
Show diff stats
kalibro-processor-deps/kalibro-processor-deps.spec
1 | Name: kalibro-processor-deps | 1 | Name: kalibro-processor-deps |
2 | -Version: 1.0+really0.9.2 | 2 | +Version: 1.0+really0.10.0 |
3 | Release: 1%{?dist} | 3 | Release: 1%{?dist} |
4 | Summary: Ruby dependencies for kalibro-processor | 4 | Summary: Ruby dependencies for kalibro-processor |
5 | Group: Development/Tools | 5 | Group: Development/Tools |
6 | License: Various | 6 | License: Various |
7 | URL: http://mezuro.org | 7 | URL: http://mezuro.org |
8 | Source0: %{name}-%{version}.tar.gz | 8 | Source0: %{name}-%{version}.tar.gz |
9 | - | ||
10 | -BuildRequires: make, gcc, gcc-c++, ruby, ruby-devel, rubygem-bundler, postgresql-devel, libxml2-devel, libxslt-devel, sqlite-devel | 9 | +BuildRequires: make, gcc, gcc-c++, ruby, ruby-devel |
10 | +BuildRequires: rubygem-bundler, postgresql-devel | ||
11 | +BuildRequires: libxml2-devel, libxslt-devel, sqlite-devel | ||
11 | Requires: ruby, rubygem-bundler | 12 | Requires: ruby, rubygem-bundler |
12 | 13 | ||
13 | %description | 14 | %description |
No preview for this file type
@@ -0,0 +1,29 @@ | @@ -0,0 +1,29 @@ | ||
1 | +Name: prezento-spb-deps | ||
2 | +Version: 0.8 | ||
3 | +Release: 1%{?dist} | ||
4 | +Summary: Ruby dependencies for prezento | ||
5 | +Group: Development/Tools | ||
6 | +License: Various | ||
7 | +URL: http://mezuro.org | ||
8 | +Source0: %{name}-%{version}.tar.gz | ||
9 | + | ||
10 | +BuildRequires: make, gcc, gcc-c++, ruby, ruby-devel, rubygem-bundler, postgresql-devel, libxml2-devel, libxslt-devel, sqlite-devel, git | ||
11 | +Requires: ruby, rubygem-bundler | ||
12 | + | ||
13 | +%description | ||
14 | +Ruby dependencies for prezento | ||
15 | + | ||
16 | +%prep | ||
17 | +%autosetup | ||
18 | + | ||
19 | +%build | ||
20 | +make %{?_smp_mflags} | ||
21 | + | ||
22 | +%install | ||
23 | +%make_install | ||
24 | + | ||
25 | +%files | ||
26 | +/usr/lib/prezento-spb | ||
27 | +%doc | ||
28 | + | ||
29 | +%changelog |