Commit 68411d4d71fdf581192270c8d7390679de9a12db

Authored by Antonio Terceiro
1 parent 278ea6de

Remove .spec, now in pkg-rpm repository

Showing 1 changed file with 0 additions and 33 deletions   Show diff stats
noosfero-deps.spec
@@ -1,33 +0,0 @@ @@ -1,33 +0,0 @@
1 -Name: noosfero-deps  
2 -Version: 1.0  
3 -Release: 1%{?dist}  
4 -Summary: Ruby dependencies for Noosfero  
5 -Group: Development/Tools  
6 -License: Various  
7 -URL: http://noosfero.org  
8 -Source0: %{name}-%{version}.tar.gz  
9 -  
10 -BuildRequires: make, gcc, gcc-c++, ruby, ruby-devel, rubygem-bundler, libicu-devel, cmake, mysql-devel, postgresql-devel, ImageMagick-devel, libxml2-devel, libxslt-devel, file-devel  
11 -Requires: ruby, rubygem-bundler  
12 -  
13 -%description  
14 -Ruby dependencies for Noosfero.  
15 -Noosfero is a web platform for social and solidarity economy networks with blog,  
16 -e-Porfolios, CMS, RSS, thematic discussion, events agenda and collective  
17 -inteligence for solidarity economy in the same system! Get to know, use it,  
18 -participate and contribute to this free software project!  
19 -  
20 -%prep  
21 -%autosetup  
22 -  
23 -%build  
24 -make %{?_smp_mflags}  
25 -  
26 -%install  
27 -%make_install  
28 -  
29 -%files  
30 -/usr/lib/noosfero  
31 -%doc  
32 -  
33 -%changelog