Commit 257d57695e27e06aec27597446506b7426b6f437
1 parent
f506a82a
Exists in
master
and in
79 other branches
Adds spec for kalibro-processor-deps .
Signed-off-by: David Carlos <ddavidcarlos1392@gmail.com>
Showing
1 changed file
with
29 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,29 @@ |
1 | +Name: kalibro-processor-deps | |
2 | +Version: 1.0 | |
3 | +Release: 1%{?dist} | |
4 | +Summary: Ruby dependencies for kalibro-processor | |
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 | |
11 | +Requires: ruby, rubygem-bundler | |
12 | + | |
13 | +%description | |
14 | +Ruby dependencies for kalibro-processor. | |
15 | + | |
16 | +%prep | |
17 | +%autosetup | |
18 | + | |
19 | +%build | |
20 | +make %{?_smp_mflags} | |
21 | + | |
22 | +%install | |
23 | +%make_install | |
24 | + | |
25 | +%files | |
26 | +/usr/lib/kalibro-processor | |
27 | +%doc | |
28 | + | |
29 | +%changelog | ... | ... |